@charset "UTF-8";
/*
============================================================
# Project
============================================================
*/
/* セクション
--------------------------------------------- */
.p-section {
  padding: 2em 0;
}

.p-section.--mv {
  padding-top: 0;
}

.p-section.--line {
  border-top: 1px solid rgba(0, 0, 0, 0.2666666667);
}

.p-section.--interview {
  height: 100%;
  padding: 2em;
  background-color: rgba(0, 0, 0, 0.05);
}

/* ボタン・リンク
--------------------------------------------- */
.p-front-more {
  text-align: right;
}

.p-btn.--textLink {
  font-weight: 700;
}

.p-btnBacNumber {
  background-color: rgba(0, 0, 0, 0.05);
}

.p-btnBacNumber__link {
  display: flex;
  flex-flow: wrap row;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  padding: 1em;
}

.p-btnBacNumber__icon {
  flex: 0 0 auto;
}

.p-btnBacNumber__text {
  font-weight: 700;
}

/* テキスト
--------------------------------------------- */
/*  */
/* 画像
--------------------------------------------- */
/*  */
.p-textThumbnail {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.1333333333);
  text-align: center;
  background-color: rgb(223, 226, 235);
}

/* スライダー
--------------------------------------------- */
/* cssスライダー フォーム内 */
form .c-slider {
  height: 90svh;
  min-height: 18.75rem;
  max-height: 31.25rem;
  padding: 2em;
  border: 1px solid #000;
}

/* コンポーネント
--------------------------------------------- */
/* p-single */
.p-single__catch {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: 700;
  color: #347798;
}

.p-single__tagContainer {
  display: flex;
  flex-flow: wrap row;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.p-single__tags {
  display: flex;
  flex: 0 1 auto;
  flex-flow: wrap row;
  gap: 0.5em;
  align-items: flex-start;
  justify-content: flex-start;
}

.p-single__tags li {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10em;
}

.p-single__tags li a,
.p-single__tags li span {
  position: relative;
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  padding-left: 1em;
  font-size: 0.9em;
}

.p-single__tags li a::before,
.p-single__tags li span::before {
  display: inline-block;
  margin-right: 0.25em;
  content: "#";
}

.p-single__tags li a:hover {
  text-decoration: underline;
}

.p-single__date {
  font-size: 0.9em;
  font-weight: 700;
  opacity: 0.6;
}

/* パーツデザインセット （親に付いたクラス名で自動適用）
--------------------------------------------- */
/*  */
.p-partsDesign a {
  color: rgb(18, 131, 205);
  text-decoration: underline;
}

.p-partsDesign h2,
.p-partsDesign h3,
.p-partsDesign h4 {
  margin-top: 2em;
}

/* 
--------------------------------------------- */
/* p-breadcrumb
--------------------------------------------- */
.p-breadcrumb {
  position: relative;
  padding: 0.25em 0;
  margin: 0 auto;
  font-size: 0.8em;
  font-weight: 700;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}

.p-breadcrumb ul {
  display: flex;
  flex-flow: wrap row;
  gap: 0 1em;
  align-items: center;
  justify-content: flex-start;
}

.p-breadcrumb li {
  position: relative;
}

.p-breadcrumb li + li::after {
  position: absolute;
  top: 50%;
  left: -0.9em;
  z-index: -1;
  display: block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  border-top: 0.125rem solid currentColor;
  border-right: 0.125rem solid currentColor;
  opacity: 0.5;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
}

.p-breadcrumb li > span,
.p-breadcrumb li > a {
  display: block;
  padding: 0.25em 0.5em;
}

.p-breadcrumb li > span {
  opacity: 0.4;
}

.p-breadcrumb li > a {
  opacity: 0.7;
}

.p-breadcrumb li > a:hover {
  text-decoration: underline;
}

/* カード
--------------------------------------------- */
/* FRONTページ MV部分のカード */
.p-mvCard {
  position: relative;
  height: 100%;
}

.p-mvCard__header {
  position: relative;
}

.p-mvCard__main {
  position: relative;
  width: 100%;
}

.p-mvCard__main > * + * {
  margin-top: 1em;
}

.p-mvCard__catch {
  position: absolute;
  top: 2em;
  left: 2em;
  z-index: 1;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.p-mvCard__eyecatch {
  position: relative;
}

.p-mvCard__eyecatch::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-color: #000;
  opacity: 0.1;
}

.p-mvCard__eyecatch img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}

