body {
  margin: 0;
  padding: 0;
}

/*▼▼共通仕様▼▼*/

h1 {
  font-size: 44px;
  font-family: Lato;
  color: #1e50a2;
  font-weight: 900;
  margin: 20px 0;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  h1 {
    font-size: 32px;
    margin: 15px 0;
  }
}

h2 {
  font-size: 1.5em;
  font-family: "Roboto", sans-serif;
  font-family: Lato;
  color: #111111;
  font-weight: 900;
  line-height: 1.2;
}

h3 {
  font-size: 1.17em;
  font-family: "Roboto", sans-serif;
  font-family: Lato;
  color: #111111;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  color: #111111;
  line-height: 1.2;
}

h5 {
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  color: #111111;
  line-height: 1.2;
}

h6 {
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  color: #111111;
  line-height: 1.2;
}

a {
  font-size: 16px;
  line-height: 1.5;
  color: black;
  text-decoration: none;
  font-family: Roboto Slab;
}

@media (max-width: 1240px) and (min-width: 800px) {
  /* a {
        font-size: 14px;
    } */
}

@media screen and (max-width: 799px) {
}

p {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  color: black;
  font-style: normal;
  font-family: Roboto Slab;
}

span {
  font-family: Roboto Slab;
}

div {
  font-family: Roboto Slab;
}

address {
  font-family: Roboto Slab;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: Lato;
  line-height: 1.2;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: Lato;
}

h1 div,
h2 div,
h3 div,
h4 div,
h5 div,
h6 div {
  font-family: Lato;
}

div h1,
div h2,
div h3,
div h4,
div h5,
div h6 {
  font-family: Lato;
}

section {
  margin-bottom: 150px;
}

.read-more-sentence {
  color: #1e50a2 !important;
  font-size: 13px;
}

/*レスポンシブ*/

/*日付*/

time {
  font-size: 14px;
  line-height: 2;
  color: #666666;
  font-family: Lato !important;
}

/*画像キャプション*/

figcaption {
  font-size: 14px;
  /* font-style: italic; */
  font-weight: 400;
  line-height: 1.2;
  color: #666666;
}

/*セレクター*/

select {
  border: rgba(0, 0, 0, 0.1) solid 1px;
}

select:focus {
  outline: none;
}

/*▼パンくずリスト▼*/

#breadcrumb {
  display: flow-root;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  #breadcrumb div {
    display: flex;
  }

  #breadcrumb div:first-child a {
    margin-right: 5px;
  }
}

.breadcrumb-list-area {
  margin-top: 10px;
}

.breadcrumb-list-area a {
  font-size: 15px;
  font-weight: 700;
}

.breadcrumb-list-area a:hover {
  color: #1e50a2;
}

.currently-displayed-page span {
  color: #7a7a7a;
  font-family: Lato !important;
  font-weight: 700;
}

.currently-displayed-page {
  color: #7a7a7a;
  font-family: Lato !important;
  font-weight: 700;
}

/*▲パンくずリスト▲*/

/*▼▼スマホだけ改行▼▼*/

.br-sp {
  display: none;
}

/*▲▲スマホだけ改行▲▲*/

/*▼▼コンテナ幅▼▼*/

.main-contents-container {
  max-width: 1240px;
  margin: 0 auto;
}

@media (max-width: 1240px) and (min-width: 800px) {
  .main-contents-container {
    max-width: 90%;
  }
}

@media screen and (max-width: 799px) {
  .main-contents-container {
    max-width: 90%;
  }
}

/*▲▲コンテナ幅▲▲*/

/*▲▲共通仕様▲▲*/

/*▼▼ヘッダー▼▼*/

header {
  background-color: white;
  box-shadow: 0 0 16px rgb(0 0 0 / 16%);
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  header {
    position: relative;
  }
}

/*▼▼ドロップダウンで表示されるヘッダー▼▼*/
/*
.dorp-down-header {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
*/
header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.dorp-down-header-open {
  display: block;
}

/*▲▲ドロップダウンで表示されるヘッダー▲▲*/

/*▼画面幅799以下から表示されるハンバーガーメニューボタン▼*/

.mobile-menu-button-area {
  display: none;
}

@media screen and (max-width: 799px) {
  .mobile-menu-button-area {
    display: block;
    margin: auto 0;
    cursor: pointer;
  }

  .mobile-menu-button-area svg {
    width: 29px;
    height: 29px;
    transition: 0.2s;
  }

  .mobile-menu-button-area svg:hover {
    fill: #1e50a2;
    transition: 0.2s;
  }
}

/*▲画面幅799以下から表示されるハンバーガーメニューボタン▲*/

.main-header-container {
  width: 1240px;
  margin: 0 auto;
  display: flex;
  height: 80px;
  justify-content: space-between;
}

