@charset "UTF-8";
.delay01 {
  transition-delay: 0.1s !important;
}

.delay02 {
  transition-delay: 0.2s !important;
}

.delay03 {
  transition-delay: 0.3s !important;
}

.delay04 {
  transition-delay: 0.4s !important;
}

.delay05 {
  transition-delay: 0.5s !important;
}

.delay06 {
  transition-delay: 0.6s !important;
}

.delay07 {
  transition-delay: 0.7s !important;
}

.delay08 {
  transition-delay: 0.8s !important;
}

.delay09 {
  transition-delay: 0.9s !important;
}

.delay10 {
  transition-delay: 1s !important;
}

/* fade in down */
.fade-in-down {
  transform: translateY(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down.inview-on {
  transform: translateY(0px);
  opacity: 1;
}

.animImgScale {
  transition: all 0.5s;
  transform: translateY(-10px);
  opacity: 0;
}
.animImgScale img {
  transition: all 1s;
  transform: scale(1.1, 1.1);
  opacity: 0;
}

.inview-on.animImgScale {
  transform: translateY(0);
  opacity: 1;
}
.inview-on.animImgScale img {
  transform: scale(1, 1);
  opacity: 1;
}

.sans {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.cinzel {
  font-family: "Cinzel", serif;
}

.garamond {
  font-family: adobe-garamond-pro, serif;
}

.eb {
  font-family: "EB Garamond", serif;
}
.eb.italic {
  font-style: italic;
}

.times {
  font-family: "Times New Roman";
}

.colorA {
  color: #aa8420;
}

.colorP {
  color: #092c79;
}

.white {
  color: #ffffff;
}

.mt10 {
  margin-top: 0.2rem;
}

.mt30 {
  margin-top: 0.5rem;
}

.mt50 {
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .mt50 {
    margin-top: 0.5rem;
  }
}

.mt60 {
  margin-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .mt60 {
    margin-top: 0.8rem;
  }
}

.mt80 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .mt80 {
    margin-top: 0.8rem;
  }
}

.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .mt100 {
    margin-top: 1.5rem;
  }
}

.mt130 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .mt130 {
    margin-top: 1.5rem;
  }
}

.mt150 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 750px) {
  .mt150 {
    margin-top: 1.5rem;
  }
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

#concept .primary li.concept a {
  background: #2B66A7;
}
#concept .foot_nav li.concept a {
  background: #e1e8f0;
}

.main {
  overflow: hidden;
}
.main .sec--01 {
  height: 720px;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .main .sec--01 {
    height: 650px;
  }
}
@media screen and (max-width: 1024px) {
  .main .sec--01 {
    height: auto;
  }
}
.main .sec--01 .text {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .main .sec--01 .text {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--01 .text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .main .sec--01 .text .page_h2big {
    text-align: center;
  }
}
.main .sec--01 .text p {
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .main .sec--01 .text p {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--01 .text p {
    margin-top: 30px;
  }
}
.main .sec--01 .text .image {
  position: absolute;
  top: -220px;
  right: -220px;
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .main .sec--01 .text .image {
    position: static;
  }
}
.main .sec--01 .text .image figcaption {
  right: 1rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .text .image figcaption {
    right: 0;
    bottom: -10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .main .sec--01 .text .image {
    top: -220px;
    right: -3rem;
    width: 520px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .main .sec--02 .bg {
    margin-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--02 .bg {
    margin-top: 50px;
  }
}
.main .sec--02 .bg figcaption {
  bottom: -30px;
  z-index: 2;
}
.main .sec--02 .view {
  position: relative;
}
.main .sec--02 .view:before {
  content: "";
  z-index: 1;
  background: linear-gradient(126deg, rgb(14, 61, 127) 0%, rgb(13, 42, 77) 100%);
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
}
.main .sec--02 .view > * {
  position: relative;
  z-index: 2;
}
.main .sec--02 .view .wrap {
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .view .wrap {
    padding-top: 50px;
  }
}
.main .sec--02 .view .page_h2 {
  color: #ffffff;
  font-weight: 200;
}
.main .sec--02 .view .page_h2 span {
  color: #b7b4c8;
}
.main .sec--02 .view .image {
  margin-top: 50px;
}
.main .sec--03 {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 {
    margin-top: 60px;
  }
}
.main .sec--03 .ttl {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .main .sec--03 .ttl {
    display: block;
  }
}
.main .sec--03 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .main .sec--03 .grid {
    display: block;
  }
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .main .sec--03 .text {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .text {
    margin-top: 30px;
  }
}
.main .sec--03 .image {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .main .sec--03 .image {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .image {
    margin-top: 30px;
  }
}
.main .sec--03 .image figcaption {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .main .sec--03 .image figcaption {
    bottom: -30px;
  }
}
@media screen and (max-width: 750px) {
  .main .fNote {
    margin-top: 100px;
  }
}/*# sourceMappingURL=unique.css.map */