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

.subpage {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: var(--color-background);
  /* ------------------------------------------------------------
     common
  ------------------------------------------------------------ */
}
.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::after {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.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%;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.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;
  padding-bottom: 3rem;
}
.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;
  padding: 0 0 0 2rem;
}
.subpage .p-text-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding: 0 0 0 1.5rem;
}
.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;
}
@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);
  }
}
@media (max-width: 639px) {
  main {
    min-height: 480px;
  }
}
/*# sourceMappingURL=../../map/object/project/page.css.map */