@media (max-width: 1240px) and (min-width: 800px) {
  .main-header-container {
    height: 60px;
    width: 95%;
  }
}

@media screen and (max-width: 799px) {
  .main-header-container {
    height: 60px;
    width: 90%;
  }
}

/*▼▼ヘッダーロゴエリア▼▼*/

.header-logo-area {
  display: flex;
  justify-content: space-between;
  width: 290px;
}

@media (max-width: 1240px) and (min-width: 800px) {
  .header-logo-area {
    display: flex;
    justify-content: left;
    width: 100%;
  }
}

@media screen and (max-width: 799px) {
  .header-logo-area {
    display: flex;
    justify-content: space-around;
    width: 225px;
  }
}

/*ヘッダーロゴ画像*/

.header-logo-img {
  width: 25%;
  margin: auto 0;
}

@media (max-width: 1240px) and (min-width: 800px) {
  .header-logo-img {
    width: fit-content;
    padding-right: 10px;
  }
}

@media screen and (max-width: 799px) {
  .header-logo-img {
    max-width: 50px;
  }
}

.header-logo-img a {
  display: block;
}

.header-logo-img img {
  max-width: 45px;
}

/*ヘッダータイトルテキスト*/

.header-logo-title {
  width: 75%;
  margin: auto 0;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
}

.header-logo-main-title-area {
  margin: auto 0;
  height: fit-content;
  width: fit-content;
  font-size: x-small;
}

@media (max-width: 1240px) and (min-width: 800px) {
  .header-logo-main-title-area {
    width: 30%;
  }
}

@media screen and (max-width: 799px) {
}

.header-logo-title a {
  font-size: 14px;
  font-family: Lato !important;
  color: #111111;
  font-weight: 900;
  display: inline-block;
  line-height: 1.2;
}

@media (max-width: 1240px) and (min-width: 800px) {
  .header-logo-title a {
    font-size: 13px;
  }
}

@media screen and (max-width: 799px) {
  .header-logo-title a {
    font-size: 13px;
  }
}

/*▲▲ヘッダーロゴエリア▲▲*/

/*▼▼ヘッダーグローバルメニューエリア▼▼*/

.header-global-menu-area {
  width: 700px;
  padding: 0 100px 0 0;
}

@media (max-width: 1240px) and (min-width: 800px) {
  .header-global-menu {
    padding: 0;
  }

  .header-global-menu-area {
    width: 60%;
    padding: 0;
  }
}

@media screen and (max-width: 799px) {
  .header-global-menu-area {
    display: none;
  }
}

.header-global-menu-area ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  line-height: 78px;
}

@media (max-width: 1240px) and (min-width: 800px) {
  .header-global-menu-area ul {
    line-height: 58px;
    justify-content: space-around;
  }
}

@media screen and (max-width: 799px) {
  .header-global-menu-area ul {
    display: none;
  }
}

.header-global-menu-area li {
  list-style: none;
  position: relative;
}

.header-global-menu-area > li {
  height: 80px;
}

.header-global-menu-area li a {
  font-family: Lato;
}

@media (max-width: 1240px) and (min-width: 800px) {
  .header-global-menu-area li a {
    font-size: 14px;
  }
}

.header-hover-appears-marker {
  position: absolute;
  top: 36px;
  left: -14px;
  width: 0px;
  height: 8px;
  border-radius: 50%;
  background-color: #1e50a2;
  transition: 0.17s;
}

@media (max-width: 1240px) and (min-width: 800px) {
  .header-hover-appears-marker {
    top: 26px;
  }
}

@media screen and (max-width: 799px) {
}

.header-global-menu-area li:hover .header-hover-appears-marker {
  width: 8px;
  transition: 0.17s;
}

.header-global-menu-area li a {
  font-weight: 700;
}

/*▲▲ヘッダーグローバルメニューエリア▲▲*/

/*▼サーチフォーム共通仕様▼*/

#searchform {
  display: flex;
  padding: 20px 30px;
  background-color: white;
  box-shadow: 0 0 1px gray;
  width: 650px;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  #searchform {
    width: calc(100% - 50px);
    padding: 15px 25px;
  }
}

#searchform button {
  background-color: #1e50a2;
  color: white;
  border-radius: 0;
  top: 50px;
  right: 0;
  border: none;
  transition: 0.1s;
  cursor: pointer;
  width: 10%;
  padding: 10px 0;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  #searchform button {
    width: 20%;
  }
}

#searchform button:hover {
  background-color: #6993ff;
  transition: 0.1s;
}

#searchform input {
  padding: 4px 6px;
  width: 90%;
  border: rgba(0, 0, 0, 0.1) solid 1px;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  #searchform input {
    width: 80%;
  }
}

#searchform input:focus {
  outline: none;
  border: rgba(0, 0, 0, 0.1) solid 1px;
}

.search-form-icon-area {
  width: 20px;
  height: 20px;
}

@media (max-width: 1240px) and (min-width: 800px) {
  .search-form-icon-area {
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: right;
    margin: auto 0;
  }

  .search-form-icon-area svg {
    width: inherit;
  }
}

@media screen and (max-width: 799px) {
  .search-form-icon-area {
    width: 23px;
    height: 23px;
  }
}

/*▲サーチフォーム共通仕様▲*/

/*▼▼ヘッダーサーチフォームボタンエリア▼▼*/

.search-form-appearance-area {
  position: relative;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .search-form-appearance-area {
    position: static;
  }
}

.header-search-form-button-area {
  width: 80px;
  margin: auto 0;
}

@media (max-width: 1240px) and (min-width: 800px) {
  .header-search-form-button-area {
    width: 7%;
    margin: 21px 0;
  }
}

@media screen and (max-width: 799px) {
  .header-search-form-button-area {
    width: fit-content;
  }
}

.search-form-appearance-button {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  position: relative;
  transition: 0.2s;
}

@media (max-width: 1240px) and (min-width: 800px) {
  .search-form-appearance-button {
    justify-content: right;
  }
}

@media screen and (max-width: 799px) {
}

.search-form-appearance-button:hover .search-form-button-text {
  color: #1e50a2;
  transition: 0.2s;
}

.search-form-appearance-button:hover .search-form-button-icon {
  fill: #1e50a2;
  transition: 0.2s;
}

.search-form-button-text {
  font-weight: 700;
  font-family: Lato !important;
}

@media (max-width: 1240px) and (min-width: 800px) {
  .search-form-button-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 799px) {
  .search-form-button-text {
    display: none;
  }
}

.header-search-form-area svg {
  width: 20px;
}

/*▲▲ヘッダーサーチフォームボタンエリア▲▲*/

/*▼▼ヘッダーサーチフォームエリア▼▼*/

.header-search-form-area {
  position: absolute;
  top: 50px;
  right: 0;
  display: none;
  z-index: 9;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .header-search-form-area {
    position: absolute;
    top: 60px;
    left: 0;
  }
}

@media (max-width: 1240px) and (min-width: 800px) {
  .header-search-form-area {
    top: 39px;
  }
}

@media screen and (max-width: 799px) {
}

.header-search-form-area svg {
  width: 20px;
}

.header-search-form-area-open {
  display: block;
}

/*▼モバイルの時に表示するサーチフォームボタンとサーチフォーム▼*/

.mobile-search-form-icon-area {
  display: none;
}

@media screen and (max-width: 799px) {
  .mobile-search-form-icon-area {
    display: block;
    width: 23px;
    height: 23px;
  }
}

.mobile-search-form-area {
  display: none;
}

@media screen and (max-width: 799px) {
  .mobile-search-form-area {
    display: block;
  }
}

.global-menu-open-hide-body {
  overflow-y: hidden;
}

.mobile-nav-menu {
  position: fixed;
  left: -100vw;
  top: 0;
  width: 100vw;
  height: calc(100% + 1px);
  background-color: black;
  transition: 0.2s;
  z-index: 8;
}

.mobile-nav-menu-list ul {
  padding: 20px;
  margin: 0;
  margin-top: 30%;
}

.mobile-nav-menu-list ul li {
  list-style: none;
  margin-bottom: 10%;
}

.mobile-nav-menu-list ul li a {
  color: #fff;
  font-family: Lato;
  font-size: 21px;
  transition: 0.1s;
  display: block;
}

/* .mobile-nav-menu-dark-mask {
    position: absolute;
    width: 100%;
    height: calc(100% + 1px);
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 7;
}

.mobile-nav-menu-background-image {
    position: absolute;
    width: 100%;
    height: calc(100% + 1px);
    background-image: url(../img/main_01-min.jpg);
    background-size: cover;
    z-index: 6;
} */

.mobile-nav-menu-open {
  transition: 0.2s;
  left: 0;
  overflow: scroll;
}

.mobile-close-button {
  position: absolute;
  right: 5%;
  top: 3%;
  z-index: 10;
  cursor: pointer;
  padding: 10px;
}

.mobile-gnav-logo {
  position: absolute;
  left: 20px;
  top: 3%;
  width: fit-content;
  height: fit-content;
}

.mobile-gnav-logo img {
  width: 60px;
}

/*バツアイコンのcss*/

.dli-close {
  display: inline-block;
  vertical-align: middle;
  color: white;
  line-height: 1;
  width: 30px;
  height: 2px;
  background: currentColor;
  border-radius: 4px;
  position: relative;
  transform: rotate(45deg);
}

