@charset "UTF-8";
@font-face {
  font-family: "Hiragino Kaku Gothic Pro W3";
  src: url("../fonts/Hiragino Kaku Gothic Pro W3.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 1rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html {
    overflow-x: hidden;
  }
}
body {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #F1F8FF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  color: #000000;
}

h1 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 2.125rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.625rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  h6 {
    font-size: 1.125rem;
  }
}

p {
  margin: 0 0 1rem 0;
  line-height: 1.625;
}

a {
  color: #4C8ACC;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
a:hover {
  color: rgb(101.06, 154.38, 211.14);
  text-decoration: underline;
}
a:focus {
  outline: 2px solid #4C8ACC;
  outline-offset: 2px;
}

ul, ol {
  margin: 0 0 1rem 0;
  padding-left: 1.5rem;
}

ul.list-style-none {
  list-style: none;
}

li {
  margin-bottom: 0.5rem;
}

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

picture {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

th, td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #F9FAFB;
}

th {
  font-weight: 600;
  background-color: #F9FAFB;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  cursor: pointer;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  background-color: #4C8ACC;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 0.5rem;
  z-index: 1070;
}

*:focus {
  outline: 2px solid #4C8ACC;
  outline-offset: 2px;
}

*:focus:not(:focus-visible) {
  outline: none;
}

::selection {
  background-color: #F1F8FF;
  color: #4C8ACC;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #F9FAFB;
}

::-webkit-scrollbar-thumb {
  background: #4C8ACC;
  border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(101.06, 154.38, 211.14);
}

.color-primary {
  color: #4C8ACC;
}

.color-secondary {
  color: #333333;
}

#main-content.main {
  background-color: #F1F8FF;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  color: #333333;
}
#main-content.main img {
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  #main-content.main img:hover {
    opacity: 0.8;
  }
}

.container {
  width: 100%;
  max-width: 1112px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 1rem;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 1rem;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  will-change: transform, background-color;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}
.btn:focus {
  outline: 2px solid #4C8ACC;
  outline-offset: 2px;
}
.btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  will-change: transform, background-color;
}
.btn--primary:hover {
  transform: translateY(-2px);
}
.btn--primary:active {
  transform: translateY(0);
}
.btn--primary:focus {
  outline: 2px solid #4C8ACC;
  outline-offset: 2px;
}
.btn--primary {
  background-color: #4C8ACC;
  color: #FFFFFF;
}
.btn--primary:hover {
  background-color: rgb(101.06, 154.38, 211.14);
  color: #FFFFFF;
}
.btn--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  will-change: transform, background-color;
}
.btn--secondary:hover {
  transform: translateY(-2px);
}
.btn--secondary:active {
  transform: translateY(0);
}
.btn--secondary:focus {
  outline: 2px solid #4C8ACC;
  outline-offset: 2px;
}
.btn--secondary {
  background-color: transparent;
  color: #4C8ACC;
  border: 2px solid #4C8ACC;
}
.btn--secondary:hover {
  background-color: #4C8ACC;
  color: #FFFFFF;
}
.btn--large {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}
.btn--small {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.card {
  background-color: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 1rem;
  transition: all 0.3s ease-in-out;
}
.card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-4px);
}
.card__header {
  margin-bottom: 1rem;
}
.card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  margin-bottom: 0.5rem;
}
.card__content {
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin: 0 0 1rem 0;
}
.card__footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #F9FAFB;
}

