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

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 0;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body {
  color: #3c3c3c;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/* ********** footer ********** */
footer {
  width: 100%;
  padding: 0 5%;
  color: #fff;
  text-align: center;
  background: #738cd1;
}
footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  footer .inner {
    padding: 40px 0 30px;
  }
}
footer .inner h2 {
  padding: 60px 0 20px 0;
  font-weight: normal;
  background: url(../images/ico_mail.png) no-repeat center top/52px auto;
}
footer .inner .sns-links {
  margin: 28px 0 0;
  display: flex;
  justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  footer .inner .sns-links {
    margin: 24px 0 0;
    gap: 14px;
  }
}
footer .inner .sns-links li {
  list-style: none;
}
footer .inner .sns-links a {
  display: block;
  line-height: 0;
  transition: 0.3s;
}
footer .inner .sns-links a:hover {
  opacity: 0.8;
}
footer .inner .sns-links img {
  width: 42px;
  height: 42px;
  display: block;
}
@media screen and (max-width: 768px) {
  footer .inner .sns-links img {
    width: 38px;
    height: 38px;
  }
}
footer .inner p.copy {
  margin: 60px 0 0 0;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .inner p.copy {
    font-size: 11px;
  }
}

/* ********** animation ********** */
.anim {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1s, transform 1s;
}
.anim.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* ********** contents ********** */
main {
  width: 100%;
}
main section.visual {
  width: 100%;
  overflow: hidden;
}
main section.visual .inner {
  container-type: inline-size;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.visual .inner {
    width: 200%;
    transform: translate(-25%, 0);
  }
}
main section.visual .bg {
  width: 100%;
}
main section.visual .bg img {
  width: 100%;
}
main section.visual .img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
main section.visual .img img {
  width: 100%;
  opacity: 0;
  transform: scale(1.3) rotate(8deg);
  transition: 2.5s 0.5s;
}
main section.visual .img img.active {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
main section.visual .txt {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
main section.visual .txt img {
  width: 100%;
  opacity: 0;
  transform: scale(1.2) rotate(-2deg);
  transition: 1.5s 1.5s;
}
main section.visual .txt img.active {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
main section.visual .thumb {
  width: 70%;
  position: absolute;
  left: 15%;
  bottom: 1.3%;
}
@media screen and (max-width: 768px) {
  main section.visual .thumb {
    width: 50%;
    left: 25%;
    bottom: 6%;
  }
}
main section.visual .thumb ul {
  display: flex;
}
main section.visual .thumb ul li {
  opacity: 0;
  transform: translate(0, 20px);
}
main section.visual .thumb ul li.thumb1 {
  transition: 1.5s 2.5s;
}
main section.visual .thumb ul li.thumb2 {
  transition: 1.5s 2.8s;
}
main section.visual .thumb ul li.thumb3 {
  transition: 1.5s 3.1s;
}
main section.visual .thumb ul li.active {
  opacity: 1;
  transform: translate(0, 0);
}
main section.visual .language {
  font-family: serif;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  main section.visual .language {
    top: 15px;
    right: calc(25% + 15px);
  }
}
main section.visual .language p {
  transform: translate(0, 20px);
  transition: 1.5s 2s;
  opacity: 0;
}
main section.visual .language p.active {
  opacity: 1;
  transform: translate(0, 0);
}
main section.visual .language a {
  padding: 10px 35px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  border-radius: 7px;
  background: #738cd1;
  display: inline-block;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  main section.visual .language a {
    padding: 5px 15px;
    font-size: 13px;
  }
}
main section.visual .language a:hover {
  opacity: 0.8;
}
main .about {
  width: 100%;
  padding: 60px 5%;
}
@media screen and (max-width: 768px) {
  main .about {
    padding: 40px 5%;
  }
}
main .about .inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
main .about .inner h2 {
  margin: 0 0 30px 0;
  padding: 5px 75px;
  color: #738cd1;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: url(../images/about_h2_left.png) no-repeat left center/61px auto, url(../images/about_h2_right.png) no-repeat right center/61px auto;
}
@media screen and (max-width: 768px) {
  main .about .inner h2 {
    margin: 0 0 20px 0;
    padding: 5px 62px;
    font-size: 16px;
    background: url(../images/about_h2_left.png) no-repeat left center/50px auto, url(../images/about_h2_right.png) no-repeat right center/50px auto;
  }
}
main .about .inner h3 {
  margin: 0 0 20px 0;
  color: #cd7dbd;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .about .inner h3 {
    font-size: 18px;
  }
}
main .about .inner p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main .about .inner p {
    font-size: 14px;
  }
}
main .info {
  width: 100%;
  padding: 20px 5%;
}
@media screen and (max-width: 768px) {
  main .info {
    padding: 0 5%;
  }
}
main .info .inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
main .info .inner p {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  main .info .inner p {
    font-size: 18px;
  }
}
main .map {
  width: 100%;
  padding: 60px 5% 100px;
}
@media screen and (max-width: 768px) {
  main .map {
    padding: 40px 5% 60px;
  }
}
main .map .inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
main .map .inner h2 {
  margin: 0 0 30px 0;
  padding: 5px 70px;
  color: #738cd1;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: url(../images/map_h2_left.png) no-repeat left center/52px auto, url(../images/map_h2_right.png) no-repeat right center/52px auto;
}
@media screen and (max-width: 768px) {
  main .map .inner h2 {
    margin: 0 0 20px 0;
    padding: 5px 65px;
    font-size: 16px;
    background: url(../images/map_h2_left.png) no-repeat left center/43px auto, url(../images/map_h2_right.png) no-repeat right center/43px auto;
  }
}
main .mobility {
  width: 100%;
  padding: 0 5% 100px;
}
@media screen and (max-width: 768px) {
  main .mobility {
    padding: 0 5% 60px;
  }
}
main .mobility .inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
main .mobility .inner h2 {
  margin: 0 0 30px 0;
  padding: 5px 50px;
  color: #738cd1;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: url(../images/mobility_h2_left.png) no-repeat left center/40px auto, url(../images/mobility_h2_right.png) no-repeat right center/40px auto;
}
@media screen and (max-width: 768px) {
  main .mobility .inner h2 {
    margin: 0 0 20px 0;
    padding: 5px 44px;
    font-size: 16px;
    background: url(../images/mobility_h2_left.png) no-repeat left center/34px auto, url(../images/mobility_h2_right.png) no-repeat right center/34px auto;
  }
}
main .mobility .inner p {
  margin: 0 0 30px 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main .mobility .inner p {
    font-size: 14px;
  }
}
main .mobility .inner p a {
  text-decoration-thickness: 1px;
}
main .mobility .inner p a:hover {
  text-decoration: none;
}
main .mobility .inner figure {
  max-width: 500px;
  margin: 0 auto;
}
main .access {
  width: 100%;
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  main .access {
    padding: 0 0 60px;
  }
}
main .access .gmap {
  width: 100%;
}
main .access .gmap iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  main .access .gmap iframe {
    height: 350px;
  }
}
main .access .inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
main .access .inner h2 {
  margin: 0 0 30px 0;
  padding: 5px 70px;
  color: #738cd1;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background: url(../images/access_h2_left.png) no-repeat left center/52px auto, url(../images/access_h2_right.png) no-repeat right center/52px auto;
}
@media screen and (max-width: 768px) {
  main .access .inner h2 {
    margin: 0 0 20px 0;
    padding: 5px 65px;
    font-size: 16px;
    background: url(../images/map_h2_left.png) no-repeat left center/43px auto, url(../images/map_h2_right.png) no-repeat right center/43px auto;
  }
}
main .access .wrap {
  padding: 50px 5%;
  background: #f1f3fa;
}
@media screen and (max-width: 768px) {
  main .access .wrap {
    padding: 30px 5%;
  }
}
main .access .wrap .flex {
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1080px) {
  main .access .wrap .flex {
    flex-direction: column;
    gap: 20px;
  }
}
main .access .wrap .flex .block {
  width: calc(33.33% - 20px);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  main .access .wrap .flex .block {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
main .access .wrap .flex .block .icon {
  width: 70px;
}
@media screen and (max-width: 768px) {
  main .access .wrap .flex .block .icon {
    width: 50px;
  }
}
main .access .wrap .flex .block .txt {
  width: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  main .access .wrap .flex .block .txt {
    width: calc(100% - 60px);
  }
}
main .access .wrap .flex .block .txt h3 {
  color: #738cd1;
  font-weight: 600;
}
main .note {
  width: 100%;
  padding: 0 5% 60px;
}
@media screen and (max-width: 768px) {
  main .note {
    padding: 0 5% 60px;
  }
}
main .note .inner {
  max-width: 800px;
  margin: 0 auto;
}
main .note .inner h3 {
  margin: 0 0 10px 0;
  color: #738cd1;
  font-size: 14px;
  font-weight: 600;
}
main .note .inner ul li {
  margin: 0 0 0 1em;
  font-size: 14px;
  text-indent: -1em;
}
main .note .inner ul li + li {
  margin: 10px 0 0 1em;
}/*# sourceMappingURL=style.css.map */