.mobile-close-button:hover .dli-close {
  color: #1e50a2;
}

.dli-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

/*▲モバイルの時に表示するサーチフォームボタンとサーチフォーム▲*/

/*▲▲ヘッダーサーチフォームエリア▲▲*/

/*▲▲ヘッダー▲▲*/

/*▼▼ページネーション▼▼*/

.pagination-page-number {
  margin: 0 20px;
}

.pagination-area {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

@media screen and (max-width: 799px) {
  .pagination-area {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 100px;
  }
}

/*現在のページナンバー*/

.pagination-current-number {
  color: white;
  background-color: #1e50a2;
  height: fit-content;
  width: fit-content;
}

.pagination-current-number .current {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
}

/*指定のページへ飛ぶ数字のリンク*/

.pagination-page-number-btn {
  border: solid 1px #1e50a2;
  box-sizing: border-box;
}

.pagination-page-number-btn a {
  color: #1e50a2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

@media screen and (max-width: 799px) {
  .pagination-page-number-btn {
    display: none;
  }
}

/*次、最初、後、最後へ飛ぶリンク*/

.pagination-next-previous-btn {
  height: fit-content;
  width: fit-content;
}

.pagination-next-previous-btn a {
  color: #1e50a2;
  display: block;
  width: 60px;
  height: 40px;
  line-height: 30px;
  font-size: 60px;
}

/*▲▲ページネーション▲▲*/

/*▼▼エディター箇所▼▼*/

/*▼エディターのページタイトルを出力する見出しエリア▼*/

.create-editor-heading-wrapper {
  margin: 35px 0 110px 0;
}

/*▲エディターのページタイトルを出力する見出しエリア▲*/

/*▼エディター標準フォント指定▼*/

.block-editor-content-area a {
  color: #1e50a2;
  font-weight: 400;
}

.block-editor-content-area h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  color: #1e50a2;
  /* font-style: italic; */
  margin: 0 0 26px 0;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .block-editor-content-area h2 {
    font-size: 27px;
  }
}

.block-editor-content-area h2 a {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  color: #1e50a2;
  /* font-style: italic; */
  margin: 0 0 26px 0;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .block-editor-content-area h2 a {
    font-size: 27px;
  }
}

.block-editor-content-area h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  color: #1e50a2;
  /* font-style: italic; */
  margin: 0 0 26px 0;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .block-editor-content-area h3 {
    font-size: 24px;
  }
}

.block-editor-content-area h3 a {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  color: #1e50a2;
  /* font-style: italic; */
  margin: 0 0 26px 0;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .block-editor-content-area h3 a {
    font-size: 24px;
  }
}

.block-editor-content-area h4 {
  margin: 0 0 26px 0;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .block-editor-content-area h4 {
    font-size: 22px;
  }
}

.block-editor-content-area h5 {
  margin: 0 0 26px 0;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .block-editor-content-area h5 {
    font-size: 20px;
  }
}

.block-editor-content-area h6 {
  margin: 0 0 26px 0;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .block-editor-content-area h6 {
    font-size: 18px;
  }
}

@media (max-width: 1240px) and (min-width: 800px) {
}

.wp-block-group .wp-block-columns {
  margin-bottom: 0;
  flex-wrap: nowrap;
}

@media screen and (max-width: 799px) {
  /*カラムでグループ化した時のモバイルバージョンコラムボックス*/
  .wp-block-column .wp-block-group {
    margin-bottom: 0;
  }

  .wp-block-group .wp-block-columns {
    margin-bottom: 0;
    flex-wrap: wrap;
  }

  .wp-block-group .wp-block-column {
    flex-basis: auto !important;
    flex-grow: 1 !important;
    width: 100%;
  }

  .wp-block-last-section .wp-block-column:last-child {
    margin-bottom: 0;
  }

  .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}

.wp-block-column h1,
.wp-block-column h2,
.wp-block-column h3,
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6 {
  width: 80%;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .wp-block-column h1,
  .wp-block-column h2,
  .wp-block-column h3,
  .wp-block-column h4,
  .wp-block-column h5,
  .wp-block-column h6 {
    width: 100%;
  }
}

.wp-block-column p {
  width: 100%;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .wp-block-column p {
    width: 100%;
  }
}

.block-editor-content-area {
  margin-bottom: 150px;
}

.block-editor-content-area p {
  margin: 0 0 26px 0;
}

/*リスト*/
.block-editor-content-area li {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  color: black;
  font-style: normal;
  font-family: Roboto Slab;
  margin-bottom: 5px;
}

.block-editor-content-area li a {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto Slab;
}

/*グループ化した際のマージン*/

.wp-block-group {
  margin-bottom: 150px;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .wp-block-group {
    margin-bottom: 120px;
  }
}

