/* CSS Remedy */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

[hidden] {
  display: none;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1 {
  margin: 0.67em 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
}

picture {
  display: contents;
}

source {
  display: none;
}

canvas, img, svg, video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.75;
  margin: 0;
  padding: 0;
  font-size: clamp(12px, 3.6363636364vw, 16px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  position: relative;
  background-repeat: repeat;
}

h2, h3, h4, h5 {
  margin: 1em 0;
}

h1 {
  margin: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

a {
  color: #8973fa;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

.content {
  max-width: 800px;
  margin: auto;
}

header {
  height: 50px;
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
}

.common-title {
  font-size: clamp(16px, 4.5454545455vw, 20px);
  font-weight: 800;
  color: #000000;
  text-align: center;
}

.sec-intro .intro-title {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.sec-intro .intro-title .intro-title-over {
  top: 0;
}
.sec-intro .intro-title .intro-title-over h1 img {
  margin: auto;
}
.sec-intro .intro-title .intro-title-over .intro-title-read {
  margin-top: 2.75em;
  color: #ffffff;
  text-align: center;
  font-size: clamp(19px, 4.5454545455vw, 20px);
  font-weight: 700;
}
.sec-intro .intro-title .intro-title-lower {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  margin: 2em 0;
}
.sec-intro .intro-mid {
  margin-left: -15px;
  margin-right: -15px;
}
.sec-intro .intro-mid .intro-mid-title {
  background-color: #006464;
  color: #ffffff;
  text-align: center;
  padding: 0.5em 0;
  margin: 0;
  font-size: 16px;
}
.sec-intro .intro-mid .intro-mid-sns {
  text-align: center;
  margin: 3em 0 0em 0;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sec-intro .intro-mid .intro-mid-sns p {
  margin: 0;
}
.sec-intro .intro-mid .intro-mid-sns img {
  margin-left: 1em;
  vertical-align: middle;
}
.sec-intro .intro-mid .intro-mid-info {
  text-align: center;
  border-top: 2px solid #231815;
  border-bottom: 2px solid #231815;
  margin: 20px 25px 50px 25px;
  padding: 25px 0;
}
.sec-intro .intro-mid .intro-mid-info .intro-mid-info-title {
  text-align: center;
  margin: 1em auto;
}
.sec-intro .intro-mid .intro-mid-info .intro-mid-info-title img {
  margin: auto;
}

.sec-angel {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #b4ff78;
}
.sec-angel .sec-angel-title {
  background-image: url("../img/top/bg-dot-g.png");
  background-size: 200%;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding: 40px;
  position: relative;
  margin: 0;
}
.sec-angel .sec-angel-title .sub-item {
  position: absolute;
  bottom: -16px;
  right: 5px;
  width: 96px;
  display: block;
  margin: 1em auto 0 auto;
}
.sec-angel .sec-angel-bnrs {
  padding: 25px;
}
.sec-angel .sec-angel-bnrs .sec-angel-bnrs-item {
  margin-bottom: 40px;
}
.sec-angel .sec-angel-bnrs .sec-angel-bnrs-item-bakuage {
  width: 230px;
  margin: 60px auto;
}

.sec-edion {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #ffdc00;
}
.sec-edion .sec-angel-title {
  background-image: url("../img/top/bg-dot-y.png");
  background-size: 200%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding: 40px 20px;
  position: relative;
  margin: 0;
}
.sec-edion .sec-angel-title .sub-item {
  position: absolute;
  bottom: -16px;
  right: 5px;
  width: 96px;
  display: block;
  margin: 1em auto 0 auto;
}
.sec-edion .sec-angel-bnrs {
  padding: 25px;
}

.sec-access {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 4em;
}
.sec-access .sec-access-title {
  text-align: center;
  margin: 1em auto;
}
.sec-access .sec-access-title img {
  margin: auto;
}
.sec-access .sec-access-info-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
}
.sec-access .sec-access-info-title .icon {
  margin-right: 8px;
}
.sec-access .sec-access-map {
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid #000000;
}

.sec-thanks {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #dae3dd;
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
}
.sec-thanks .sec-thanks-inner {
  padding: 0 25px;
}
.sec-thanks .sec-thanks-title {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 1em;
  background-color: #ffffff;
  display: inline-block;
  padding: 0 0.5em;
}
.sec-thanks .sec-thanks-detail {
  margin-bottom: 3em;
}
.sec-thanks .sec-thanks-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  align-items: center;
  justify-items: center;
}
.sec-thanks .sec-thanks-logos img {
  max-height: 80px;
  max-width: 100%;
  height: auto;
  width: auto;
}

.area-narrow {
  max-width: 470px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 15px solid #ff00ff;
  border-right: 15px solid #ff00ff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

footer {
  display: grid;
  justify-items: center;
  align-content: center;
  margin-top: 5em;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 2em;
}
@media screen and (max-width: 980px) {
  footer {
    padding-bottom: 90px;
  }
}
footer .logo {
  width: 150px;
  margin: 0 auto 5em auto;
}
footer .copyright {
  text-align: center;
}
footer .copyright a {
  text-decoration: none;
}
footer .copyright p {
  margin-top: 0.5em;
  margin-bottom: 0;
}

.pc-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f0f0de;
}
.pc-bg .blk-left {
  width: calc(50% - 220px);
  background-image: url("../img/top/bg-edi.png?20251009");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
}
.pc-bg .blk-right {
  width: calc(50% - 220px);
  height: 100%;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/top/bg-ang.png?20251009");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
}

.swiper-container {
  padding: 20px 0;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  color: #000000 !important;
  width: 16px;
}

.swiper-wrapper .swiper-slide {
  padding: 0 25px;
}
.swiper-wrapper .swiper-slide img {
  width: 100%;
  margin: auto auto 40px auto;
}

.bottom-items {
  display: block;
  position: relative;
}
.bottom-items .bottom-items-inner {
  display: grid;
  grid-template-columns: minmax(0, 120px) minmax(0, 120px);
  justify-content: center;
  gap: 8px;
  align-items: end;
  justify-items: stretch;
  margin-left: auto;
}
.bottom-items .bottom-items-inner .app-link-btn:hover img {
  opacity: 0.8;
}

.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .area-narrow {
    border-left: 0;
    border-right: 0;
    overflow-y: hidden;
  }
}/*# sourceMappingURL=main.css.map */