.icon {
  display: inline-block;
  flex-shrink: 0;
}
.icon--sm {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.icon--md {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.icon--lg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.icon--xl {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  will-change: transform, background-color;
}
.c-btn:hover {
  transform: translateY(-2px);
}
.c-btn:active {
  transform: translateY(0);
}
.c-btn:focus {
  outline: 2px solid #4C8ACC;
  outline-offset: 2px;
}
.c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 45px;
  padding: 1.19rem 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 4vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 0.75rem;
  border: none;
  cursor: pointer;
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, filter 0.15s ease-in-out;
}
.c-btn:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.c-btn:active {
  transform: none;
}
.c-btn:focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
}
.c-btn--primary {
  background: linear-gradient(180deg, #4C8ACC 0%, rgb(101.06, 154.38, 211.14) 100%);
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(76, 138, 204, 0.25);
}
.c-btn--external {
  width: 100%;
  max-width: 210px;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 1024px) {
  .c-btn--external {
    max-width: 336px;
  }
}
.c-btn--external::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: calc(1.25rem + 14px);
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: translate(40%, -50%) rotate(-45deg);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-btn--external::after {
    width: 8px;
    height: 8px;
  }
}
.c-btn--teal {
  background-color: #32B286;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.075rem;
  border-radius: 9999px;
  max-height: 64px;
  padding-left: 2rem;
  padding-right: 3rem;
  box-shadow: 0 0 10px rgba(37, 126, 95, 0.5);
}
@media (max-width: 767px) {
  .c-btn--teal {
    max-height: 45px;
    padding-left: 1rem;
    padding-right: 2rem;
    font-size: 0.9rem;
  }
}
.c-btn--teal:hover {
  color: #FFFFFF;
  filter: brightness(1.06);
}
.c-btn--teal.c-btn--external::after {
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.c-btn.commingsoon {
  cursor: default;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .c-btn.commingsoon {
    font-size: 0.9rem;
  }
}

.c-menu-box {
  background-color: #FFFFFF;
  border: 2px solid #4C8ACC;
  padding: 2.5rem;
  margin-bottom: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-menu-box {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
.c-menu-box__corner {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  pointer-events: none;
}
.c-menu-box__corner--tl {
  top: -1px;
  left: -1px;
  border-width: 24px 24px 0 0;
  border-color: #4C8ACC transparent transparent transparent;
}
.c-menu-box__corner--tr {
  top: -1px;
  right: -1px;
  border-width: 24px 0 0 24px;
  border-color: #4C8ACC transparent transparent transparent;
}
.c-menu-box__corner--bl {
  bottom: -1px;
  left: -1px;
  border-width: 0 24px 24px 0;
  border-color: transparent transparent #4C8ACC transparent;
}
.c-menu-box__corner--br {
  bottom: -1px;
  right: -1px;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #4C8ACC transparent;
}
.c-menu-box--accent {
  border-color: rgb(101.06, 154.38, 211.14);
}
.c-menu-box--accent .c-menu-box__corner--tl, .c-menu-box--accent .c-menu-box__corner--tr {
  border-top-color: rgb(101.06, 154.38, 211.14);
}
.c-menu-box--accent .c-menu-box__corner--bl, .c-menu-box--accent .c-menu-box__corner--br {
  border-bottom-color: rgb(101.06, 154.38, 211.14);
}
.c-menu-box__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-menu-box__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .c-menu-box__row {
    gap: 1.5rem;
  }
}
.c-menu-box__label {
  flex: 0 0 auto;
  width: 150px;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #333333;
  min-height: 1.5em;
}
@media (max-width: 767px) {
  .c-menu-box__label {
    color: #4C8ACC;
  }
}
.c-menu-box__value {
  flex: 1;
  min-width: 200px;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.0075em;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid #4C8ACC;
}
@media (min-width: 1024px) {
  .c-menu-box__value {
    padding-left: 1.5rem;
    padding-top: 0;
    border-left: 2px solid #4C8ACC;
    border-top: none;
  }
}
.c-menu-box__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.15);
  margin: 1rem 0;
}

.c-menu-list {
  background-color: #FFFFFF;
  padding: 2rem 2.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .c-menu-list {
    padding: 1rem;
    margin-bottom: 2.5rem;
  }
}

.c-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .c-accordion-list {
    gap: 2rem;
  }
}