/*画像キャプション*/

.block-editor-content-area .figcaption {
  margin: 6px 0 26px;
}

.wp-caption {
  width: 100% !important;
}

.wp-caption img {
  width: 100%;
  height: auto;
}

img {
  height: auto;
}

/*▲エディター標準フォント指定▲*/

/*▼テーブル▼*/

.wp-block-table th {
  border-collapse: collapse;
  border: 2px rgb(255, 255, 255) solid;
  background-color: #1e50a2;
  color: #fff;
}

.wp-block-table td {
  border-collapse: collapse;
  border: 2px rgb(255, 255, 255) solid;
  background-color: #e7e6e6;
}

.wp-block-table td:nth-of-type(1) {
  background-color: #6097ee;
  color: #fff;
}

/*▼テーブル flexible-table-block プラグイン*/

.wp-block-flexible-table-block-table {
  margin: 0 0 1em;
  overflow-x: auto;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table
  tr
  th {
  border-collapse: collapse;
  border: 2px rgb(255, 255, 255) solid;
  background-color: #1e50a2;
  color: #fff;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table
  tr
  td {
  border-collapse: collapse;
  border: 2px rgb(255, 255, 255) solid;
  background-color: #e7e6e6;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table
  tr
  td:nth-of-type(1) {
  background-color: #6097ee;
  color: #fff;
}

/*▲テーブル▲*/

/*▼コラムボックス▼*/

.wp-block-column figure {
  height: auto;
  object-fit: cover;
  width: auto;
}

.wp-block-column figure img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .wp-block-column figure img {
    width: 100%;
  }
}

/* .wp-block-column h2,
.wp-block-column h3,
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6 {
    font-size: 18px;
    font-weight: 900;
    margin: 20px 0;
    line-height: 21.6px;
    color: black;
    font-style: normal;
}

.wp-block-column h2 a,
.wp-block-column h3 a,
.wp-block-column h4 a,
.wp-block-column h5 a,
.wp-block-column h6 a {
    font-size: 18px;
    font-weight: 900;
    margin: 20px 0;
    line-height: 21.6px;
    color: black;
} */

/*▲コラムボックス▲*/

.wp-block-image {
  margin: 0 0 26px 0;
}

.wp-block-image img {
  /* width: 100%; */
}

/*▲▲エディター箇所▲▲*/

/*▼▼サイドバー▼▼*/

.sidebar-area {
  margin-left: 50px;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .sidebar-area {
    margin-left: 0;
  }
}

.sidebar-area h4 {
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 799px) {
  aside {
    margin-bottom: 120px;
  }
}

.sidebar-tag-area {
}

.sidebar-tag-area ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .sidebar-tag-area ul {
    justify-content: space-between;
  }
}

.sidebar-tag-area ul li {
  list-style: none;
  height: fit-content;
  width: fit-content;
  margin: 0 10px 10px 0;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .sidebar-tag-area ul li {
    margin: 0;
    width: 47%;
    margin-bottom: 20px;
  }
}

.sidebar-tag-area ul li a {
  font-size: 13px;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  color: #1e50a2;
  border: #1e50a2 1px solid;
  width: 109px;
}

@media screen and (max-width: 799px) {
  .sidebar-tag-area ul li a {
    width: 100%;
    padding: 10px 0;
  }
}

.currently-narrowing-down-tag span {
  font-size: 13px;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  border: #1e50a2 1px solid;
  width: 109px;
  color: #fff !important;
  background-color: #1e50a2;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .currently-narrowing-down-tag span {
    padding: 10px;
    width: -webkit-fill-available;
  }
}

/*年を決めるセレクター*/

.sidebar-narrow-down-year-area {
  margin-bottom: 70px;
}

@media screen and (max-width: 799px) {
  .sidebar-narrow-down-year-area {
    margin-bottom: 100px;
  }
}

.sidebar-area select {
  border: rgba(0, 0, 0, 0.1) solid 1px;
  width: 70%;
  height: 30px;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
}

/*▲▲サイドバー▲▲*/

/*▼▼ニュース一覧ページへいくボタン▼▼*/

.link-some-page-button {
  width: fit-content;
  height: fit-content;
  margin: 50px auto 0 auto;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .link-some-page-button {
    margin: 0 auto;
  }
}

.link-some-page-button a {
  color: white;
  background-color: #1e50a2;
  display: inline-block;
  padding: 8px 50px 11px;
  transition: 0.1s;
}

.link-some-page-button a:hover {
  background-color: #6993ff;
  transition: 0.1s;
}

/*▲▲ニュース一覧ページへいくボタン▲▲*/

/*▼▼TOP、Research、Eventsの下についているタグ▼▼*/

