@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

* {
  box-sizing: border-box;
  outline: none;
  backface-visibility: hidden;
}

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

html {
  font-size: 10px;
  line-height: 1.6;
}

body {
  position: relative;
  color: #222;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.container {
  min-height: 100vh;
  min-height: 100dvh;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  pointer-events: none;
}
.loaded .container {
  opacity: 1;
  transition: opacity 1s;
  pointer-events: auto;
}

main {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}

img {
  display: block;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .-sp {
    display: none !important;
  }
}

.inview:not(.view) {
  opacity: 0.01;
}
.inview.view {
  opacity: 1;
  animation: view 0.3s backwards;
}
@keyframes view {
  0% {
    opacity: 0.01;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.inviews:not(.view) > * {
  opacity: 0.01;
}
.inviews.view > * {
  opacity: 1;
  animation: views 0.3s backwards;
}
@keyframes views {
  0% {
    opacity: 0.01;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.header {
  padding: min(30 / 750 * 100vw, 30px) 0;
}
.header__logo {
  width: min(474 / 750 * 100vw, 474px);
  margin-left: auto;
  margin-right: auto;
}

.footer {
  width: 100%;
  height: min(220 / 750 * 100vw, 220px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: min(30 / 750 * 100vw, 30px);
  background-image: url(../img/footer_bg-pc.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: min(30 / 750 * 100vw, 30px);
}
@media only screen and (max-width: 768px) {
  .footer {
    height: min(298 / 750 * 100vw, 298px);
    background-image: url(../img/footer_bg.webp);
    padding-bottom: min(60 / 750 * 100vw, 60px);
  }
}
.footer img {
  width: min(582 / 750 * 100vw, 582px);
  margin-left: auto;
  margin-right: auto;
}
.footer p {
  color: #fff;
  font-size: min(16 / 750 * 100vw, 16px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.inner {
  max-width: 850px;
  padding: 0 min(50 / 750 * 100vw, 50px);
  margin-left: auto;
  margin-right: auto;
}

.intro {
  background-color: #f8ea21;
  padding: min(40 / 750 * 100vw, 40px) 0 min(57 / 750 * 100vw, 57px);
}
.intro p {
  font-size: min(28 / 750 * 100vw, 28px);
  font-weight: bold;
  text-align: center;
  line-height: 1.9;
}
.intro ul {
  display: flex;
  flex-wrap: wrap;
  gap: min(30 / 750 * 100vw, 30px);
  margin-top: min(16 / 750 * 100vw, 16px);
}
.intro ul li {
  width: calc(50% - min(15 / 750 * 100vw, 15px));
  background-color: #fff;
  padding: min(10 / 750 * 100vw, 10px);
  border-radius: min(16 / 750 * 100vw, 16px);
  box-shadow: 0 0 min(10 / 750 * 100vw, 10px) rgba(0, 0, 0, 0.5);
}
.intro ul li p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: min(52 / 750 * 100vw, 52px);
  color: #0071b8;
  font-size: min(20 / 750 * 100vw, 20px);
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  margin-top: min(10 / 750 * 100vw, 10px);
}
.intro ul li p .scale01 {
  transform: scaleX(0.95);
  letter-spacing: 0;
}
.intro ul li p .scale02 {
  transform: scaleX(0.9);
  letter-spacing: 0;
}

.cont01,
.cont02,
.cont03,
.cont04,
.cont05,
.cont06 {
  padding: min(50 / 750 * 100vw, 50px) 0 min(60 / 750 * 100vw, 60px);
}
.cont01 h2,
.cont02 h2,
.cont03 h2,
.cont04 h2,
.cont05 h2,
.cont06 h2 {
  width: min(614 / 750 * 100vw, 614px);
  margin-left: auto;
  margin-right: auto;
}
.cont01 .img,
.cont02 .img,
.cont03 .img,
.cont04 .img,
.cont05 .img,
.cont06 .img {
  margin-top: min(25 / 750 * 100vw, 25px);
}
.cont01 .img.-kaseki,
.cont02 .img.-kaseki,
.cont03 .img.-kaseki,
.cont04 .img.-kaseki,
.cont05 .img.-kaseki,
.cont06 .img.-kaseki {
  width: min(609 / 750 * 100vw, 609px);
  margin-left: min(60 / 750 * 100vw, 60px);
  margin-top: min(40 / 750 * 100vw, 40px);
}
.cont01 p,
.cont02 p,
.cont03 p,
.cont04 p,
.cont05 p,
.cont06 p {
  color: #fff;
  font-size: min(28 / 750 * 100vw, 28px);
  font-weight: bold;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0;
  margin-top: min(25 / 750 * 100vw, 25px);
}

.cont01 {
  background-color: #ed8000;
}

.cont02 {
  background-color: #ed7ea2;
}
.cont02 h2 {
  width: min(488 / 750 * 100vw, 488px);
}

.cont03 {
  background-image: url(../img/cont03_bg-pc.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .cont03 {
    background-image: url(../img/cont03_bg.webp);
  }
}
.cont03 h2 {
  width: min(613 / 750 * 100vw, 613px);
}
.cont03 p {
  color: #603813;
}

.cont04 {
  background-image: url(../img/cont04_bg-pc.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .cont04 {
    background-image: url(../img/cont04_bg.webp);
  }
}
.cont04 h2 {
  width: min(614 / 750 * 100vw, 614px);
}
.cont04 p {
  color: #000000;
}

.cont05 {
  background-image: linear-gradient(to right, #e2006e, #e86d91);
}
.cont05 h2 {
  width: min(558.5 / 750 * 100vw, 558.5px);
}

.cont06 {
  background-color: #29a7de;
}
.cont06 h2 {
  width: min(379 / 750 * 100vw, 379px);
}

.access {
  padding: min(70 / 750 * 100vw, 70px) 0 min(25 / 750 * 100vw, 25px);
}
.access h2 {
  width: min(210 / 750 * 100vw, 210px);
  margin-left: auto;
  margin-right: auto;
}
.access h2 + * {
  margin-top: min(45 / 750 * 100vw, 45px);
}
.access img {
  width: min(658 / 750 * 100vw, 658px);
  margin-left: auto;
  margin-right: auto;
  margin-top: min(30 / 750 * 100vw, 30px);
}
.access ul {
  margin-top: min(70 / 750 * 100vw, 70px);
}
.access ul li {
  font-size: min(16 / 750 * 100vw, 16px);
  padding-left: 1em;
  text-indent: -1em;
}
.access__mapCont {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.access__mapCont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */