@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2&family=Noto+Sans+JP:wght@100..900&display=swap");
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    height: -webkit-fill-available;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
  padding: 0;
  position: relative;
  padding-top: 0;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-feature-settings: "palt";
  background-color: #9a003d;
  background-image: url("../images/emblem.png");
  background-size: 50vw;
  background-repeat: no-repeat;
  background-position: right -15vw top -5vw;
  background-attachment: fixed;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

a,
a:visited,
a:active {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.l-main {
  width: min(100vw - 2rem, 991px);
  background-color: #ffffff;
  margin: 1rem auto;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  color: #1e2f4a;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.2));
}
.l-main-contents {
  padding: 2rem 4rem;
}
.l-main-contents p {
  line-height: 2;
}
@media screen and (max-width:991px) {
  .l-main-contents {
    padding: 2rem 1rem;
  }
  .l-main-contents p {
    font-size: 3.5vw;
  }
}
.l-main-form {
  height: 70vh;
  background-color: lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0;
}

.p-cover {
  width: 100%;
  aspect-ratio: 16/8;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background-color: gray;
}
@media screen and (max-width:991px) {
  .p-cover {
    aspect-ratio: 16/16;
  }
}
.p-cover-title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(26, 26, 26, 0.5);
  flex-direction: column;
  color: white;
  z-index: 100;
  pointer-events: none;
}
.p-cover-title h1 {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  font-weight: 400;
  font-size: 2.5rem;
  margin: 0;
  margin-bottom: 0.5em;
}
.p-cover-title p {
  margin: 0;
  font-size: 1.25rem;
}
@media screen and (min-width:992px) {
  .p-cover-title h1 br {
    display: none;
  }
}
@media screen and (max-width:991px) {
  .p-cover-title h1 {
    font-size: 7vw;
    line-height: 1.25;
  }
  .p-cover-title p {
    font-size: 3vw;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width:991px) {
  .swiper-slide img {
    object-position: 50% 5%;
  }
}