/*記事の下についたタグ*/

.article-tags-area {
  display: flex;
  flex-wrap: wrap;
}

.article-tags-area .article-tags {
  height: fit-content;
  width: fit-content;
}

.article-tags-area .article-tags a {
  display: inline-block;
  padding: 5px 20px;
  color: #1e50a2;
  border: 1px solid #1e50a2;
  font-weight: 400;
  margin: 0 10px 10px 0;
  font-size: 13px;
  line-height: 1.2;
}

.article-currently-narrowing-down-tag span {
  font-size: 13px;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  border: #1e50a2 1px solid;
  color: #fff !important;
  background-color: #1e50a2;
  margin: 0 10px 10px 0;
  line-height: 1.2;
}

/*▲▲TOP、Research、Eventsの下についているタグ▲▲*/

/*▼▼フッター▼▼*/

/* footer {
    margin-top: 150px;
} */
.footer-under-gap {
  padding-top: 150px;
}

@media screen and (max-width: 799px) {
  /* footer {
        margin-top: 120px;
    } */
  .footer-under-gap {
    padding-top: 120px;
  }
}

/*フッター黒帯部分*/

.footer-map-icon {
  width: fit-content;
  height: fit-content;
  margin: auto 0;
}

.footer-adress-area {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 799px) {
  .footer-adress-area {
    padding: 0 10%;
  }
}

.footer-adress-area .footer-map-icon i {
  color: white;
  font-size: 30px;
}

.footer-black-band-area {
  background-color: black;
}

.footer-black-band-area .footer-adress-area address {
  color: white;
  font-style: normal;
  padding: 10px 0;
  margin-left: 30px;
}

@media screen and (max-width: 799px) {
  .footer-black-band-area .footer-adress-area address {
    margin-left: 10px;
  }
}

.footer-green-band-area {
  background-color: #1e50a2;
}

@media screen and (max-width: 799px) {
  .footer-green-band-area {
    padding: 0 10%;
  }
}

.footer-green-band-area .footer-copy-writer-area small {
  color: white;
}

.footer-band-inner-container {
  width: 1240px;
  margin: 0 auto;
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
}

@media (max-width: 1240px) and (min-width: 800px) {
  .footer-band-inner-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
  }
}

@media screen and (max-width: 799px) {
  .footer-band-inner-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 10px 0;
    flex-flow: column;
    justify-content: center;
  }
}

.footer-adress-black-band-inner-container {
  display: block;
  text-align: center;
}

.footer-green-band-inner-container {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  overflow-wrap: break-word;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
}

/*SNSアイコンエリア*/

.footer-sns-area {
  display: flex;
  width: 150px;
  margin: auto 40px auto 0;
}

@media screen and (max-width: 799px) {
  .footer-sns-area {
    display: flex;
    justify-content: center;
    width: auto;
    margin: auto;
  }
}

.footer-sns-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 40px;
  background-color: #1e50a2;
  text-align: center;
  transition: 0.2s;
}

@media screen and (max-width: 799px) {
  .twitter-sns-icon {
    margin-right: 20px;
  }

  .youtube-sns-icon {
    margin-left: 60px;
  }

  .footer-sns-icon {
    margin-right: 0;
  }
}

.footer-sns-icon:hover {
  background-color: #6993ff;
  transition: 0.2s;
}

.footer-sns-icon i {
  color: white;
  padding-top: 13px;
}

/*フッターロゴエリア*/

.footer-logo-text {
  margin: auto 0;
}

.footer-logo-text-tagline {
  color: white;
  font-size: 14px;
  font-weight: 700;
}

.footer-logo-area {
  display: flex;
}

@media screen and (max-width: 799px) {
  .footer-logo-area {
    display: flex;
    justify-content: center;
    padding: 0 10%;
    margin-bottom: 10px;
  }
}

.footer-logo-img {
  width: 56px;
  height: 56px;
  padding-right: 10px;
}

.footer-logo-img img {
  width: 56px;
}

/*▼フッター暗い背景がついているエリア▼*/

.footer-bigbg-wrapper {
  background-image: url(../img/footer_image-min.jpg);
  background-size: cover;
  background-position: center;
}

.footer-big-bg-dark-mask {
  background-color: rgba(0, 0, 0, 0.7);
}

/*フッター縦列リンク集*/

.footer-menu-column-wrapper h3 > a {
  color: #bfbfbf;
  font-weight: 700;
  font-size: 20px;
}

.footer-menu-column-wrapper h3 {
  margin: 0 0 30px 0;
}

.footer-menu-subheading-title {
  line-height: 1.1;
}

.footer-menu-subheading-title-area {
  margin-bottom: 25px;
}

@media screen and (max-width: 799px) {
  .footer-menu-subheading-title-area {
    display: none;
  }
}