.p-mvCard__cat {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: 0.8em;
  font-weight: 700;
  color: #fff;
}

.p-mvCard__read01 {
  font-weight: 700;
}

.p-mvCard__read02 {
  font-size: 1.5em;
  font-weight: 700;
}

.p-mvCard__title {
  font-size: 2em;
}

.p-mvCard__tagContainer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.5em 0;
}

.p-mvCard__tags {
  display: flex;
  flex: 1 1 12em;
  flex-flow: wrap row;
  gap: 0.5em;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: auto;
}

.p-mvCard__tags li {
  padding: 0;
}

.p-mvCard__tags li a,
.p-mvCard__tags li span {
  position: relative;
  display: block;
  padding-left: 1em;
  font-size: 0.8em;
}

.p-mvCard__tags li a::before,
.p-mvCard__tags li span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "#";
}

.p-mvCard__tags li a:hover {
  text-decoration: underline;
}

.p-mvCard__date {
  flex: 0 0 auto;
  margin-top: auto;
  margin-left: auto;
  font-size: 0.8em;
}

.p-mvCard__linkBox {
  text-align: right;
}

.p-mvCard__link {
  position: relative;
  font-weight: 700;
}

.p-mvCard__link::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

/* ニュース部分のカード */
.p-newsCard {
  display: flex;
  flex-flow: wrap row;
  gap: 0.8em;
  align-items: flex-start;
  justify-content: flex-start;
}

.p-newsCard__tags {
  flex-grow: 1;
  max-width: 12em;
  font-size: 0.9em;
  background-color: #d6dfe2;
}

.p-newsCard__tags > li > a {
  display: block;
  text-align: center;
}

.p-newsCard__date {
  font-size: 0.9em;
}

.p-newsCard__title {
  width: 100%;
}

.p-newsCard__title a {
  display: block;
  width: 100%;
}

.p-newsCard__title a:hover {
  text-decoration: underline;
}

/* アーカイブのニュースのカード */
.p-newsArchiveCard {
  display: flex;
  flex-flow: wrap row;
  gap: 0.8em;
  align-items: flex-start;
  justify-content: flex-start;
}

.p-newsArchiveCard + .p-newsArchiveCard {
  border-top: 1px solid #000;
}

.p-newsArchiveCard__tags {
  flex-grow: 1;
  max-width: 12em;
  font-size: 0.9em;
  background-color: #d6dfe2;
}

.p-newsArchiveCard__tags > li > a {
  display: block;
  text-align: center;
}

.p-newsArchiveCard__date {
  font-size: 0.9em;
}

.p-newsArchiveCard__title {
  width: 100%;
}

.p-newsArchiveCard__title a {
  display: block;
  width: 100%;
}

.p-newsArchiveCard__title a:hover {
  text-decoration: underline;
}

/* FRONT 4種のカテゴリ最新カード */
.p-frontCatCard {
  display: flex;
  flex: 1 1 18em;
  flex-flow: column nowrap;
  gap: 1em;
  min-width: 40%;
  padding: 0 2em 2em;
  border: 1px solid rgba(0, 0, 0, 0.5333333333);
}

.p-frontCatCard__header {
  position: relative;
  margin-right: -2em;
  margin-left: -2em;
}

.p-frontCatCard__bottom {
  display: flex;
  flex-flow: wrap row;
  align-items: flex-end;
  justify-content: center;
  margin-top: auto;
}

.p-frontCatCard__eyecatch img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}

.p-frontCatCard__cat {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: 0.8em;
  font-weight: 700;
  color: #fff;
}

.p-frontCatCard__icon {
  width: 100%;
  margin-top: 1em;
}

.p-frontCatCard__icon img {
  display: block;
  width: auto;
  height: 4em;
  margin-right: auto;
  margin-left: auto;
}

.p-frontCatCard__title {
  display: flex;
  flex-flow: wrap row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.p-frontCatCard__tags {
  display: flex;
  flex: 1 1 12em;
  flex-flow: wrap row;
  gap: 0.5em;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: auto;
}

.p-frontCatCard__tags li {
  padding: 0;
}

.p-frontCatCard__tags li a,
.p-frontCatCard__tags li span {
  position: relative;
  display: block;
  padding-left: 1em;
  font-size: 0.8em;
}

.p-frontCatCard__tags li a::before,
.p-frontCatCard__tags li span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "#";
}

.p-frontCatCard__tags li a:hover {
  text-decoration: underline;
}

.p-frontCatCard__date {
  flex: 0 0 content;
  margin-top: auto;
  margin-left: auto;
  font-size: 0.8em;
}

/* バックナンバーカード */
.p-backNumberCard {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}

.p-backNumberCard__link {
  display: block;
  height: 100%;
  padding: 1em;
  text-align: center;
}

.p-backNumberCard__link > * + * {
  margin-top: 1em;
}

.p-backNumberCard img {
  width: 100%;
  height: 4em;
}

.p-banner {
  background-color: #dfdfdf;
}

/* インタビューカード */
.p-interviewCard {
  display: flex;
  flex: 1 0 100%;
  flex-flow: nowrap column;
  align-items: center;
  justify-content: stretch;
  max-width: 320px;
  background-color: #fff;
}

.p-interviewCard__infoBox {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 1em;
}

.p-interviewCard__movie {
  width: 100%;
}

.p-interviewCard__movie iframe {
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 964/542;
}

.p-interviewCard .read {
  font-size: 0.9em;
  font-weight: 700;
}

.p-interviewCard .titleFront {
  font-size: 1.1em;
  font-weight: 700;
}

.p-interviewCard .title {
  font-size: 1.5em;
}

.p-interviewCard .titleBack {
  font-size: 1.1em;
  font-weight: 700;
}

/* アーカイブ用カード */
.p-archiveCard {
  display: flex;
  flex-flow: column nowrap;
  gap: 1em;
  height: 100%;
  padding: 0 2em 2em;
  border: 1px solid rgba(0, 0, 0, 0.5333333333);
}

.p-archiveCard__header {
  position: relative;
  margin-right: -2em;
  margin-left: -2em;
}

.p-archiveCard__bottom {
  display: flex;
  flex-flow: wrap row;
  align-items: flex-end;
  justify-content: center;
  margin-top: auto;
}

.p-archiveCard__eyecatch {
  margin-bottom: 1em;
}

.p-archiveCard__eyecatch img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}

.p-archiveCard__cat {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: 0.8em;
  font-weight: 700;
  color: #fff;
}

.p-archiveCard__title {
  display: flex;
  flex-flow: wrap row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.p-archiveCard__tags {
  display: flex;
  flex: 1 1 12em;
  flex-flow: wrap row;
  gap: 0.5em;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: auto;
}

.p-archiveCard__tags li {
  padding: 0;
}

.p-archiveCard__tags li a,
.p-archiveCard__tags li span {
  position: relative;
  display: block;
  padding-left: 1em;
  font-size: 0.8em;
}

.p-archiveCard__tags li a::before,
.p-archiveCard__tags li span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "#";
}

.p-archiveCard__tags li a:hover {
  text-decoration: underline;
}

.p-archiveCard__date {
  flex: 0 0 auto;
  margin-top: auto;
  margin-left: auto;
  font-size: 0.8em;
}

/* 投稿タイプアーカイブへのリンク集 */
.p-postTypeList {
  display: flex;
  flex-flow: wrap row;
  gap: 1em;
  align-items: center;
  justify-content: flex-start;
}

.p-postTypeList__item {
  flex: 1 1 13em;
  font-weight: 700;
  color: #fff;
}

/* アーカイブページの関連タームへのリンク */
.p-archiveTermList {
  display: flex;
  flex-flow: wrap row;
  gap: 1em;
  align-items: center;
  justify-content: center;
}

.p-archiveTermList li {
  background-color: currentcolor;
}

.p-archiveTermList a {
  display: inline-block;
  padding: 0.5em 1em;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
}

/* drawerNav
--------------------------------------------- */
.p-drawerNav {
  position: relative;
  width: 100%;
  max-width: 30em;
  max-height: 100%;
  padding: 1em;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  color: #fff;
  visibility: hidden;
  background-color: #002944;
  transition-duration: 100ms;
  transition-property: opacity, transform, visibility;
  transform: translateY(-5%);
}

.p-drawerNav__container {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: calc(100% + 1px);
  padding: clamp(2rem, 1.5rem + 2vw, 4rem);
}

.p-drawerNav__menuBox {
  display: flex;
  flex-flow: nowrap column;
  gap: 1em;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
}

.p-drawerNav__menuBox + .p-drawerNav__menuBox {
  margin-top: 2em;
}

.p-drawerNav__menuBox .title {
  display: block;
  padding-bottom: 0.5em;
  font-size: 0.8em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.p-drawerNav__search {
  width: 100%;
  margin-top: 3em;
}

.p-drawerNav__search form {
  position: relative;
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  justify-content: center;
}

.p-drawerNav__search input[type=text] {
  padding: 0.4em 1em;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 5em;
}

.p-drawerNav__search input[type=button],
.p-drawerNav__search button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: none;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: transparent;
  border: transparent;
  border-radius: 5em;
}

.p-drawerNav__search svg {
  fill: #fff;
  stroke: #fff;
}

.p-drawerNav__closeBtn {
  position: fixed;
  top: 0.5em;
  left: 0.5em;
  width: 2.5em;
  height: 2.5em;
}

.is-drawerActive .p-drawerNav {
  pointer-events: all;
  visibility: visible;
  transform: translateY(0);
}