.c-accordion {
  background-color: #FFFFFF;
  padding: 1.5rem 2.5rem;
  border: 2px solid #4C8ACC;
}
@media (max-width: 767px) {
  .c-accordion {
    padding: 1rem;
  }
}
.c-accordion .c-course-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-accordion.is-open .c-course-body {
  grid-template-rows: 1fr;
}
.c-accordion .c-course-body__inner {
  overflow: hidden;
  min-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1), transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-accordion.is-open .c-course-body__inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.04s;
}
.c-accordion:not(.is-open) .c-course-body__inner {
  transition-delay: 0s;
}
.c-accordion .c-course-head--accordion {
  transition: margin-bottom 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-accordion.is-open .c-course-head--accordion {
  margin-bottom: 1.5rem;
}

.c-course-head--accordion {
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-align: left;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.c-course-head--accordion:focus {
  outline: none;
}
.c-course-head--accordion:focus-visible {
  outline: 2px solid #4C8ACC;
  outline-offset: 3px;
}
.c-course-head--accordion .c-course-head__lead {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
}
.c-course-head--accordion .c-course-head__titles {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
@media (max-width: 767px) {
  .c-course-head--accordion .c-course-head__titles {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-course-head--accordion .c-course-head__toggle {
  position: relative;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.c-course-head--accordion .c-course-head__toggle::before, .c-course-head--accordion .c-course-head__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #4C8ACC;
  border-radius: 1px;
}
.c-course-head--accordion .c-course-head__toggle::before {
  width: 18px;
  height: 3px;
}
.c-course-head--accordion .c-course-head__toggle::after {
  width: 3px;
  height: 18px;
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
}

.c-accordion.is-open .c-course-head__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

@media (prefers-reduced-motion: reduce) {
  .c-course-head--accordion .c-course-head__toggle::after {
    transition-duration: 0.01ms;
  }
  .c-accordion .c-course-body,
  .c-accordion .c-course-body__inner,
  .c-accordion .c-course-head--accordion {
    transition-duration: 0.01ms;
  }
  .c-accordion .c-course-body__inner {
    transform: none;
  }
}
.c-price-block {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px dashed rgb(101.06, 154.38, 211.14);
}
@media (max-width: 767px) {
  .c-price-block {
    gap: 1rem;
  }
}
.c-price-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-price-block__price {
  flex: 0 0 132px;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
}
.c-price-block__detail {
  flex: 1;
  min-width: 200px;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

.c-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  margin-bottom: 1rem;
  align-items: baseline;
}
@media (max-width: 767px) {
  .c-tag-row {
    gap: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    flex-direction: column;
  }
}
.c-tag-row:last-child {
  margin-bottom: 0;
}
.c-tag-row__tag {
  flex: 0 0 120px;
  background-color: #4C8ACC;
  color: #FFFFFF;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .c-tag-row__tag {
    flex-basis: 100%;
    min-width: 120px;
  }
}
.c-tag-row__body {
  flex: 1;
  min-width: 200px;
  font-size: 1rem;
  line-height: 2;
  margin: 0;
}

.c-course-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.c-course-head__icon {
  width: 28px;
  height: 28px;
}
.c-course-head__title {
  display: block;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #4C8ACC;
  margin: 0;
}
@media (max-width: 767px) {
  .c-course-head__title {
    font-size: 1.5rem;
  }
}
.c-course-head__sub {
  display: block;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #4C8ACC;
  margin: 0;
}

.number-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #333333;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .number-badge {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
  }
}

.grid-item {
  background-color: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 1rem;
  transition: all 0.3s ease-in-out;
}
.grid-item:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-4px);
}
.grid-item {
  text-align: center;
}
.grid-item__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  color: #4C8ACC;
  margin: 0 auto 1rem;
}
.grid-item__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  margin-bottom: 0.75rem;
}
.grid-item__description {
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  margin-bottom: 1rem;
}

.heading-underline {
  position: relative;
  padding-bottom: 2rem;
}
.heading-underline:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom: 3px dashed #4C8ACC;
}
@media (min-width: 768px) {
  .heading-underline:after:after {
    width: 68%;
  }
}
.heading-underline--center:after {
  left: 50%;
  transform: translateX(-50%);
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.section-header__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #4C8ACC;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.section-header__description {
  font-size: 1.125rem;
  font-weight: 400;
  color: #374151;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  max-width: 600px;
  margin: 0 auto;
}

.btn-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #333333;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  min-width: 300px;
  max-width: max-content;
  border-radius: 9999px;
  text-align: center;
  position: relative;
}
.btn-button:hover {
  background-color: rgb(75.48, 75.48, 75.48);
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: #FFFFFF;
}
.btn-button .icon {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .btn-button {
    font-size: 1.25rem;
    padding: 0.625rem 3rem 0.625rem 2rem;
  }
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  color: #4C8ACC;
  background: rgba(255, 255, 255, 0.9);
  width: 48px !important;
  height: 48px !important;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  border-radius: 50% !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  background: #FFFFFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.swiper .swiper-button-prev:focus,
.swiper .swiper-button-next:focus {
  outline: 2px solid #4C8ACC;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px;
    min-height: 56px;
    max-width: 56px;
    max-height: 56px;
  }
  .swiper .swiper-button-prev:after,
  .swiper .swiper-button-next:after {
    font-size: 1.25rem;
  }
}

.pc {
  display: block;
}
@media (max-width: 1023px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 1023px) {
  .sp {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(76, 138, 204, 0.1);
  transition: all 0.3s ease-in-out;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo-img {
  height: 40px;
  width: auto;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-item {
  margin: 0;
}
.header__nav-link {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
.header__nav-link:hover {
  background-color: #F1F8FF;
  color: #4C8ACC;
  text-decoration: none;
}
.header__nav-link:focus {
  background-color: #F1F8FF;
  color: #4C8ACC;
}

.p-subnav {
  background-color: #4C8ACC;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2rem 1rem;
}
.p-subnav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 2rem;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
}
.p-subnav__list > li {
  margin-bottom: 0;
}
.p-subnav__link {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.009375em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease-in-out;
}
.p-subnav__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15em;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.15s ease-in-out;
}
.p-subnav__link:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.p-subnav__link:hover::before {
  transform: scaleX(1);
}
.p-subnav__link:focus-visible {
  text-decoration: none;
}
.p-subnav__link:focus-visible::before {
  transform: scaleX(1);
}
.p-subnav__sep {
  width: 1px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-subnav.p-lp-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1020;
    transition: transform 0.3s ease-in-out;
  }
  .p-subnav.p-lp-nav.is-hidden {
    transform: translateY(100%);
    pointer-events: none;
  }
  .p-subnav.p-lp-nav {
    padding: 0.75rem 0;
    background: linear-gradient(180deg, rgb(101.06, 154.38, 211.14) 0, #4C8ACC 100%);
    border-bottom: none;
  }
  .p-subnav.p-lp-nav .p-subnav__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    max-width: none;
    margin: 0;
    padding: 0 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scrollbar-width: none;
    text-align: center;
  }
  .p-subnav.p-lp-nav .p-subnav__list::-webkit-scrollbar {
    display: none;
  }
  .p-subnav.p-lp-nav .p-subnav__list > li {
    margin-bottom: 0;
  }
  .p-subnav.p-lp-nav .p-subnav__link {
    flex: 0 0 auto;
    scroll-snap-align: start;
    font-size: clamp(0.8125rem, 2.8vw, 0.9375rem);
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding: 0.75rem 0.5rem;
    white-space: nowrap;
  }
  .p-subnav.p-lp-nav .p-subnav__sep {
    align-self: center;
    width: 1px;
    height: 1.75rem;
    flex-shrink: 0;
    opacity: 0.65;
  }
}

#p-sdining,
#p-sou,
#sdining-tea {
  scroll-margin-top: 5.5rem;
}

#sdining-lunch .p-split__label {
  scroll-margin-top: 13rem;
}

#sdining-dinner .p-split__label {
  scroll-margin-top: 5.2rem;
}

#sou-course h2,
#sou-alacarte h2 {
  scroll-margin-top: 5.5rem;
}

#sdining-lunch,
#sdining-dinner,
#sou-course,
#sou-alacarte {
  scroll-margin-top: 5.5rem;
}

.l-container {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.l-section {
  position: relative;
}

.p-mv {
  padding: 0;
}
.p-mv__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: clamp(22.5rem, 100svh, 900px);
  padding: 2rem 1.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-mv__inner {
    min-height: 519px;
  }
}
.p-mv__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-mv__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.06) 45%, rgba(0, 0, 0, 0.16) 100%);
  pointer-events: none;
}
.p-mv__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(22.5rem, 100svh, 900px);
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-mv__img {
    min-height: 519px;
  }
}
.p-mv__img {
  object-position: center center;
  transform-origin: center center;
  backface-visibility: hidden;
  animation: p-hero-ken-burns 22s ease-in-out infinite alternate;
}
@media (min-width: 768px) {
  .p-mv__img {
    object-position: 18% center;
    transform-origin: 18% center;
  }
}
.p-mv__caption {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .p-mv__caption {
    max-width: 1004px;
  }
}
.p-mv__caption img {
  display: block;
  width: 100%;
  max-width: min(100%, 1004px);
  height: auto;
  filter: drop-shadow(0 2px 24px rgba(0, 0, 0, 0.18));
}

@keyframes p-hero-ken-burns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
.p-about {
  padding: 2rem 0 0;
}
@media (min-width: 768px) {
  .p-about {
    padding: 5rem 0 4rem;
  }
}
.p-about__intro {
  max-width: 48rem;
  margin: 0 auto;
  text-align: left;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  color: #333333;
}
@media (min-width: 768px) {
  .p-about__intro {
    text-align: center;
    font-size: 1.125rem;
  }
}
.p-about__intro p {
  margin-bottom: 0.5rem;
}
.p-about__intro p:last-child {
  margin-bottom: 0;
}

.p-line__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-line__dots {
    gap: 2.5rem;
  }
}
.p-line__dots span {
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #4C8ACC;
}
@media (min-width: 768px) {
  .p-line__dots span {
    width: 8px;
    height: 8px;
  }
}

.p-cool {
  padding: 3rem 0 4rem;
}
.p-cool__title {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: 1.5;
  text-align: center;
  color: #4C8ACC;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .p-cool__title {
    margin: 0 0 3rem;
  }
}
.p-cool__data {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .p-cool__data {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }
}
.p-cool__map-wrap {
  flex: 0.6;
  min-width: 0;
  position: relative;
}
.p-cool__map-caption {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: left;
  color: #4C8ACC;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .p-cool__map-caption {
    font-size: 1.25rem;
  }
}
.p-cool__map {
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-cool__map {
    max-width: 378px;
    margin-left: 0;
  }
}
.p-cool__map img:first-child {
  width: 100%;
  height: auto;
  display: block;
}
.p-cool__map-arrow {
  display: none;
}
.p-cool__temps {
  list-style: none;
  padding: 0;
  margin: 1.5rem auto 0;
  max-width: 280px;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #5F5F5F;
}
.p-cool__temps li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(95, 95, 95, 0.25);
}
.p-cool__temps li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.p-cool__temps-place {
  font-size: 1.25rem;
}
.p-cool__temps-val {
  font-size: 1.5rem;
}
.p-cool__chart {
  flex: 1;
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .p-cool__chart {
    max-width: 631px;
    margin-left: auto;
    padding-top: 3rem;
  }
}
.p-cool__chart img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #b8b8b8;
  border-radius: 0.75rem;
}
.p-cool__notes {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  line-height: 1.75;
  color: #333333;
  max-width: 45rem;
  margin: 2rem auto 4rem;
  text-align: left;
}
@media (min-width: 768px) {
  .p-cool__notes {
    text-align: center;
    margin: 8rem auto;
  }
}
.p-cool__notes p {
  margin-bottom: 0.25rem;
}
.p-cool__notes a {
  word-break: break-all;
  color: #333333;
  text-decoration: underline;
}
.p-cool__notes a:hover {
  color: #4C8ACC;
}
.p-cool__card {
  max-width: 36rem;
  margin: 0 auto;
  padding: 1rem;
  background: #FFFFFF;
  border-radius: 15px;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-align: center;
  color: #333333;
}
@media (min-width: 768px) {
  .p-cool__card {
    padding: 1.5rem 2rem;
    font-size: 1.25rem;
  }
}
.p-cool__card strong {
  font-weight: 700;
}
.p-cool__card p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-cool__card p {
    margin-bottom: 2rem;
  }
}
.p-cool__card p:last-child {
  margin-bottom: 0;
}

.p-four {
  padding: 4rem 0 5rem;
  text-align: center;
}
.p-four__icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 1rem;
}
@media (max-width: 767px) {
  .p-four__icon {
    width: 33px;
    height: 33px;
    margin-bottom: 0.5rem;
  }
}
.p-four__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-four__title {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(1.625rem, 5vw, 2.5rem);
  line-height: 1.7;
  color: #4C8ACC;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .p-four#four .p-four__title {
    font-size: clamp(1.625rem, 8vw, 3rem);
  }
}
.p-four__hexgrid {
  display: grid;
  grid-template-columns: 1fr;
  margin: 2rem auto 0;
  max-width: 1024px;
  gap: 2rem;
  align-items: top;
  justify-items: center;
}
@media (min-width: 768px) {
  .p-four__hexgrid {
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.p-four__hex {
  position: relative;
  display: block;
  width: 100%;
  max-width: 512px;
  text-decoration: none;
  transition: transform 0.15s ease-in-out, filter 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .p-four__hex:nth-child(1n) {
    margin-top: 0;
  }
  .p-four__hex:nth-child(2n) {
    margin-top: 11rem;
  }
  .p-four__hex:nth-child(3n) {
    margin-top: -5rem;
  }
  .p-four__hex:nth-child(4n) {
    margin-top: 6rem;
  }
}
.p-four__hex:hover {
  transform: scale(1.02);
  filter: brightness(1.03);
}
.p-four__hex:focus-visible {
  outline: 3px solid #4C8ACC;
  outline-offset: 4px;
}
.p-four__hex-shape {
  width: 100%;
  height: auto;
  display: block;
}
.p-four__hex-label-title {
  font-size: 36px;
}
.p-four__hex-label {
  position: absolute;
  left: 37px;
  top: 26px;
  width: 233.226px;
  height: 56.566px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-four__hex-label {
    left: 55px;
    top: 39px;
    width: 347.483px;
    height: 84.436px;
  }
}
.p-four__hex-label svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.p-four__hex-label text {
  fill: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 25px;
  transform: translateY(15px);
  letter-spacing: 2px;
}
.p-four__hex-label text.p-four__hex-label-text {
  font-size: 32px;
}
.p-four__hex-label text.p-four__hex-label-text .p-four__hex-label-title {
  font-size: 40px;
}

.p-feature {
  padding: 4rem 0;
  scroll-margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-feature {
    padding: 2rem 0;
  }
}
.p-feature__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.p-feature__head-icon {
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 767px) {
  .p-feature__head-icon {
    width: 26.751px;
    height: 26.751px;
  }
}
.p-feature__head-title {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(1.625rem, 6vw, 3rem);
  line-height: 1.7;
  color: #4C8ACC;
  margin: 0;
}
.p-feature__lead {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 3.5vw, 2.25rem);
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  color: #4C8ACC;
  margin: 0 0 4rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-feature__lead {
    margin: 0 0 2.5rem;
  }
}
.p-feature__gallery {
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5rem;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-feature__gallery {
    padding: 0 1rem;
    margin-bottom: 2.5rem;
  }
}
.p-feature__body {
  margin: 0 auto 3.5rem;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  color: #333333;
}
@media (max-width: 767px) {
  .p-feature__body {
    text-align: left;
    margin-bottom: 2.5rem;
  }
}
.p-feature__body p {
  margin-bottom: 0.75rem;
}
.p-feature__body p:last-child {
  margin-bottom: 0;
}
.p-feature__cta {
  text-align: center;
  margin: 0;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .swiper-wrapper .swiper-slide {
    width: 44.5%;
  }
}
.swiper-wrapper .swiper-slide:nth-child(2n) {
  width: 100%;
}
@media (min-width: 768px) {
  .swiper-wrapper .swiper-slide:nth-child(2n) {
    width: 44.5%;
  }
}
.swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-feature__gallery:has(.swiper-slide:only-child) .swiper-wrapper {
  display: flex;
  justify-content: center;
}

.p-feature__gallery.p-split__gallery--single .p-feature__pagination {
  display: none;
}

.p-notice {
  padding: 3rem 0 4rem;
  background: #F1F8FF;
}
.p-notice__list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #333333;
}
@media (max-width: 767px) {
  .p-notice__list {
    font-size: 0.9rem;
  }
}
.p-notice__list li {
  margin-bottom: 0.25rem;
  padding-left: 1.2rem;
  position: relative;
}
.p-notice__list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
}
.p-notice__list li a {
  color: #333333;
  text-decoration: underline;
}
.p-notice__list li a:hover {
  color: #4C8ACC;
}

#main-content.main {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
}

.footer {
  text-align: center;
}
@media (max-width: 767px) {
  .footer__top {
    padding: 0 1rem;
  }
}
.footer__btn-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}
.footer__btn-button:hover .footer__btn-arrow {
  transform: translateX(4px);
}
.footer__disclaimer {
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .footer__disclaimer {
    text-align: left;
    margin-bottom: 2.5rem;
  }
}
.footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer__logo {
  width: 100%;
  max-width: 191px;
  height: auto;
  margin: 0 auto 1.5rem;
}
.footer__social {
  padding: 2rem 0;
  position: relative;
}
@media (min-width: 1024px) {
  .footer__social {
    padding: 1.5rem 0 3rem;
  }
}
.footer__social .footer__socials {
  margin-bottom: 0;
}
.footer__map {
  padding: 0;
}
.footer__map-iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}
.footer__links {
  text-align: center;
  padding: 2.5rem 1rem 1.5rem;
}
.footer__address {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #5F5F5F;
  letter-spacing: 0.06em;
  margin: 0 0 1.5rem;
}
@media (max-width: 767px) {
  .footer__address {
    letter-spacing: 0;
  }
}
.footer__link-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #5F5F5F;
}
.footer__link-sep {
  color: #5F5F5F;
  user-select: none;
}
.footer__link {
  color: inherit;
  text-decoration: none;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__copyright {
  font-size: 0.75rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  background-color: #4C8ACC;
  margin-bottom: 0;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .footer__copyright {
    font-size: 0.875rem;
    padding: 1rem 0;
  }
}

.back-to-top {
  position: fixed;
  bottom: 3.75rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  background: linear-gradient(160deg, #4C8ACC 0%, rgb(101.06, 154.38, 211.14) 100%);
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1060;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px) scale(0.92);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out;
  box-shadow: 0 4px 14px rgba(76, 138, 204, 0.35), 0 2px 6px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .back-to-top {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    right: 3rem;
    bottom: 4rem;
  }
}
.back-to-top:hover {
  background: linear-gradient(160deg, rgb(62.9252173913, 129.4539130435, 200.2747826087) 0%, rgb(91.3410782609, 148.0274086957, 208.3709217391) 100%);
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(0) scale(1) translateY(-3px);
  box-shadow: 0 8px 24px rgba(76, 138, 204, 0.4), 0 4px 10px rgba(0, 0, 0, 0.15);
}
.back-to-top:active {
  transform: translateY(0) scale(0.96);
  box-shadow: 0 2px 8px rgba(76, 138, 204, 0.3), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.back-to-top:focus {
  outline: none;
}
.back-to-top:focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #4C8ACC, 0 6px 20px rgba(76, 138, 204, 0.35);
}
.back-to-top--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.back-to-top--visible:hover {
  transform: translateY(-3px) scale(1);
}
.back-to-top--visible:active {
  transform: translateY(0) scale(0.96);
}
.back-to-top__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  fill: currentColor;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}
@media (min-width: 768px) {
  .back-to-top__icon {
    width: 26px;
    height: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition-duration: 0.01ms;
  }
  .back-to-top:hover, .back-to-top--visible:hover {
    transform: translateY(0) scale(1);
  }
}
.footer--manza {
  background-color: #4C8ACC;
  color: #FFFFFF;
  padding: 3rem 0 0;
  text-align: center;
}
.footer--manza .footer__manza-inner {
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.footer--manza .footer__manza-brand {
  margin-bottom: 1rem;
}
.footer--manza .footer__manza-logo {
  width: 100%;
  max-width: 214.816px;
  object-fit: cover;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer--manza .footer__manza-logo {
    max-width: 160px;
  }
}
.footer--manza .footer__manza-name {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  margin: 0 0 2.5rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .footer--manza .footer__manza-name {
    margin-bottom: 1rem;
  }
}
.footer--manza .footer__manza-address {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.13em;
  margin: 0 0 2.5rem;
  color: #FFFFFF;
}
.footer--manza .footer__manza-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin: 2.5rem 0;
}
.footer--manza .footer__manza-social img {
  width: 66px;
  height: auto;
}
@media (max-width: 767px) {
  .footer--manza .footer__manza-social img {
    width: 50px;
  }
}
.footer--manza .footer__manza-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer--manza .footer__manza-nav {
    display: grid;
    gap: 1rem;
    text-align: center;
  }
}
.footer--manza .footer__manza-nav a {
  padding: 0 1.25rem;
  color: #FFFFFF;
  text-decoration: none;
  border-right: 1px solid #FFFFFF;
}
.footer--manza .footer__manza-nav a:first-child {
  border-left: 1px solid #FFFFFF;
}
.footer--manza .footer__manza-nav a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer--manza .footer__manza-nav a {
    border-left: 1px solid #FFFFFF;
    width: fit-content;
    margin: 0 auto;
  }
}
.footer--manza .footer__manza-sep {
  display: flex;
  align-items: center;
}
.footer--manza .footer__manza-sep img {
  width: 1px;
  height: 16px;
  object-fit: cover;
}
.footer--manza .footer__manza-bar {
  width: 100%;
  line-height: 0;
}
.footer--manza .footer__manza-bar img {
  width: 100%;
  height: auto;
  display: block;
}
.footer--manza .footer__manza-copy {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  color: #333333;
  background: #FFFFFF;
  margin: 0;
  padding: 1.25rem 1rem;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.items-baseline {
  align-items: baseline !important;
}

.items-stretch {
  align-items: stretch !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.text-6xl {
  font-size: 3.75rem !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.text-primary {
  color: #4C8ACC !important;
}

.text-primary-light {
  color: rgb(101.06, 154.38, 211.14) !important;
}

.text-secondary {
  color: #333333 !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-black {
  color: #000000 !important;
}

.text-gray {
  color: #333333 !important;
}

.text-gray-dark {
  color: #374151 !important;
}

.bg-primary {
  background-color: #4C8ACC !important;
}

.bg-primary-light {
  background-color: rgb(101.06, 154.38, 211.14) !important;
}

.bg-primary-lighter {
  background-color: #F1F8FF !important;
}

.bg-secondary {
  background-color: #333333 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-gray {
  background-color: #333333 !important;
}

.bg-gray-light {
  background-color: #F9FAFB !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mt-32 {
  margin-top: 8rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.mb-32 {
  margin-bottom: 8rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.ml-32 {
  margin-left: 8rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.mr-24 {
  margin-right: 6rem !important;
}

.mr-32 {
  margin-right: 8rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.w-auto {
  width: auto !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.w-min {
  width: min-content !important;
}

.w-max {
  width: max-content !important;
}

.w-fit {
  width: fit-content !important;
}

.h-auto {
  height: auto !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.h-min {
  height: min-content !important;
}

.h-max {
  height: max-content !important;
}

.h-fit {
  height: fit-content !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.sticky {
  position: sticky !important;
}

.static {
  position: static !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-visible {
  overflow: visible !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.rounded-md {
  border-radius: 0.75rem !important;
}

.rounded-lg {
  border-radius: 1rem !important;
}

.rounded-xl {
  border-radius: 1.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.shadow-none {
  box-shadow: none !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-40 {
  z-index: 40 !important;
}

.z-50 {
  z-index: 50 !important;
}

@media (max-width: 767px) {
  .md\:d-none {
    display: none !important;
  }
  .md\:d-block {
    display: block !important;
  }
  .md\:d-flex {
    display: flex !important;
  }
  .md\:d-grid {
    display: grid !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
  .md\:text-center {
    text-align: center !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
  .md\:flex-column {
    flex-direction: column !important;
  }
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-center {
    justify-content: center !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:items-start {
    align-items: flex-start !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
  .md\:items-end {
    align-items: flex-end !important;
  }
}
@media (min-width: 768px) {
  .md\:d-none {
    display: none !important;
  }
  .md\:d-block {
    display: block !important;
  }
  .md\:d-flex {
    display: flex !important;
  }
  .md\:d-grid {
    display: grid !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
  .md\:text-center {
    text-align: center !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
  .md\:flex-column {
    flex-direction: column !important;
  }
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-center {
    justify-content: center !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:items-start {
    align-items: flex-start !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
  .md\:items-end {
    align-items: flex-end !important;
  }
}
.u-text-center {
  text-align: center;
}

.u-mt-lg {
  margin-top: 2rem;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid rgba(95, 95, 95, 0.35);
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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