@charset "UTF-8";

/* ==========================================================================
    Pages style
============================================================================= */
/* --------------------
.page-title
-------------------- */
.page-title {
  background-color: #0067b2;
  color: #fff;
  padding: 6.944vw 8.333vw 10vw;
  position: relative;
  margin-top: 60px;
}
.page-title::before,
.page-title::after {
  background-color: #003f8e;
  content: "";
  position: absolute;
}
.page-title::before {
  left: 0;
  top: 0;
  height: 14.097vw;
  width: 15.277vw;
}
.page-title::after {
  right: 0;
  bottom: 0;
  height: 24.305vw;
  width: 41.666vw;
}
.page-title__ttl {
  font-weight: bold;
  position: relative;
  z-index: 20;
}
.page-title__ttl .ttl {
  font-size: 3.4rem;
  letter-spacing: 6.8px;
  line-height: 1.47;
}
.page-title__ttl .ttl .en {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 2.8px;
  line-height: 1.428;
  margin-top: 10px;
}
.page-title__ttl .summary {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 60px;
  min-height: 4em;
}
.page-title__img {
  position: absolute;
  z-index: 10;
}
.page-title.is-active .page-title__ttl .ttl {
  -webkit-animation: focus-in-expand 0.8s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: focus-in-expand 0.8s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.page-title.is-active .page-title__ttl .summary {
  -webkit-animation: fadein_up 0.8s 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fadein_up 0.8s 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.page-title.is-active .page-title__img img {
  -webkit-animation: fadein_right 0.8s 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fadein_right 0.8s 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media screen and (min-width: 768px) {
  .page-title {
    margin-left: 3.472vw;
  }
  .page-title__ttl {
    max-width: 340px;
  }
  .page-title__img {
    right: 3.472vw;
    top: -60px;
    max-width: 745px;
    width: 51.736vw;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title {
    padding-top: 57.744vw;
  }
  .page-title__ttl .summary {
    margin-top: 30px;
  }
  .page-title__img {
    margin-left: -8.333vw;
    top: 0;
  }
}
/* --------------------
.page-body
-------------------- */
.page-body > section {
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-body > section:first-of-type {
  padding-top: 100px;
}
.page-body .txt + .txt,
.page-body .txt + .note {
  margin-top: 30px;
}
.page-body .lead + .txt,
.page-body .lead + .note {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .page-body > section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-body > section:first-of-type {
    padding-top: 40px;
  }
}
.p-section--blue {
  background-color: #0067b2;
  color: #fff;
  position: relative;
}
.p-section--blue::before {
  background-color: #003f8e;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 28.888vw;
  width: 31.25vw;
}
.p-section--blue > .l-inner {
  position: relative;
  z-index: 10;
}
.p-section--blue .hdg001 {
  color: #fff;
}
.p-section--blue .hdg001 .en {
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-section--blue::before {
    height: 58.888vw;
    width: 61.25vw;
  }
}
/* --------------------
    animation
-------------------- */
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
/*# sourceMappingURL=maps/pages.css.map */