/* drawer btn
--------------------------------------------- */
.p-drawerBtn {
  position: relative;
  z-index: auto;
  display: flex;
  flex-flow: nowrap row;
  gap: 0.25em;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  pointer-events: all;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.p-drawerBtn .c-icon-humberger {
  aspect-ratio: 1/1;
  padding: 0.5rem;
}

.p-drawerBtn:active {
  transform: scale(0.9);
}

.p-drawerBtn:focus {
  outline: none;
}

/* drawer
--------------------------------------------- */
.p-drawerCloseBtn {
  position: fixed;
  z-index: auto;
  display: block;
  width: 3em;
  max-width: 12.5rem;
  height: 3em;
  max-height: 12.5rem;
  padding: 0.5rem;
  pointer-events: all;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.p-drawerCloseBtn:active {
  transform: scale(0.9);
}

.p-drawerCloseBtn:focus {
  outline: none;
}

/* p-footer
--------------------------------------------- */
.p-footer {
  padding: 5em 0;
  color: #fff;
  background-color: #002944;
}

.p-footer__inner {
  width: 80%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.p-footer__inner > * + * {
  margin-top: 3em;
}

.p-footer__container {
  display: flex;
  flex-flow: wrap row;
  gap: 4em 2em;
  align-items: flex-end;
  justify-content: space-between;
}

.p-footer__containerLeft {
  flex: 1 1 60%;
}

.p-footer__containerLeft > * + * {
  margin-top: 3em;
}

.p-footer__containerRight {
  flex: 1 1 20em;
}

.p-footer__menuBox > * + * {
  margin-top: 1em;
}

.p-footer__menuBox .title {
  font-size: 0.8em;
}

.p-footer__logo {
  width: 100%;
}

.p-footer__logo img {
  width: 100%;
  max-width: 20em;
  margin-left: auto;
}

.p-footer__copyright {
  padding-top: 2em;
  margin-top: 5em;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 0.2em;
  border-top: 1px solid rgba(255, 255, 255, 0.3333333333);
}

/* p-grid
--------------------------------------------- */
.p-gridFront {
  display: flex;
  flex-flow: wrap row;
  gap: 2em;
  align-items: stretch;
  justify-content: center;
}

.p-gridArchive {
  display: flex;
  flex-flow: wrap row;
  align-items: stretch;
  justify-content: flex-start;
  margin: -1em;
}

.p-gridArchive__item {
  width: calc((900px - 100%) * 1000);
  min-width: 33.3333333333%;
  padding: 1em;
}

@media screen and (min-width: 43.75em) {
  .p-gridArchive__item {
    max-width: 50%;
  }
}
.p-gridNewsArchive {
  display: flex;
  flex-flow: wrap row;
  align-items: stretch;
  justify-content: flex-start;
}

.p-gridNewsArchive__item {
  width: 100%;
  padding: 2em 0;
}

.p-gridNewsArchive__item + .p-gridNewsArchive__item {
  border-top: 1px solid #c5c5c5;
}

.p-grid-backNumberSection {
  display: flex;
  flex-flow: wrap row;
  gap: 1.5em 2em;
  align-items: center;
  justify-content: flex-start;
}

.p-grid-backNumberSection__body {
  flex: 1 1 600px;
}

.p-grid-backNumber {
  display: flex;
  flex-flow: wrap row;
  align-items: stretch;
  justify-content: center;
  margin: -0.5em;
}

.p-grid-backNumber__item {
  flex: 1 1 auto;
  width: calc((45em - 100%) * 1000);
  min-width: 20%;
  max-width: 50%;
  padding: 0.5em;
}

.p-grid-cptList {
  display: flex;
  flex-flow: wrap row;
  align-items: stretch;
  justify-content: flex-start;
  margin: -0.5em;
}

.p-grid-cptList__item {
  flex: 0 1 auto;
  width: calc((50em - 100%) * 1000);
  min-width: 33.3333333333%;
  max-width: 50%;
  padding: 0.5em;
}

.p-grid-cptList__item a {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 0.5em 0.25em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}

.p-grid-interview {
  display: flex;
  flex-flow: nowrap row;
  gap: 1.5em;
  align-items: stretch;
  justify-content: flex-start;
}

@media screen and (min-width: 75em) {
  .p-grid-interview {
    flex-flow: wrap row;
  }
}
/* header
--------------------------------------------- */
/* 一列目のヘッダーメニュー */
.p-header {
  padding: 2em;
}

.p-header__inner {
  display: flex;
  flex-flow: nowrap row;
  gap: 2em;
  align-items: center;
  justify-content: flex-end;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.p-header__frontLogo {
  margin-right: auto;
  font-size: 1em;
}

.p-header__frontLogo a {
  display: block;
}

.p-header__frontLogo img {
  object-fit: contain;
  object-position: center;
  width: 26em;
}

.p-header__logo {
  margin-right: auto;
}

.p-header__logo a {
  display: block;
}

.p-header__logo img {
  object-fit: contain;
  object-position: center;
  width: 20em;
}

.p-header__menu {
  display: none;
}

@media screen and (min-width: 75em) {
  .p-header__menu {
    display: block;
  }
}
.p-header__search {
  display: none;
}

@media screen and (min-width: 43.75em) {
  .p-header__search {
    display: block;
  }
}
.p-header__search form {
  position: relative;
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  justify-content: center;
}

.p-header__search input[type=text] {
  padding: 0.4em 1em;
  border: 3px solid #032747;
  border-radius: 5em;
}

.p-header__search input[type=button],
.p-header__search button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  max-width: none;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: transparent;
  border: transparent;
  border-radius: 5em;
}

.p-header__search input[type=button] svg,
.p-header__search button svg {
  fill: #032747;
}

.p-header__drawerBtn {
  position: relative;
  flex: 0 0 auto;
  height: 3em;
}

/* p-scroll-header
--------------------------------------------- */
.p-scrollHeader {
  padding: 0.5em;
  background-color: rgb(255, 255, 255);
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1333333333));
}

/* p-loading (#js-loading)
--------------------------------------------- */
.p-loading {
  position: fixed;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100svh;
  font-weight: 800;
  pointer-events: none;
  visibility: visible;
  background-color: #48bcd5;
  opacity: 1;
}

.p-loading.is-loaded {
  opacity: 0;
}

.js-disabled .p-loading {
  display: none;
}

/* p-loading アニメーションオブジュクト
--------------------------------------------- */
.sk-folding-cube {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 20px auto;
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  position: relative;
  float: left;
  width: 50%;
  height: 50%;
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  transform-origin: 100% 100%;
  animation: sk-fold-cube-angle 2.4s infinite linear both;
}

.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube2::before {
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube3::before {
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube4::before {
  animation-delay: 0.9s;
}

@keyframes sk-fold-cube-angle {
  0%, 10% {
    opacity: 0;
    transform: perspective(140px) rotateX(-180deg);
  }
  25%, 75% {
    opacity: 1;
    transform: perspective(140px) rotateX(0deg);
  }
  90%, 100% {
    opacity: 0;
    transform: perspective(140px) rotateY(180deg);
  }
}
/* p-menu
--------------------------------------------- */
/* ラップメニュー 中心揃え */
.p-simpleMenu {
  display: flex;
  flex-flow: wrap row;
  gap: 1em;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-simpleMenu a {
  display: block;
}

/* ラップメニュー 左揃え */
.p-leftMenu {
  display: flex;
  flex-flow: wrap row;
  gap: 0.8em 2em;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-leftMenu a {
  display: block;
}

.p-leftMenu.--icon a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1.4em;
}

.p-leftMenu.--icon a:hover {
  text-decoration: underline;
  opacity: 1;
}

.p-leftMenu.--icon a::before {
  position: absolute;
  right: 0;
  height: 1em;
  aspect-ratio: 1/1;
  margin-left: 1em;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}

.p-leftMenu.--icon a::after {
  position: absolute;
  right: 0.35em;
  height: 0.4em;
  aspect-ratio: 1/1;
  content: "";
  border-top: 0.1875rem solid #002944;
  border-right: 0.1875rem solid #002944;
  transform: rotate(45deg);
}

/* タテ並びメニュー withアイコン */
.p-simpleColMenu a {
  display: flex;
  flex-flow: nowrap row;
  gap: 0.5em;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-simpleColMenu a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* MV
--------------------------------------------- */
/* アーカイブ用 MV */
.p-archiveMv {
  display: flex;
  flex-flow: nowrap column;
  gap: 2em;
  align-items: center;
  justify-content: center;
  padding: 3em 0;
  background-color: rgba(0, 0, 0, 0.05);
}

/* ポスト用 通常のMV */
.p-postMv {
  position: relative;
  display: flex;
  flex-flow: wrap row;
  gap: 3em;
  align-items: flex-start;
  justify-content: center;
}

.p-postMv__cat {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0.2em 1em;
  font-weight: 700;
  color: #fff;
}

.p-postMv__img {
  position: relative;
  width: 100%;
}

.p-postMv__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-postMv__infoBox {
  display: flex;
  flex-flow: nowrap column;
  gap: 1.5em;
  align-items: center;
  justify-content: center;
  max-width: 50em;
}

.p-postMv .catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.p-postMv .catch::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-color: #000;
  opacity: 0.1;
}

.p-postMv .read {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1.3em;
  font-weight: 700;
  color: #347798;
}

.p-postMv .titleBox {
  display: flex;
  flex-flow: nowrap column;
  gap: 0.6em;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}

.p-postMv .titleFront,
.p-postMv .titleBack {
  font-size: 1.2em;
  font-weight: 700;
  opacity: 0.8;
}

.p-postMv .title {
  font-size: 2em;
}

.p-postMv .text {
  font-weight: 700;
  opacity: 0.9;
}

/* ポスト用 横並びのMV */
.p-postMvRow {
  position: relative;
  display: flex;
  flex-flow: wrap-reverse row;
  align-items: stretch;
  justify-content: center;
}

.p-postMvRow__cat {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em 1em;
  font-weight: 700;
  color: #fff;
}

.p-postMvRow__infoBox {
  display: flex;
  flex: 1 1 30em;
  flex-flow: nowrap column;
  gap: 1.5em;
  align-items: center;
  justify-content: center;
  min-width: 50%;
  padding: 3em 5%;
  background-color: rgba(255, 255, 255, 0.5);
}

.p-postMvRow__img {
  position: relative;
  flex: 1 1 50%;
}

.p-postMvRow__img img {
  width: 100%;
  height: 100%;
  max-height: 30em;
  object-fit: cover;
}

.p-postMvRow .catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.p-postMvRow .catch::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-color: #000;
  opacity: 0.1;
}

.p-postMvRow .read {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0.5em;
  font-weight: 700;
  color: #fff;
  background-color: #347798;
}

.p-postMvRow .titleBox {
  display: flex;
  flex-flow: nowrap column;
  gap: 0.4em;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}

.p-postMvRow .titleFront,
.p-postMvRow .titleBack {
  font-size: 1.2em;
  font-weight: 700;
  opacity: 0.8;
}

.p-postMvRow .title {
  font-size: 2em;
}

.p-postMvRow .text {
  font-weight: 700;
  opacity: 0.9;
}

/* 下層ページ 
--------------------------------------------- */
/* WPブロック 追加cssによる上書き
--------------------------------------------- */
/* 過去のPDFリスト */
.p-oldPdfList {
  gap: 2em 3em;
  max-width: 45rem;
  margin-right: auto;
  margin-left: auto;
}

.p-oldPdfList + .p-oldPdfList {
  padding-top: 4em;
  margin-top: 4em;
  border-top: 2px solid rgba(32, 120, 164, 0.5098039216);
}

.p-oldPdfList figure.wp-block-image {
  max-width: 20rem;
}

.p-oldPdfList figure.wp-block-image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1882352941));
}

.p-oldPdfList .wp-block-group li:nth-last-of-type(2n) {
  background-color: #D6E6EB;
}

.p-oldPdfList .wp-block-group a,
.p-oldPdfList .wp-block-group span {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  font-weight: 700;
}

.p-oldPdfList .wp-block-group a:hover,
.p-oldPdfList .wp-block-group span:hover {
  color: white;
  background-color: #398cb5;
  opacity: 1;
}

.p-oldPdfList .wp-block-group a svg,
.p-oldPdfList .wp-block-group span svg {
  margin-left: auto;
}

/* アーカイブバックナンバー 一覧 */
.wp-block-group.archive-of-back-number-list {
  display: flex;
  flex-flow: wrap row;
  gap: 5em 6em;
  align-items: flex-start;
  justify-content: center;
}

.wp-block-group.archive-of-back-number-list > * {
  display: flex;
  flex: 1 1 240px;
  flex-flow: nowrap column;
  gap: 2em;
  min-width: 35%;
  max-width: 320px;
}

.wp-block-group.archive-of-back-number-list img {
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.4));
}