.footer-menu-column-wrapper a {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 400;
  transition: 0.1s;
  overflow-wrap: break-word;
}

.footer-menu-column-wrapper a:hover {
  color: white;
  transition: 0.1s;
  border-bottom: solid 2px #1e50a2;
}

.footer-menu-area {
  display: flex;
  flex-wrap: wrap;
  width: 1240px;
  margin: 0 auto;
  padding: 80px 0 20px 0;
  justify-content: space-around;
}

@media (max-width: 1240px) and (min-width: 800px) {
  .footer-menu-area {
    width: 640px;
  }
}

@media screen and (max-width: 799px) {
  .footer-menu-area {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 0px;
  }
}

.footer-menu-column-wrapper {
  /* height: 220px; */
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
}

@media screen and (max-width: 799px) {
  .footer-menu-column-wrapper {
    height: 80px;
  }
}

@media (max-width: 1240px) and (min-width: 800px) {
  .footer-menu-column-wrapper {
    width: 40%;
    padding-bottom: 60px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 799px) {
  .footer-menu-column-wrapper {
    width: 100%;
  }
}

.footer-menu-area.collection {
  padding: 40px 0;
}

.footer-menu-area.collection .footer-menu-column-wrapper {
  height: auto;
}

@media screen and (max-width: 799px) {
  .footer-menu-area.collection {
    padding: 0 0 40px 0;
  }
}

/*▲フッター暗い背景がついているエリア▲*/

/*▲▲フッター▲▲*/

/*▼▼sharing-group　固定ページ上部のシェアボタンエリアのテンプレパーツ▼▼*/

.sharing-wrapper {
  width: 560px;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .sharing-wrapper {
    width: 100%;
  }

  /*矢印がついたボタンでもないSHAREをモバイルでは消す*/
  .social-sharing-share-button {
    display: none !important;
  }
}

.sharing-wrapper-inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .sharing-wrapper-inner-container {
    justify-content: start;
  }
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .social-sharing-facebook-button {
    margin-right: 5%;
    margin-bottom: 5%;
  }

  .social-sharing-twitter-button {
    margin-right: 5%;
    margin-bottom: 5%;
  }
}

/*文字とアイコン横並び*/

.social-sharing-button a {
  display: flex;
  padding: 10px 20px;
  border: 1px solid #e9e9e9;
  background-color: #1e50a2;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  font-size: 12px;
  transition: 0.1s;
  font-weight: 400;
}

.social-sharing-button a:hover {
  background-color: #6993ff;
  transition: 0.1s;
}

.social-button-icon i {
  padding-right: 10px;
  position: relative;
}

.social-button-text {
  padding-left: 10px;
  font-family: Lato !important;
}

.social-button-icon i::after {
  content: "";
  position: absolute;
  right: 0;
  top: auto;
  width: 1px;
  height: 100%;
  background-color: #e9e9e9;
}

/*ボタンではない*/

.social-sharing-share-button {
  background-color: white;
  color: black;
  border-radius: 3px;
  cursor: auto;
  display: flex;
  padding: 10px 20px;
  border: 1px solid #e9e9e9;
  font-size: 12px;
  font-weight: 400;
  margin-right: 20px;
}

.social-sharing-share-button::before {
  content: "";
  position: absolute;
  top: 57%;
  left: 19.5%;
  margin-top: -12px;
  border: 9px solid transparent;
  border-left: 12px solid #e9e9e9;
  z-index: 2;
}

.social-sharing-share-button::after {
  content: "";
  position: absolute;
  top: 57%;
  left: 19.2%;
  margin-top: -12px;
  border: 9px solid transparent;
  border-left: 12px solid #ffffff;
  z-index: 2;
}

.social-sharing-share-button:hover {
  background-color: white;
}

/*▲▲sharing-group　固定ページ上部のシェアボタンエリアのテンプレパーツ▲▲*/

/*▼最終更新日時▼*/

.heading-update-date {
  margin: 13px 0 15px 0;
}

/*▲最終更新日時▲*/

/*test*/

li.header-hover-megamenu ul.menu__second-level {
  position: absolute;
  top: 40px;
  left: -20px;
  box-sizing: border-box;
  width: 200px;
  padding: 20px 20px;
  margin-top: 36px;
  background: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  flex-direction: column;
  line-height: normal;
}

li.header-hover-megamenu:hover ul.menu__second-level {
  top: 24px;
  visibility: visible;
  opacity: 1;
}

li.header-hover-megamenu ul.menu__second-level li {
  margin-bottom: 6px;
  font-family: Lato;
  font-weight: 700;
}

li.header-hover-megamenu ul.menu__second-level li > a {
  font-size: 14px;
}

