@charset "UTF-8";
:root {
  --wp--custom--spacing--outer: clamp(15px, 2.5vw, 30px);
}

/*----------------------------------------------------------------
wordpressの構造のもの
---------------------------------------------------------------- */
.contentWrap > .contentMain .editor-styles-wrapper > .alignwide {
  max-width: 1480px;
  width: calc(100% - var(--wp--custom--spacing--outer, 20px) * 2);
  margin-right: auto;
  margin-left: auto;
}
.contentWrap > .contentMain .editor-styles-wrapper > .alignfull {
  width: 100vw;
}
.contentWrap > .contentMain .editor-styles-wrapper > :not(.alignwide):not(.alignfull) {
  max-width: 1180px;
  width: calc(100% - var(--wp--custom--spacing--outer, 20px) * 2);
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
.contentWrap
========================================================= */
.contentWrap {
  position: relative;
  z-index: 0;
}

.contentMain {
  padding: 50px 0 50px;
  margin: 0 auto;
}
@media screen and (min-width: 640px), print and (min-width: 640px) {
  .contentMain {
    padding: 50px 0 50px;
  }
}

.contentRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contentRow .contentMain {
  width: 100%;
  padding: 50px 0 50px;
  margin: 0;
}
@media screen and (min-width: 1200px), print and (min-width: 1200px) {
  .contentRow .contentMain {
    width: calc(100% - 270px);
  }
}

.contentRow .contentSide {
  width: 100%;
  margin: 0 0 0px;
  padding: 30px 0 30px;
}
@media screen and (min-width: 1200px), print and (min-width: 1200px) {
  .contentRow .contentSide {
    width: 240px;
    padding: 50px 0 50px;
  }
}

/************************************
** サイドエリア
************************************/
.contentSide > .side-area:first-child > *:first-child {
  margin-top: 0 !important;
}

.contentSide {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.side-area {
  /*アイコン*/
}
.side-area[class*="widget_block widget_"] {
  margin-bottom: 10px;
}
.side-area h2:not(.noteditor),
.side-area h3:not(.noteditor),
.side-area h4:not(.noteditor),
.side-area h5:not(.noteditor),
.side-area h6:not(.noteditor) {
  padding: 0.3em 0.5em;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1rem;
  border-left: 3px solid var(--wp--preset--color--primary);
  padding-left: 0.3em;
  background-color: var(--wp--preset--color--light-gray);
}
@media screen and (min-width: 640px), print and (min-width: 640px) {
  .side-area h2:not(.noteditor),
  .side-area h3:not(.noteditor),
  .side-area h4:not(.noteditor),
  .side-area h5:not(.noteditor),
  .side-area h6:not(.noteditor) {
    font-size: 1rem;
  }
}
.side-area ul:not(.noteditor) li {
  display: block;
  line-height: 1.4;
  padding: 0.5em 0 0.5em 0;
}
.side-area ul:not(.noteditor) li .post-date {
  display: block;
  font-size: 0.75rem;
  color: var(--wp--preset--color--primary);
}
.side-area ul:not(.noteditor) li a {
  display: flex;
  position: relative;
  color: #000;
  gap: 2px;
}
.side-area ul:not(.noteditor) li a:hover {
  color: #df2c08;
}
.side-area ul:not(.noteditor) li + li {
  border-top: 1px solid var(--wp--preset--color--gray);
}
.side-area ul.wp-block-categories li a::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
}
.side-area .wp-block-search__label {
  width: 100%;
}
.side-area .wp-block-search__input {
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #000;
  line-height: 1;
}
.side-area .wp-block-search__input:focus {
  outline: none;
}
.side-area .wp-block-search__button {
  border-radius: 5px;
  white-space: nowrap !important;
  margin-left: 5px;
  border: 2px solid var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  padding: 1em;
  line-height: 1;
}

.sideMenuBox {
  margin-bottom: 30px;
}
.sideMenuBox h3 {
  font-weight: bold;
  border-top: 2px solid var(--wp--preset--color--gray);
  border-bottom: 1px solid var(--wp--preset--color--gray);
  padding: 0.7em 0 0.7em 5px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 1.125rem;
  position: relative;
}

.sideChildPageList {
  display: block;
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .sideChildPageList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 640px), print and (min-width: 640px) {
  .sideChildPageList {
    display: block;
  }
}
.sideChildPageList li {
  line-height: 1.2;
  padding: 0.3em 1em 0.3em 1.5em;
}
.sideChildPageList li a {
  position: relative;
  color: var(--wp--preset--color--contrast);
}
.sideChildPageList li a:hover {
  text-decoration: underline;
  color: #df2c08;
}
.sideChildPageList li a::before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  color: var(--wp--preset--color--primary);
  margin-right: 0.2em;
  position: absolute;
  left: -1.1em;
  top: 0.2em;
}

