@charset "UTF-8";
/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Breakpoint ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image filter ----- */
/* ----- diagonal filter ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Page
------------------------------------------------------------ */

.subpage {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: var(--color-background);
  /* ------------------------------------------------------------
     common
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     Post
  ------------------------------------------------------------ */
}
.subpage .breadcrumb {
  max-width: calc(1200px + 2rem);
  padding: 0 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.subpage .subheader-boxWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: var(--subhead_h);
  background: transparent;
  padding: 0 15px;
}
.subpage .subheader-box {
  height: var(--subhead_h);
  width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.subpage .sub-header {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: #EDF1F7;
}
.subpage .sub-header img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}
.subpage .sub-header.sub-header-anim {
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s, -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
}
.subpage .c-subhead {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 32 / var(--max-lg) * 100vw, 2rem);
}
.subpage .sub-header-first {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  position: relative;
}
.subpage .sub-header-second {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  position: relative;
}
.subpage .sub-header-first-anim {
  opacity: 1;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.subpage .sub-header-second-anim {
  position: relative;
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.subpage .subpage-main {
  position: relative;
  overflow: hidden;
}
.subpage .p-text-content small {
  font-size: 80%;
}
.subpage .p-text-content table th, .subpage .p-text-content table td {
  border: 1px solid #ccc;
  padding: 1rem;
}
.subpage .p-text-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0 2rem;
}
.subpage .p-text-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0 2rem;
}
.subpage .p-text-content blockquote {
  position: relative;
  margin: 1.25em 0;
  padding: 1.25rem 1.25rem 1.25rem 3.25rem;
  background: #fafafa;
  border-radius: 8px;
}
.subpage .p-text-content blockquote::before {
  content: "“";
  position: absolute;
  left: 0.75rem;
  top: 0.25rem;
  font-size: 3rem;
  line-height: 1;
  color: #d0d7de;
  font-family: Georgia, "Times New Roman", serif;
}
.subpage .p-text-content blockquote > :first-child {
  margin-top: 0;
}
.subpage .p-text-content blockquote > :last-child {
  margin-bottom: 0;
}
.subpage .p-text-content blockquote cite {
  display: block;
  margin-top: 0.5em;
  color: #6a737d;
  font-style: normal;
}
.subpage .p-page-nav {
  padding: 2rem 3rem;
  background: #fff;
}
.subpage .p-page-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem clamp(2rem, 64 / var(--max-lg) * 100vw, 4rem);
}
.subpage .p-page-nav-list {
  color: var(--color-primary);
}
.subpage .p-page-nav-list a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subpage .p-page-nav-list a::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 0.1rem solid var(--color-primary);
  border-right: 0.1rem solid var(--color-primary);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.5em;
  position: static;
  z-index: 1;
}
.subpage .p-active-list li:nth-child(n+2) {
  margin-top: 0.5em;
}
.subpage .p-single-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
.subpage .p-single-menu-list li._prev a {
  margin-right: auto;
  text-align: left;
  color: var(--color-primary);
}
.subpage .p-single-menu-list li._prev a span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.subpage .p-single-menu-list li._prev a span::before {
  content: "<";
  margin-right: 0.4em;
  color: currentColor;
}
.subpage .p-single-menu-list li._next {
  margin-left: auto;
  text-align: right;
}
.subpage .p-single-menu-list li._next a {
  color: var(--color-primary);
}
.subpage .p-single-menu-list li._next a span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.subpage .p-single-menu-list li._next a span::after {
  content: ">";
  margin-left: 0.4em;
  color: currentColor;
}
.subpage .p-news-list__item {
  position: relative;
  border-bottom: 1px solid #ccc;
  z-index: 1;
}
.subpage .p-news-list__item a {
  display: block;
}
.subpage .p-news-list__item a._bgbottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: fff; /*背景色*/
  width: 100%;
  height: 0;
  /*アニメーション*/
  -webkit-transition: 0.3s var(--easeOutSine) 0s;
  transition: 0.3s var(--easeOutSine) 0s;
  z-index: -1;
}
.subpage .p-news-list__item:first-child {
  border-top: 1px solid #ccc;
}
.subpage .p-news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 1.5em;
}
.subpage .news__date {
  color: var(--color-primary);
}
.subpage .news__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  main {
    min-height: 480px;
  }
}
@media (max-width: 767px) {
  main {
    min-height: 480px;
  }
  .subpage .subheader-boxWrap {
    min-height: var(--subhead_h);
  }
  .subpage .subheader-box {
    height: var(--subhead_h);
  }
  .subpage .p-page-nav {
    background: none;
    padding: 0;
  }
  .subpage .p-page-nav-list {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
  }
  .subpage .p-page-nav-list a {
    background: #FAFAFC;
    padding: 0.5em 1em;
  }
}
@media (max-width: 639px) {
  main {
    min-height: 480px;
  }
  .subpage .p-news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.2rem;
  }
  .subpage .news__text {
    -webkit-line-clamp: 2;
  }
}
@media (hover: hover) {
  .subpage .p-page-nav-list a:hover {
    opacity: 0.8;
  }
  .subpage .p-news-list__item:hover a._bgbottom::before {
    height: 100%;
    background: rgba(50, 78, 176, 0.05);
  }
}
/*# sourceMappingURL=../../map/object/project/page.css.map */