ul.menu__second-level a:hover {
  color: #1e50a2;
}

/*▼▼404エラーページcss▼▼*/

.error-page-inner-container {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.error-page-text-area {
  width: 50%;
  margin: 0 auto;
}

.error-page-title-area h1 {
  margin: 130px 0 50px 0;
}

@media (max-width: 1240px) and (min-width: 800px) {
}

@media screen and (max-width: 799px) {
  .error-page-text-area {
    width: 100%;
    margin: 0 auto 50px auto;
  }

  .error-page-title-area h1 {
    margin: 60px 0 40px 0;
  }
}

/*▲▲404エラーページcss▲▲*/

/*▼▼検索結果ページ▼▼*/

.pagination-area {
  margin-top: 150px;
  margin-bottom: 150px;
}

@media screen and (max-width: 799px) {
  .pagination-area {
    margin-top: 0px;
    margin-bottom: 120px;
  }
}

.search-results-title-area {
  background-color: #f5f5f5;
  padding: 60px 0;
  margin-bottom: 150px;
}

.search-results-title-area h1 {
  margin: 18px 0 20px 0;
}

/*検索結果にヒットした数*/

.search-results-number {
  margin-top: 20px;
}

/*検索結果にヒットしなかった時のテキスト*/

.search-results-no-match-text {
  text-align: center;
}

.search-results-title-inner-container {
  max-width: 1240px;
  margin: 0 auto;
}

/*SEARCH RESULTS FOR:の部分*/

.search-results-add-text {
  font-weight: 700;
  font-size: 14px;
  font-family: Lato;
}

.search-results-content-area {
  max-width: 1240px;
  margin: 0 auto;
}

.search-results-content-area ul {
  padding: 0;
}

.search-results-content-area li {
  list-style: none;
}

.search-results-content {
  margin-bottom: 100px;
}

/*検索結果ページのサーチフォーム*/

.search-results-search-form-area #searchform {
  padding: 0;
  width: 100%;
}

.search-results-search-form-area #searchform input {
  padding: 15px 7px;
}

/*▲▲検索結果ページ▲▲*/

/*▼▼印刷用CSS▼▼*/

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  /*▼Topページ▼*/
  header {
    display: none !important;
  }

  .grid-contents-sidebar-area {
    display: none;
  }

  footer {
    display: none;
  }

  .swiper-text h2 {
    color: white !important;
    margin: 0 !important;
  }

  .swiper-area {
    padding: 50px 0 0 0 !important;
  }

  .swiper-pagination {
    display: none;
  }

  .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
    display: none;
  }

  .swiper-slide a {
    display: block;
  }

  .swiper-slide-active {
    display: block;
  }

  .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: 350px !important;
  }

  .swiper-slide img {
    mask-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 1)
    ) !important;
  }

  .swiper-button-prev {
    display: none;
  }

  .swiper-button-next {
    display: none;
  }

  /*記事の下のタグ*/
  .article-tags-area {
    display: none;
  }

  /*read-moreボタン*/
  .read-more-sentence {
    display: none;
  }

  /*research*/
  .grid-contents-inner-container {
    grid-template-columns: 1fr 1fr !important;
  }

  /*To News Listボタン*/
  .link-some-page-button {
    display: none;
  }

  /*▲Topページ▲*/
  /*▼Researc,News&Eventsアーカイブページ▼*/
  .archive-page-title {
    width: 100% !important;
  }

  .grid-contents-area {
    width: 100% !important;
  }

  /*▲Researc,News&Eventsアーカイブページ▲*/
  /*▼投稿詳細ページ▼*/
  /*SNSシェア*/
  .heading-sharing-area {
    display: none;
  }

  /*日付*/
  time {
    font-size: 20px;
  }

  /*ページタイトル*/
  .single-page-heading-wrapper {
    width: 100% !important;
  }

  /*コンテンツエリア*/
  .block-editor-content-container {
    width: 100% !important;
  }

  .wp-block-column figure img {
    width: 50% !important;
  }

  /*▲投稿詳細ページ▲*/
  /*▼固定ページ▼*/
  /*▲固定ページ▲*/
  /*▼▼検索結果ページ▼▼*/
  .search-results-search-form-area #searchform {
    display: none;
  }

  .search-results-title-area {
    margin-bottom: 30px;
  }

  /*▲▲検索結果ページ▲▲*/
}

/*▲▲印刷用CSS▲▲*/

/*▼▼トップへ戻るボタン▼▼*/
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background-color: #1e50a2;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 10%;
  border: none;
  color: #fff;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
}

.scroll-top.fadein {
  opacity: 0.8;
}

.scroll-top:hover {
  cursor: pointer;
  /* transform: scale(1.1); */
}

/*▲▲トップへ戻るボタン▲▲*/
