@charset "UTF-8";
.mv {
  height: 100vh;
  background: url("../images/mv_pc.webp") center center/cover;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.mv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #223061;
  will-change: filter;
  transform: translateZ(0);
}
.mv .t, .mv .b, .mv .l, .mv .r {
  position: absolute;
  z-index: 2;
  background: #D8BA54;
  will-change: filter;
  transform: translateZ(0);
}
.mv .t {
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  transform: translateX(-100%);
}
.mv .b {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  transform: translateX(100%);
}
.mv .l {
  bottom: 0;
  left: 0;
  width: 20px;
  height: 100%;
  transform: translateY(100%);
}
.mv .r {
  bottom: 0;
  right: 0;
  width: 20px;
  height: 100%;
  transform: translateY(-100%);
}
@media all and (max-width: 767px) {
  .mv {
    background: url("../images/mv_sp.webp") center center/cover;
  }
  .mv .t {
    height: 10px;
  }
  .mv .b {
    height: 10px;
  }
  .mv .l {
    width: 10px;
  }
  .mv .r {
    width: 10px;
  }
}

.main_copy {
  text-align: center;
  position: absolute;
  z-index: 5;
  width: 330px;
  filter: blur(5px);
  will-change: filter;
  transform: translateZ(0);
}
.main_copy:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  margin-top: 0;
  margin-left: 0;
  width: 200%;
  height: 200%;
  aspect-ratio: 1/1;
  background: radial-gradient(rgb(21, 34, 80), rgba(21, 34, 80, 0) 100%);
  filter: blur(50px);
}
.main_copy h1 {
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  margin-top: 10px;
  display: block;
  position: relative;
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.main_copy svg {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 1000px) {
  .main_copy {
    width: 300px;
  }
  .main_copy .cp_logo {
    width: 250px;
    margin: 0 auto;
  }
  .main_copy h1 {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .main_copy svg {
    height: auto;
  }
  .main_copy .cp_logo {
    width: 200px;
  }
  .main_copy h1 {
    font-size: 1.5rem;
  }
  .main_copy:before {
    top: -15%;
    left: -15%;
    width: 130%;
    height: 130%;
  }
}

.top1 {
  color: white;
  padding: 300px 0 0 0;
  text-align: center;
  position: relative;
}
.top1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 200%;
  z-index: 1;
  background: radial-gradient(#223061, #152250);
}
.top1 .inner {
  position: relative;
  z-index: 4;
}
.top1 img {
  display: inline-block;
}
.top1 .sub_cp {
  margin: 60px 0;
}
.top1 .sub_cp img {
  max-width: 450px;
}
.top1 h3 {
  font-family: serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
}
.top1 h4 {
  font-family: serif;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: normal;
}
.top1 .tx {
  font-size: 2rem;
  text-align: left;
  font-family: serif;
  margin-top: 30px;
  line-height: 1.8;
}
.top1 .bx {
  display: inline-block;
  margin-top: 80px;
  padding: 40px 80px;
  box-sizing: border-box;
  background: #112052;
  border: 6px solid #061E6E;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.top1 .btnw {
  margin-top: 80px;
}
.top1 .fd {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(10px);
}
.top1 .move_txt {
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  top: 50%;
  margin-top: -100px;
  z-index: 2;
  mix-blend-mode: multiply;
}
.top1 .move_txt .txx {
  white-space: nowrap;
}
@media all and (max-width: 1000px) {
  .top1 {
    padding: 150px 0 300px 0;
  }
  .top1 .sub_cp {
    margin: 60px 0;
  }
  .top1 .sub_cp img {
    max-width: 380px;
  }
  .top1 .t1_logo {
    width: 150px;
    margin: 0 auto;
  }
  .top1 h3 {
    font-size: 1.8rem;
  }
  .top1 h4 {
    font-size: 2rem;
  }
  .top1 .tx {
    font-size: 1.6rem;
    margin-top: 30px;
  }
  .top1 .bx {
    margin-top: 60px;
    padding: 40px 30px 20px 30px;
    border: 3px solid #061E6E;
    font-feature-settings: "palt";
  }
  .top1 .btnw {
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .top1 .t1_logo {
    width: 100px;
    margin: 0 auto;
  }
  .top1 .sub_cp {
    margin: 40px 0;
  }
  .top1 .sub_cp img {
    width: 90%;
    max-width: 250px;
  }
  .top1 .bx {
    padding: 40px 20px 20px 20px;
  }
  .top1 h3 {
    font-size: 1.6rem;
  }
  .top1 h4 {
    font-size: 1.6rem;
  }
  .top1 .tx {
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .top1 .btnw {
    margin-top: 40px;
  }
}

.item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  /* 回転アニメーション */
  transform-origin: 0 0;
  animation-name: rotate-item;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.item-01 {
  z-index: 3;
  animation-duration: 15s;
}

.item-02 {
  z-index: 2;
  left: 45%;
  animation-duration: 10s;
  animation-direction: reverse;
}

.round {
  position: relative;
  border-radius: 50%;
}

.round-01 {
  z-index: 3;
  top: 0;
  width: 18vw;
  height: 18vw;
  background: #2F4180;
  filter: blur(50px);
  animation: flash 5s linear infinite;
}

.round-02 {
  top: -20%;
  width: 30vw;
  height: 30vw;
  background-color: #354B98;
  filter: blur(80px);
  animation: flash 8s linear infinite;
}

/* 回転アニメーション */
@keyframes rotate-item {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 点滅アニメーション */
@keyframes flash {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }
}
.top2 {
  aspect-ratio: 1920/1280;
  position: relative;
  z-index: 4;
  font-family: "Noto Serif JP", serif;
}
.top2 .in {
  position: absolute;
  z-index: 2;
  width: 42%;
  max-width: 800px;
  right: 50px;
  bottom: 80px;
}
.top2 h2 {
  color: #223061;
  font-weight: 500;
  line-height: 1;
  padding: 0 0 30px 50px;
  box-sizing: border-box;
}
.top2 h2 i {
  font-size: 6rem;
  font-weight: 700;
}
.top2 .txt {
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 50px;
  box-sizing: border-box;
  line-height: 1.8;
  font-size: 1.8rem;
}
.top2 .btnw {
  margin: 40px 0 0 0;
}
.top2 .btnw a {
  margin: 0 0 0 auto;
}
.top2 .t2_fd {
  transform: translateX(20px);
  opacity: 0;
  filter: blur(10px);
}
.top2 .t2_img {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  aspect-ratio: 1920/1280;
  justify-content: center;
  align-items: center;
}
.top2 .t2_in {
  width: 0;
  height: 100%;
  background-image: url("../images/top2_bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .top2 .t2_in {
    background: url("../images/top2_bg_sp.webp") center top/cover;
  }
}
@media all and (max-width: 1366px) {
  .top2 h2 {
    text-align: right;
  }
  .top2 .in {
    width: 700px;
    max-width: 800px;
    padding: 400px 0 0 0;
    right: 40px;
    bottom: 40px;
  }
  .top2 .t2_img {
    min-height: 900px;
  }
}
@media all and (max-width: 1000px) {
  .top2 {
    margin-top: -260px;
  }
  .top2 h2 {
    padding: 0 0 30px 50px;
    font-size: 2.2rem;
  }
  .top2 h2 i {
    font-size: 3.6rem;
  }
  .top2 .txt {
    padding: 20px 30px;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .top2:before {
    background: url("../images/top2_bg_sp.webp") center top/cover;
  }
  .top2 .in {
    width: 90%;
    bottom: 40px;
    right: 5%;
  }
  .top2 h2 {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    padding: 0 0 30px 0;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
  .top2 h2 i {
    font-size: 4rem;
    position: relative;
    line-height: 1;
  }
  .top2 h2 em {
    position: relative;
    right: -10px;
    top: 5px;
  }
  .top2 .txt {
    padding: 20px;
    font-size: 1.5rem;
  }
  .top2 .btnw {
    margin: 40px 0 0 0;
  }
  .top2 .btnw a {
    margin: 0 auto;
  }
  .top2 .t2_img {
    min-height: 0;
    aspect-ratio: 750/1670;
  }
}

.top3 {
  aspect-ratio: 1920/1280;
  position: relative;
  z-index: 3;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
}
.top3 h2 {
  filter: drop-shadow(0px 0px 3px #000) drop-shadow(0px 0px 3px #000);
}
.top3 .in {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.top3 .in2 {
  width: 43%;
  display: inline-block;
}
.top3 .txt {
  margin-top: 40px;
  color: white;
  line-height: 1.8;
  font-size: 1.8rem;
  text-align: left;
}
.top3 .btnw {
  margin: 40px 0 0 0;
}
.top3 .btnw a {
  margin: 0 0 0 auto;
}
.top3 .t3_img {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  aspect-ratio: 1920/1280;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.top3 .t3_img .t3_in {
  filter: blur(50px);
  width: 100%;
  height: 100%;
  position: relative;
  transform: scale(1.2);
  background-image: url("../images/top3_bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  will-change: filter;
}
.top3 .t3_fd {
  transform: translateX(20px);
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
}
@media all and (max-width: 1366px) {
  .top3 {
    aspect-ratio: unset;
  }
  .top3:before {
    background: url(../images/top3_bg.webp) left 35% top/cover;
  }
  .top3 h2 {
    text-align: right;
  }
  .top3 .in {
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    right: unset;
    bottom: 40px;
  }
  .top3 .in2 {
    width: 800px;
    margin: 0 auto;
  }
  .top3 .t3_img {
    min-height: 900px;
  }
}
@media all and (max-width: 1000px) {
  .top3 h2 {
    width: 60%;
  }
  .top3 .txt {
    font-size: 1.6rem;
  }
  .top3 .in {
    width: 90%;
    left: 5%;
  }
  .top3 .in2 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .top3 {
    aspect-ratio: unset;
    height: 100%;
    background: white;
  }
  .top3 .t3_img {
    aspect-ratio: 750/1550;
    min-height: 0;
    height: 100vh;
    width: 100%;
  }
  .top3 .t3_img .t3_in {
    filter: blur(10px);
    background: url("../images/top3_bg_sp.webp") center top/cover;
  }
  .top3 h2 {
    width: 100%;
    max-width: 300px;
    filter: drop-shadow(0px 0px 3px #000) drop-shadow(0px 0px 3px #000) drop-shadow(0px 0px 3px #000);
  }
  .top3 .txt {
    font-size: 1.5rem;
    margin-top: 30px;
    filter: drop-shadow(0px 0px 3px #000) drop-shadow(0px 0px 3px #000);
  }
  .top3 .btnw {
    margin: 30px auto 0 auto;
  }
  .top3 .btnw a {
    margin: 0 auto;
  }
}

.top4 {
  position: relative;
  overflow: hidden;
  z-index: 3;
  font-family: "Noto Serif JP", serif;
  padding: 300px 0;
  box-sizing: border-box;
}
.top4 .inner {
  text-align: center;
  position: relative;
  z-index: 2;
}
.top4 .sub {
  font-family: "deg_b", sans-serif;
  font-size: 2.4rem;
}
.top4 h2 {
  margin: 40px 0;
}
.top4 img {
  display: inline-block;
}
.top4 .txt {
  font-size: 1.8rem;
}
.top4 .btnw {
  margin: 40px 0 0 0;
}
.top4 .btnw a {
  margin: 0 0 0 auto;
}
.top4 .a3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 30px;
  max-width: 840px;
  margin: 40px auto 0 auto;
}
.top4 .a3 a {
  max-width: 260px;
  width: 100%;
}
.top4 .t4_img {
  position: absolute;
  width: 120%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(50px);
  background: url("../images/top4_bg.webp") center top/cover;
  will-change: filter;
}
.top4 .t4_fd {
  transform: translateX(20px);
  opacity: 0;
  filter: blur(10px);
  will-change: filter;
}
@media all and (max-width: 1366px) {
  .top4 {
    aspect-ratio: unset;
    padding: 200px 0;
  }
  .top4:before {
    background: url("../images/top4_bg.webp") right top/cover;
  }
}
@media all and (max-width: 1000px) {
  .top4 .a3 {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 40px auto 0 auto;
  }
  .top4 .a3 a {
    max-width: 260px;
    width: 100%;
  }
  .top4 img {
    width: 50%;
    max-width: 440px;
  }
  .top4 .txt {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .top4 {
    padding: 100px 0;
  }
  .top4 .sub {
    font-size: 1.6rem;
    line-height: 1;
  }
  .top4 h2 {
    margin: 40px 0;
  }
  .top4 img {
    width: 100%;
    max-width: 230px;
  }
  .top4 .txt {
    font-size: 1.5rem;
  }
  .top4 .btnw {
    margin: 40px 0 0 0;
  }
  .top4 .btnw a {
    margin: 0 0 0 auto;
  }
  .top4 .a3 a {
    max-width: 260px;
    width: 100%;
  }
}

.move_txt {
  position: absolute;
  bottom: -1.6vw;
  left: 0;
  color: #EFEFEF;
  font-size: 11.5vw;
  line-height: 1;
  font-family: "deg_t", sans-serif;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.move_txt .in {
  display: flex;
  gap: 0 20px;
  animation: loop-slide 120s infinite linear 1s both;
}
.move_txt i {
  font-size: 8vw;
  align-items: center;
  position: relative;
  top: -1vw;
}
@media all and (max-width: 767px) {
  .move_txt {
    font-size: 21.5vw;
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.chk {
  opacity: 0.1;
  transition: all 0.2s ease;
  will-change: filter;
}

/*# sourceMappingURL=top.css.map */