.sideMenuBox .newsList li:first-child {
  padding-top: 0;
}
@media screen and (min-width: 640px), print and (min-width: 640px) {
  .sideMenuBox .newsList li {
    flex-direction: column;
    line-height: 1.2;
  }
}
@media screen and (min-width: 640px), print and (min-width: 640px) {
  .sideMenuBox .newsList .news-date {
    font-size: 0.875rem;
    color: var(--wp--preset--color--gray);
  }
}

/* =========================================================
.searchCard
========================================================= */
.searchCard {
  margin-bottom: 10px;
}
.searchCard a {
  padding: 15px;
  transition: all 0.2s ease-out;
  display: block;
}
.searchCard a:hover {
  background-color: #f5f5f5;
}
.searchCard a .entry-header {
  margin-bottom: 10px;
}
.searchCard a .entry-title {
  padding: 0.2em 0;
  color: #333;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
}
.searchCard a .entry-title a {
  color: inherit;
}
.searchCard a .entry-content {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333;
}

/* =========================================================
#pageHero
========================================================= */
#pageHero {
  --pageHero-height:260px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: var(--pageHero-height);
  background-color: #f4f9ff;
}
@media screen and (min-width: 640px), print and (min-width: 640px) {
  #pageHero {
    padding: 6.25rem 0 6.25rem;
  }
}
#pageHero .pageHero-titleWrap {
  position: relative;
}
#pageHero .pageHero-parenttitle {
  position: relative;
  margin-bottom: 0.2em;
  color: #000;
  font-weight: bold;
  display: block;
  line-height: 1;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  z-index: 2;
}
#pageHero .pageHero-parenttitle span {
  padding: 0.1em 1em;
  line-height: 1.2;
  background-color: #E6F0F7;
  display: inline-block;
}
#pageHero .pageHero-title {
  position: relative;
  line-height: 1.2;
  font-size: clamp(1.375rem, 3vw, 2.5rem);
  font-weight: bold;
  z-index: 2;
  display: block;
}
#pageHero .pageHero-title span {
  padding: 0.1em 0;
  line-height: 1.2;
  display: inline-block;
}

.heroBack {
  position: absolute;
  top: 0;
  left: 30%;
  width: 70%;
  height: 100%;
  overflow: hidden;
}
.heroBack li {
  background: var(--wp--preset--color--primary);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  -webkit-animation: animateHeroBackMove 25s linear infinite, animateHeroBackColor 10s linear infinite;
          animation: animateHeroBackMove 25s linear infinite, animateHeroBackColor 10s linear infinite;
  top: 120%;
}
.heroBack li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.heroBack li:nth-child(2) {
  left: 10%;
  width: 40px;
  height: 40px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.heroBack li:nth-child(3) {
  left: 70%;
  width: 40px;
  height: 40px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.heroBack li:nth-child(4) {
  left: 40%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.heroBack li:nth-child(5) {
  left: 65%;
  width: 40px;
  height: 40px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.heroBack li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.heroBack li:nth-child(7) {
  left: 35%;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.heroBack li:nth-child(8) {
  left: 50%;
  width: 45px;
  height: 45px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}
.heroBack li:nth-child(9) {
  left: 20%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}
.heroBack li:nth-child(10) {
  left: 85%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

@-webkit-keyframes animateHeroBackMove {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 0.3;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(calc(-2 * var(--pageHero-height))) rotate(720deg);
            transform: translateY(calc(-2 * var(--pageHero-height))) rotate(720deg);
    opacity: 0.3;
    border-radius: 50%;
  }
}

@keyframes animateHeroBackMove {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 0.3;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(calc(-2 * var(--pageHero-height))) rotate(720deg);
            transform: translateY(calc(-2 * var(--pageHero-height))) rotate(720deg);
    opacity: 0.3;
    border-radius: 50%;
  }
}
@-webkit-keyframes animateHeroBackColor {
  0% {
    background: var(--wp--preset--color--primary);
  }
  12.5% {
    background: var(--wp--preset--color--secondary);
  }
  47.5% {
    background: var(--wp--preset--color--tertiary);
  }
  72.5% {
    background: rgb(3, 175, 122);
  }
  87.5% {
    background: var(--wp--preset--color--primary);
  }
  100% {
    background: var(--wp--preset--color--primary);
  }
}
@keyframes animateHeroBackColor {
  0% {
    background: var(--wp--preset--color--primary);
  }
  12.5% {
    background: var(--wp--preset--color--secondary);
  }
  47.5% {
    background: var(--wp--preset--color--tertiary);
  }
  72.5% {
    background: rgb(3, 175, 122);
  }
  87.5% {
    background: var(--wp--preset--color--primary);
  }
  100% {
    background: var(--wp--preset--color--primary);
  }
}
/* =========================================================
*.breadcrumb
========================================================= */
.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 100%;
  min-width: 100%;
  overflow-x: auto;
  font-size: 0.75rem;
  white-space: nowrap;
  border-bottom: 1px solid rgba(var(--wp--preset--color--gray), 0.2);
}
.breadcrumbs a {
  color: black;
}
.breadcrumbs a:hover {
  color: #df2c08;
  text-decoration: underline;
}
.breadcrumbs .current-item {
  font-weight: bold;
}

.entry-header {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border-left: 4px solid var(--wp--preset--color--primary);
  padding-left: 10px;
  max-width: 1200px;
  width: calc(100% - var(--wp--custom--spacing--outer, 20px) * 2);
  margin-left: auto;
  margin-right: auto;
}

.entry-header-inner {
  position: relative;
}

.entry-title {
  padding: 0.6em 0;
  color: var(--wp--preset--color--contrast);
  font-weight: bold;
  font-size: clamp(1.25rem, 2.6vw, 1.625rem);
  line-height: 1.4;
  display: block;
}
@media screen and (min-width: 640px), print and (min-width: 640px) {
  .entry-title {
    font-size: 1.625rem;
  }
}

.entry-meta {
  font-size: 0.875rem;
  line-height: 1.4;
}
.entry-meta .posted-on {
  margin-right: 1em;
}
.entry-meta .entry-author {
  margin-right: 1em;
}
.entry-meta .entry-category {
  margin-right: 1em;
}

/* =========================================================
.yearSelectBox
========================================================= */
.yearSelectBox {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  position: relative;
  outline: none;
}
.yearSelectBox:focus {
  outline: none;
}
.yearSelectBox::before, .yearSelectBox::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.yearSelectBox::before {
  display: inline-block;
  right: 0;
  width: 2.8em;
  height: 2.8em;
  border-radius: 0 3px 3px 0;
  background-color: var(--wp--preset--color--secondary);
}
.yearSelectBox::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.yearSelectBox select {
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em 3.6em 0.4em 0.8em;
  border: none;
  border-radius: 3px;
  background-color: var(--wp--preset--color--light-gray);
  color: #333;
  font-size: 1em;
  cursor: pointer;
}
.yearSelectBox select:focus {
  outline: none;
}

/* =========================================================
.categoryTabs
========================================================= */
.categoryTabs {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 2px;
}
.categoryTabs li a {
  height: 4em;
  background-color: var(--wp--preset--color--light-gray);
  font-weight: bold;
  color: var(--wp--preset--color--primary);
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categoryTabs li a.current {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}
.categoryTabs li a:hover {
  color: var(--wp--preset--color--secondary);
}