@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
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, picture, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button, input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
}

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

html {
  scroll-behavior: smooth;
  font-size: 12px;
}
@media screen and (max-width: 834px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  color: #404040;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #fff;
}
body.preload * {
  transition: 0s !important;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.opacity {
  transition: opacity 0.2s ease-out;
}
a.opacity:hover {
  opacity: 0.5;
}

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

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

.l-header {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
  height: 5rem;
  padding-inline: 3.75rem;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 834px) {
  .l-header {
    gap: 1.25rem;
    width: 100%;
    height: 3.75rem;
    padding-inline: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .l-header {
    gap: 0.9375rem;
    padding-inline: 0.9375rem;
  }
}
.l-header__logo {
  font-size: 1.5rem;
}
@media screen and (max-width: 1240px) {
  .l-header__logo {
    margin-right: auto;
  }
}
@media screen and (max-width: 834px) {
  .l-header__logo {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1241px) {
  .l-header__navi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    flex: 1;
  }
}
@media screen and (max-width: 1240px) {
  .l-header__navi {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 6.25rem 5rem 3.75rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    transition: opacity 0.6s cubic-bezier(0.485, 0.135, 0, 0.995), visibility 0.6s cubic-bezier(0.485, 0.135, 0, 0.995);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 1240px) and (max-width: 834px) {
  .l-header__navi {
    justify-content: center;
    padding: 3.75rem 3.75rem 1.875rem;
  }
}
@media screen and (max-width: 1240px) and (max-width: 480px) {
  .l-header__navi {
    padding: 3.75rem 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 1240px) {
  .is-opened .l-header__navi {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__navi-support {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 0.625rem 2.25rem;
  gap: 1.875rem;
}
.l-header__navi-support a {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 0.625rem;
  font-size: 1.375rem;
  font-weight: bold;
  color: #068dde;
}
.l-header__navi-support a i {
  translate: 0 0.1em;
}
.l-header__navi-group {
  width: 100%;
  padding: 2.25rem 0.625rem;
  border-top: 1px solid #aeaeae;
}
.l-header__navi-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.l-header__navi-link {
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 834px) {
  .l-header__navi-link {
    flex-direction: column;
    gap: 1rem;
  }
}
.l-header__navi-link a {
  font-size: 1.125rem;
  transition: color 0.2s ease-out;
}
.l-header__navi-link a:hover {
  color: #068dde;
}
.l-header__navi-link a i {
  font-size: 1.25rem;
}
.l-header__navi-login {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 834px) {
  .l-header__navi-login {
    gap: 0.75rem;
  }
}
.l-header__navi-login a {
  font-size: 1.125rem;
  color: #068dde;
  transition: color 0.2s ease-out;
}
@media screen and (max-width: 834px) {
  .l-header__navi-login a {
    font-size: 0.875rem;
  }
}
.l-header__navi-login a:hover {
  color: #0473b4;
}
.l-header__trigger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 110;
  width: 2.25rem;
  height: 2.25rem;
  padding-block: 0.5rem;
}
.l-header__trigger span {
  display: block;
  width: 100%;
  height: 1px;
  min-height: 1px;
  background-color: #404040;
  transition: transform 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out;
  transform-origin: 50%;
}
.is-opened .l-header__trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
}
.is-opened .l-header__trigger span.top-bar {
  transform: translate(-50%, -50%) rotate(45deg);
}
.is-opened .l-header__trigger span.bottom-bar {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.is-opened .l-header__trigger span.middle-bar {
  opacity: 0;
}

.sp-nav {
  position: relative;
}
.sp-nav-item {
  margin: 0 50px 0 10px;
}

.hamburger {
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  width: 30px;
  height: 25px;
  z-index: 20;
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
.hamburger span::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
.hamburger span::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 10px;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}

.slide-nav {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  transform: translateX(100%);
  transition: 0.5s;
  padding: 60px 20px;
}
.slide-nav ul,
.slide-nav h3,
.slide-nav hr {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.slide-nav ul {
  padding: 10px 0;
}
.slide-nav ul li {
  padding-bottom: 10px;
}
.slide-nav h3 {
  font-weight: bold;
  padding: 20px 0 10px;
}

.hamburger.active span {
  background-color: #fff;
}
.hamburger.active span::before {
  transform: rotate(-45deg);
  top: 0;
}
.hamburger.active span::after {
  transform: rotate(45deg);
  top: 0;
}

.slide-nav.active {
  transform: translateX(0);
}

.l-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  width: 100%;
  background-color: #303233;
  color: #fff;
  margin-top: 7.5rem;
  padding-block: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-footer {
    gap: 2.25rem;
    margin-top: 5rem;
    padding: 4.75rem 1.875rem 2.5rem;
  }
}
.l-footer__logo {
  font-size: 3.125rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 834px) {
  .l-footer__logo {
    font-size: 2.5rem;
    margin-bottom: 0.625rem;
  }
}
.l-footer__navi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.875rem 1.25rem;
}
.l-footer__navi a {
  font-size: 0.875rem;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 834px) {
  .l-footer__navi a {
    font-size: 0.8125rem;
  }
}
.l-footer__navi a:hover {
  opacity: 0.7;
}
.l-footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 834px) {
  .l-footer__social {
    gap: 1.5rem;
  }
}
.l-footer__copyright {
  margin-top: 0.625rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 834px) {
  .l-footer__copyright {
    font-size: 0.75rem;
  }
}

.l-wrap {
  width: 100%;
}
.preload .l-wrap {
  opacity: 0;
}

.l-inner {
  width: auto;
  max-width: 100rem;
  margin-inline: auto;
  padding-inline: 5rem;
  box-sizing: content-box;
  position: relative;
}
@media screen and (max-width: 834px) {
  .l-inner {
    padding-inline: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .l-inner {
    padding-inline: 0.9375rem;
  }
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 0.25rem;
  transition: background 0.2s ease-out;
  background-color: #068dde;
}
.c-button.is-fs-lg {
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .c-button.is-fs-lg {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 834px) {
  .c-button {
    font-size: 1rem;
  }
}
.c-button:hover {
  background-color: #0473b4;
}
.c-button.--border {
  color: #068dde;
  background-color: #fff;
  border: 1px solid #068dde;
}
.c-button.--border:hover {
  background-color: rgba(6, 141, 222, 0.15);
}

.c-title {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.5;
}
.c-title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 834px) {
  .c-title {
    font-size: 1.25rem;
  }
}

.c-lead {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75;
}
.c-lead::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
}
.c-lead::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 834px) {
  .c-lead {
    font-size: 0.875rem;
  }
}

.c-text {
  font-size: 1rem;
  line-height: 1.75;
}
.c-text::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
}
.c-text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 834px) {
  .c-text {
    font-size: 0.875rem;
  }
}

.c-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-flex-j-center {
  justify-content: center;
}
.c-flex-a-center {
  align-items: center;
}
.c-flex-auto {
  flex: 1;
}

.c-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hover {
  display: block;
  overflow: hidden;
}
.hover figure {
  display: block;
  overflow: hidden;
}
.hover img {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.485, 0.135, 0, 0.995) 0s;
}
.hover:hover img {
  transform: scale(1.2);
}

.c-search {
  width: 100%;
  padding: 2.875rem;
  border-radius: 0.625rem;
  background-color: #fff;
  box-shadow: 0 0.1875rem 1rem rgba(173, 180, 186, 0.27);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .c-search {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .c-search {
    padding: 0.9375rem;
    border-radius: 0.5rem;
  }
}
.c-search__inner {
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 834px) {
  .c-search__inner {
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .c-search__inner {
    gap: 0.9375rem;
  }
}
.c-search__input {
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 834px) {
  .c-search__input {
    width: 100%;
    flex-direction: column;
    gap: 0.9375rem;
  }
}
.c-search__input-item {
  flex: 1;
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 834px) {
  .c-search__input-item {
    width: 100%;
    gap: 0;
    padding-block: 0.5625rem;
    border-radius: 0.375rem;
    border: 1px solid #aeaeae;
  }
}
.c-search__input input {
  background-color: #fff;
  background-repeat: no-repeat;
}
@media screen and (min-width: 835px) {
  .c-search__input input {
    font-size: 1.25rem;
    padding: 0 1.875rem 0 3.75rem;
    height: 3.75rem;
    border-radius: 0.4375rem;
    border: 0.125rem solid #aeaeae;
    background-position: 1.25rem 50%;
  }
}
.c-search__input-key {
  width: 46%;
  background-image: url(../img/common/icon-search.png);
  background-size: 1.5625rem auto;
}
@media screen and (max-width: 834px) {
  .c-search__input-key {
    width: 100%;
    height: 3.375rem;
    border-radius: 0.5rem;
    padding-left: 2.5rem;
    font-size: 1rem;
    border: 1px solid #aeaeae;
    background-size: 1.25rem;
    background-position: 0.625rem 50%;
  }
}
.c-search__input-date {
  flex: 1;
  background-image: url(../img/common/icon-calendar.png);
  background-size: 1.5rem auto;
}
@media screen and (max-width: 834px) {
  .c-search__input-date {
    height: 2.5rem;
    padding: 0 0.9375rem 0 2.5rem;
    border-right: 1px solid #aeaeae;
    font-size: 0.875rem;
    background-size: 1rem;
    background-position: 0.75rem 50%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 480px) {
  .c-search__input-date {
    font-size: 0.75rem;
  }
}
.c-search__input-number {
  flex: 1;
  background-image: url(../img/common/icon-human.png);
  background-size: 1.75rem auto;
}
@media screen and (max-width: 834px) {
  .c-search__input-number {
    flex: unset;
    width: 12.5rem;
    height: 2.5rem;
    padding: 0 0.9375rem 0 2.5rem;
    font-size: 0.875rem;
    background-size: 1.125rem;
    background-position: 0.625rem 50%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 480px) {
  .c-search__input-number {
    width: 9.375rem;
    font-size: 0.75rem;
  }
}
.c-search__filter {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
@media screen and (max-width: 834px) {
  .c-search__filter {
    flex-direction: column;
    margin-top: 0.9375rem;
    row-gap: 0.9375rem;
  }
}
.c-search__filter-item {
  display: flex;
  align-items: center;
  height: 2.5rem;
  gap: 0.625rem;
  font-size: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .c-search__filter-item {
    gap: 0.5rem;
    height: 2rem;
    font-size: 0.875rem;
  }
}
.c-search__filter-itemWrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media screen and (max-width: 834px) {
  .c-search__filter-itemWrapper {
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
  }
}
.c-search__filter-tag {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #aeaeae;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border-radius: 0.25rem;
}
@media screen and (max-width: 834px) {
  .c-search__filter-tag {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.c-search__filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #aeaeae;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .c-search__filter-icon {
    width: 2rem;
    height: 2rem;
    border-width: 1px;
  }
}
.c-search__submit {
  width: 10rem;
  height: 4.375rem;
  color: #fff;
  font-size: 1.375rem;
  border-radius: 0.4375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background 0.2s ease-out;
  background-color: #0473b4;
}
@media screen and (max-width: 834px) {
  .c-search__submit {
    width: 100%;
    height: 3.75rem;
    font-size: 1.125rem;
    border-radius: 0.375rem;
  }
}
.c-search__submit:hover {
  background-color: #068dde;
}

.c-list {
  display: flex;
  width: calc(33.33333% - 1.5rem);
  min-width: 18.75rem;
}
@media screen and (max-width: 834px) {
  .c-list {
    width: calc(33.33333% - 0.875rem);
  }
}
@media screen and (max-width: 480px) {
  .c-list {
    width: calc(33.33333% - 0.5rem);
  }
}
.c-list a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .c-list a {
    gap: 0.625rem;
  }
}
@media screen and (max-width: 480px) {
  .c-list a {
    gap: 0.375rem;
  }
}
.c-list__image {
/* width: 100%; */
  width : 100%;
  height: 190px;

/* aspect-ratio: 1032/660; */
  border-radius: 1.875rem;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .c-list__image {
    border-radius: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .c-list__image {
    border-radius: 0.625rem;
  }
}
.c-list__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}
@media screen and (max-width: 834px) {
  .c-list__info {
    padding-top: 0.25rem;
  }
}
.c-list__title {
  flex: 1;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.2;
}
.c-list__title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
}
.c-list__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
@media screen and (max-width: 834px) {
  .c-list__title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .c-list__title {
    font-size: 1rem;
  }
}
.c-list__button {
  font-size: 1.375rem;
}
@media screen and (max-width: 834px) {
  .c-list__button {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .c-list__button {
    font-size: 1.125rem;
  }
}
.c-list__text {
  font-size: 1.25rem;
  line-height: 1.2;
}
.c-list__text::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
}
.c-list__text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
@media screen and (max-width: 834px) {
  .c-list__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 480px) {
  .c-list__text {
    font-size: 0.75rem;
  }
}
.c-listWrapper {
  display: flex;
  padding-right: 3.75rem;
  margin-right: -3.75rem;
  gap: 2.25rem;
  flex-wrap: nowrap;
  overflow-x: auto;
}
@media screen and (max-width: 834px) {
  .c-listWrapper {
    gap: 1.3125rem;
    padding-inline: 1.875rem;
    margin-inline: -1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .c-listWrapper {
    gap: 0.75rem;
    padding-inline: 0.9375rem;
    margin-inline: -0.9375rem;
  }
}
.c-listWrapper + .c-listWrapper {
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .c-listWrapper + .c-listWrapper {
    margin-top: 2.5rem;
  }
}

.c-input {
  width: 100%;
  max-width: 37.5rem;
  height: 3.125rem;
  font-size: 1.125rem;
  padding-inline: 1em;
  background: #fff;
  border: 1px solid #aeaeae;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 834px) {
  .c-input {
    font-size: 1rem;
    height: 2.625rem;
    padding-inline: 0.8em;
  }
}
.c-input.size-s {
  max-width: 9.375rem;
}
@media screen and (max-width: 834px) {
  .c-input.size-s {
    max-width: 7.5rem;
  }
}
.c-input.size-m {
  max-width: 18.75rem;
}
@media screen and (max-width: 834px) {
  .c-input.size-m {
    max-width: 15rem;
  }
}

.c-textarea {
  width: 100%;
  max-width: 37.5rem;
  height: 11.25rem;
  font-size: 1.125rem;
  padding: 0.25em 1em;
  background: #fff;
  border: 1px solid #aeaeae;
  border-radius: 0.3125rem;
  resize: none;
  overflow: auto;
}
@media screen and (max-width: 834px) {
  .c-textarea {
    height: 9.375rem;
    font-size: 1rem;
  }
}

.c-radio input {
  display: none;
}
.c-radio input:checked + span::after {
  scale: 1;
}
.c-radio span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 2.125rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .c-radio span {
    font-size: 1rem;
    padding-left: 1.875rem;
  }
}
.c-radio span::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #aeaeae;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 834px) {
  .c-radio span::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.c-radio span::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: #404040;
  border-radius: 50%;
  position: absolute;
  left: 0.375rem;
  top: 50%;
  translate: 0 -50%;
  scale: 0;
  transition: scale 0.3s;
}
@media screen and (max-width: 834px) {
  .c-radio span::after {
    width: 0.625rem;
    height: 0.625rem;
    left: 0.3125rem;
  }
}

.p-idx-fv {
  width: 100%;
  margin-bottom: -3.125rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-idx-fv {
    margin-bottom: -2.5rem;
  }
}
.p-idx-fv__item {
  width: 100%;
  padding-block: 3.125rem;
  height: 21.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .p-idx-fv__item {
    text-align: center;
    height: 18.75rem;
    padding-block: 2.5rem;
  }
}
.p-idx-fv__item-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-idx-fv__item-cover::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #404040;
  opacity: 0.5;
  position: absolute;
  top: 0;
  z-index: 1;
}
.p-idx-fv__item-title {
  color: #fff;
  font-size: 2.1875rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
}
.p-idx-fv__item-title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
}
.p-idx-fv__item-title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
@media screen and (max-width: 834px) {
  .p-idx-fv__item-title {
    font-size: 1.625rem;
  }
}
.p-idx-fv__item-text {
  color: #fff;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin-block: 1.875rem;
}
.p-idx-fv__item-text::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p-idx-fv__item-text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 834px) {
  .p-idx-fv__item-text {
    font-size: 0.875rem;
    margin-block: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.p-idx-fv__item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0625rem;
  font-family: "Noto Serif JP", serif;
  width: 8.75rem;
  height: 2.75rem;
  background-color: #d1ceca;
}
@media screen and (max-width: 834px) {
  .p-idx-fv__item-button {
    font-size: 1rem;
    width: 7.5rem;
    height: 2.25rem;
    margin-inline: auto;
  }
}
.p-idx-list {
  width: 100%;
  margin-top: 6.25rem;
}
@media screen and (max-width: 834px) {
  .p-idx-list {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .p-idx-list {
    margin-top: 3.75rem;
  }
}

.swiper-pagination {
  bottom: 5rem;
}
@media screen and (max-width: 834px) {
  .swiper-pagination {
    bottom: 3.75rem;
  }
}
.swiper-pagination-bullet {
  background-color: #ffffff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #ffffff;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 1rem;
  }
}

@media screen and (max-width: 834px) {
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right: 0;
  }
}
.p-content-fv {
  width: 100%;
  position: relative;
}
.p-content-fv__video {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-content-vo__button {
  position: absolute;
  top: 2.5rem;
  right: 6.5rem;
  z-index: 10;
}
.p-content-fv__button {
  position: absolute;
  top: 2.5rem;
  right: 3.5rem;
  z-index: 10;
}
.p-content-youtube__button {
  position: absolute;
  bottom: 1.5rem;
  right: 3.5rem;
  z-index: 10;
  height: 40px;
}
.p-content-youtube__button i {
    vertical-align: middle;
}
.p-content-youtube__button-text {
  font-size: 1.5rem;
  margin-left: .3rem;
  vertical-align: middle;
}
.p-content-youtube__button:hover {
    text-decoration: none;
}

@media screen and (max-width: 834px) {
  .p-content-vo__button {
    top: 1.875rem;
    right: 5rem;
  }
  .p-content-fv__button {
    top: 1.875rem;
    right: 1.875rem;
  }
  .p-content-youtube__button {
    bottom: 1.5rem;
    right: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .p-content-vo__button {
    top: 1.25rem;
    right: 4rem;
  }
  .p-content-fv__button {
    top: 1.25rem;
    right: 1.25rem;
  }
  .p-content-youtube__button {
    bottom: 1rem;
    right: 1.25rem;
  }
}
.p-content-navi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7.5rem;
  gap: 1.5rem;
  background-color: #fff;
  position: sticky;
  top: 5rem;
  left: 0;
  z-index: 90;
}
@media screen and (max-width: 834px) {
  .p-content-navi {
    height: 4.375rem;
    gap: 0.75rem;
    top: 3.75rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .p-content-navi {
    gap: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.p-content-navi a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  padding-inline: 1.5em;
  color: #2589d0;
  font-size: 1.375rem;
  font-weight: bold;
  border: 0.125rem solid #2589d0;
  border-radius: 1.875rem;
  background-color: #fff;
  box-shadow: 0 0.1875rem 1rem 0 rgba(176, 185, 192, 0.52);
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
@media screen and (max-width: 834px) {
  .p-content-navi a {
    height: 2.5rem;
    padding-inline: 1em;
    font-size: 1rem;
    border-width: 0.0625rem;
    border-radius: 1.25rem;
  }
}
@media screen and (max-width: 834px) {
  .p-content-navi a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 834px) {
  .p-content-navi a {
    font-size: 0.75rem;
    white-space: nowrap;
    padding-inline: 0.85em;
    box-shadow: 0 0.1875rem 0.625rem 0 rgba(176, 185, 192, 0.52);
  }
}
.p-content-navi a:hover {
  background-color: #2589d0;
  color: #fff;
}
.p-content-head {
  width: 100%;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 834px) {
  .p-content-head {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .p-content-head {
    margin-bottom: 1.875rem;
  }
}
.p-content-head__info {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 834px) {
  .p-content-head__info {
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-content-head__info i {
  display: block;
  font-size: 1.75rem;
}
@media screen and (max-width: 834px) {
  .p-content-head__info i {
    font-size: 1.375rem;
  }
}
.p-content-head__subtitle {
  font-size: 1.125rem;
  line-height: 1.2;
}
.p-content-head__subtitle::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
}
.p-content-head__subtitle::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
@media screen and (max-width: 834px) {
  .p-content-head__subtitle {
    font-size: 0.875rem;
  }
}
.p-content-head__title {
  font-size: 3.75rem;
  line-height: 1.2;
  margin: 0.2em 0 0.6em;
}
.p-content-head__title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
}
.p-content-head__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
@media screen and (max-width: 834px) {
  .p-content-head__title {
    font-size: 2.25rem;
    margin-top: 0.3em;
  }
}
.p-content-head__address {
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: underline;
}
.p-content-head__address::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
}
.p-content-head__address::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
@media screen and (max-width: 834px) {
  .p-content-head__address {
    font-size: 1rem;
  }
}
.p-content-about {
  position: relative;
  margin-block: 3.125rem;
}
@media screen and (max-width: 834px) {
  .p-content-about {
    margin-block: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .p-content-about {
    margin-block: 1.875rem;
  }
}
.p-content-about p {
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .p-content-about p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .p-content-about p {
    font-size: 0.875rem;
  }
}
.p-content-about p.more {
  display: none;
}
.p-content-about:has(:checked) .more {
  display: block;
}
.p-content-about label {
  color: #808080;
  cursor: pointer;
}
.p-content-about label:hover {
  color: #616161;
  text-decoration: underline;
}
.p-content-about label input {
  display: none;
}
.p-content-about:has(:checked) label {
  display: none;
}
@media screen and (max-width: 834px) {
  .p-content-imglist {
    padding-inline: 1.875rem;
    margin-inline: -1.875rem;
  }
  .p-content-imglist .swiper-button-next {
    right: 1.875rem;
  }
  .p-content-imglist .swiper-button-prev {
    left: 1.875rem;
  }
  .p-content-imglist .swiper-button-next::after,
  .p-content-imglist .swiper-button-prev::after {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 480px) {
  .p-content-imglist {
    padding-inline: 0.9375rem;
    margin-inline: -0.9375rem;
  }
  .p-content-imglist .swiper-button-next {
    right: 0.9375rem;
  }
  .p-content-imglist .swiper-button-prev {
    left: 0.9375rem;
  }
}
.p-content-imglist__item {
  width: 100%;
  height: 100%;
/*  aspect-ratio: 1; */
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
}
@media screen and (max-width: 834px) {
  .p-content-imglist__item {
    border-radius: 0.625rem;
  }
}
.p-content-imglist__item-img {
  width: 100%;
  height: 100%;
}
.p-content-imglist__item-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 0.375rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  line-height: 1.2;
  font-size: 1.625rem;
}
@media screen and (max-width: 834px) {
  .p-content-imglist__item-cover {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .p-content-imglist__item-cover {
    font-size: 1rem;
  }
}
.p-content-imglist__item-cover i {
  font-size: 2.5rem;
}
@media screen and (max-width: 834px) {
  .p-content-imglist__item-cover i {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-content-imglist__item-cover i {
    font-size: 1.5rem;
  }
}
.p-content-imglist__item-cover::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #404040;
  opacity: 0.5;
  position: absolute;
  top: 0;
  z-index: -1;
}
.p-content-section {
  width: 100%;
  padding-top: 7.5rem;
}
@media screen and (max-width: 834px) {
  .p-content-section {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .p-content-section {
    padding-top: 3.75rem;
  }
}
.p-content-section__title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 834px) {
  .p-content-section__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .p-content-section__title {
    font-size: 1.625rem;
  }
}
.p-content-section__subtitle {
  font-size: 1.625rem;
  font-weight: bold;
  margin: 1.5em 0 0.75em;
}
@media screen and (max-width: 834px) {
  .p-content-section__subtitle {
    font-size: 1.25rem;
    margin-bottom: 0.85em;
  }
}
@media screen and (max-width: 480px) {
  .p-content-section__subtitle {
    font-size: 1.125rem;
  }
}
.p-content-section__table {
  width: 100%;
}
@media screen and (min-width: 481px) {
  .p-content-section__table {
    border-top: 1px solid #c9c9c9;
  }
}
@media screen and (max-width: 480px) {
  .p-content-section__table, .p-content-section__table thead, .p-content-section__table tbody, .p-content-section__table th, .p-content-section__table tr, .p-content-section__table td {
    display: block;
  }
}
.p-content-section__table th {
  width: 27.5rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.7;
  padding: 1em;
  text-align: left;
  background-color: #f5f5f5;
}
@media screen and (max-width: 834px) {
  .p-content-section__table th {
    width: 12.5rem;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 481px) {
  .p-content-section__table th {
    border-bottom: 1px solid #c9c9c9;
  }
}
@media screen and (max-width: 480px) {
  .p-content-section__table th {
    width: 100%;
  }
}
.p-content-section__table td {
  font-size: 1.375rem;
  line-height: 1.7;
  padding: 1em;
}
@media screen and (max-width: 834px) {
  .p-content-section__table td {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 481px) {
  .p-content-section__table td {
    border-bottom: 1px solid #c9c9c9;
  }
}
.p-content-section__table td span {
  color: #666464;
  font-size: 84%;
}
.p-content-section__table td a {
  color: #068dde;
  text-decoration: underline;
}
.p-content-access__title {
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.25rem;
}
.p-content-access__title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
}
.p-content-access__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
@media screen and (max-width: 834px) {
  .p-content-access__title {
    font-size: 1rem;
  }
}
.p-content-access__text {
  line-height: 1.5;
  font-size: 1.25rem;
  margin-top: 1em;
}
.p-content-access__text::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p-content-access__text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 834px) {
  .p-content-access__text {
    font-size: 0.875rem;
  }
}
.p-content-access__map {
  width: 100%;
  height: 40.625rem;
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-content-access__map {
    height: 30rem;
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 480px) {
  .p-content-access__map {
    height: 22.5rem;
    margin-top: 2.5rem;
  }
}
.p-content-access__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-content-plan {
  display: flex;
  gap: 2.5rem;
  width: 100%;
  padding: 1.875rem;
  border: 1px solid #aeaeae;
  box-shadow: 0 0.1875rem 0.75rem rgba(173, 180, 186, 0.27);
}
@media screen and (max-width: 834px) {
  .p-content-plan {
    gap: 1.5rem;
    padding: 1.25rem 1.25rem 1.875rem;
    flex-direction: column;
  }
}
.p-content-planWrapper {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
  gap: 3.75rem;
}
@media screen and (max-width: 834px) {
  .p-content-planWrapper {
    margin-top: 2.5rem;
    gap: 1.875rem;
  }
}
.p-content-plan__head {
  display: flex;
  flex-direction: column;
  width: 22.875rem;
  gap: 1.25rem;
}
@media screen and (max-width: 1240px) {
  .p-content-plan__head {
    width: 18.75rem;
  }
}
@media screen and (max-width: 834px) {
  .p-content-plan__head {
    width: 100%;
  }
}
.p-content-plan__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.875rem;
}
@media screen and (max-width: 834px) {
  .p-content-plan__body {
    gap: 1.5rem;
  }
}
.p-content-plan__item {
  display: flex;
  width: 100%;
  gap: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #aeaeae;
}
@media screen and (min-width: 835px) {
  .p-content-plan__item {
    align-items: center;
    justify-content: space-between;
  }
  .p-content-plan__item:nth-child(n+3) {
    display: none;
  }
  .is-opened .p-content-plan__item:nth-child(n+3) {
    display: flex;
  }
}
@media screen and (max-width: 834px) {
  .p-content-plan__item {
    flex-direction: column;
    gap: 1.25rem;
    padding-block: 1.5rem;
  }
  .p-content-plan__item:nth-child(n+2) {
    display: none;
  }
  .is-opened .p-content-plan__item:nth-child(n+2) {
    display: flex;
  }
}
.p-content-plan__item div {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 834px) {
  .p-content-plan__item div {
    gap: 0.875rem;
  }
  .p-content-plan__item div .u-ta-right {
    text-align: left;
  }
}
.p-content-plan__item-price {
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1;
  padding-left: 0.25em;
}
@media screen and (max-width: 834px) {
  .p-content-plan__item-price {
    font-size: 1.25rem;
  }
}
.p-content-plan__item-button {
  width: 14.25rem;
  height: 3.125rem;
}
@media screen and (max-width: 834px) {
  .p-content-plan__item-button {
    width: 100%;
    height: 2.5rem;
  }
}
.p-content-plan__itemWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 834px) {
  .p-content-plan__itemWrapper {
    gap: 0;
    border-top: 1px solid #aeaeae;
  }
}
.p-content-plan__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.25rem;
  height: 3.5rem;
  border-radius: 0.3125rem;
  color: #068dde;
  font-size: 1.125rem;
  font-weight: bold;
  border: #068dde 1px solid;
  transition: background 0.2s ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-content-plan__more {
    width: 13.75rem;
    height: 2.875rem;
    font-size: 1rem;
  }
}
.p-content-plan__more::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  translate: -25% -50%;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transition: translate 0.2s ease-out, rotate 0.2s ease-out;
}
.is-opened .p-content-plan__more::after {
  rotate: 225deg;
  translate: -25% -25%;
}
.p-content-plan__more:hover {
  background-color: rgba(6, 141, 222, 0.15);
}

/* モーダル */
.modal-overlay {
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background-color: #fff;
  max-height: 90vh;
  max-width: 100rem;
  overflow-y: auto;
  padding: 5rem;
  width: 90%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .modal-container {
    padding: 3.125rem 1.875rem 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .modal-container {
    width: 95%;
    max-height: 95vh;
    padding: 3.125rem 1.25rem 1.25rem;
  }
}

.modal-close {
  background: transparent;
  border: 0;
  font-size: 3rem;
  line-height: 0.8;
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
}
@media screen and (max-width: 834px) {
  .modal-close {
    right: 1.25rem;
    top: 1.25rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .modal-close {
    right: 0.9375rem;
    top: 0.9375rem;
    font-size: 1.5rem;
  }
}
.modal-close::before {
  content: "✕";
}

.modal-content {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media screen and (max-width: 834px) {
  .modal-content {
    gap: 2.5rem;
  }
}

.modal-section {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 834px) {
  .modal-section {
    gap: 1.25rem;
  }
}
.modal-section__body {
  width: 100%;
  padding-left: 2.5rem;
}
@media screen and (max-width: 834px) {
  .modal-section__body {
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .modal-section__body {
    padding-left: 0;
  }
}
.modal-section__table {
  width: 100%;
  border-top: 1px solid #aeaeae;
}
@media screen and (max-width: 480px) {
  .modal-section__table, .modal-section__table tbody, .modal-section__table thead, .modal-section__table tr, .modal-section__table th, .modal-section__table td {
    display: block;
  }
}
.modal-section__table th {
  vertical-align: middle;
  width: 45%;
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  padding: 1.25rem 1em;
  border-bottom: 1px solid #aeaeae;
}
@media screen and (max-width: 834px) {
  .modal-section__table th {
    padding-block: 0.9375rem;
  }
}
@media screen and (max-width: 480px) {
  .modal-section__table th {
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    padding-block: 0.625rem;
  }
}
.modal-section__table td {
  border-bottom: 1px solid #aeaeae;
  font-size: 1rem;
  padding-block: 1.25rem;
}
@media screen and (max-width: 834px) {
  .modal-section__table td {
    padding-block: 0.9375rem;
    font-size: 0.875rem;
    text-align: center;
  }
}
.modal-section__check {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.875rem;
  width: 100%;
  padding: 1.875rem 1.25rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 834px) {
  .modal-section__check {
    gap: 0.625rem 0.9375rem;
    padding: 1.25rem 0.9375rem;
  }
}
.modal-section__check li {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .modal-section__check li {
    gap: 0.25rem;
    font-size: 0.875rem;
  }
}
.modal-section__check li::before {
  display: block;
  content: "";
  width: 1rem;
  height: 0.5rem;
  border-left: 1px solid #068dde;
  border-bottom: 1px solid #068dde;
  rotate: -45deg;
}
@media screen and (max-width: 834px) {
  .modal-section__check li::before {
    width: 0.875rem;
    height: 0.4375rem;
  }
}

.modal-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .modal-column {
    flex-direction: column-reverse;
    gap: 1.25rem;
  }
}
.modal-column__txtfield {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 46.9565217391%;
}
@media screen and (max-width: 834px) {
  .modal-column__txtfield {
    gap: 1.25rem;
    width: 100%;
  }
}
.modal-column__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.875rem;
  padding: 0.875rem;
  border-radius: 0.25rem;
  border: 1px solid #aeaeae;
  border-radius: 0.25rem;
}
@media screen and (max-width: 834px) {
  .modal-column__info {
    gap: 0.75rem;
    padding: 0.75rem;
  }
}
.modal-column__info-label {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .modal-column__info-label {
    font-size: 1rem;
  }
}
.modal-column__info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.875rem;
}
.modal-column__info-list li {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 1rem;
}
@media screen and (max-width: 834px) {
  .modal-column__info-list li {
    font-size: 0.875rem;
  }
}
.modal-column__image {
  width: 43.4782608696%;
}
@media screen and (max-width: 834px) {
  .modal-column__image {
    width: 100%;
  }
}

.modal-reservation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
  gap: 1.875rem;
}
@media screen and (max-width: 834px) {
  .modal-reservation {
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
}
.modal-reservation.--border {
  padding-block: 1.5rem;
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
}
@media screen and (min-width: 835px) {
  .modal-reservation__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 3.75rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .modal-reservation__text {
    margin-bottom: 1.25rem;
  }
}
.modal-reservation__button {
  width: 20.625rem;
  height: 3.75rem;
}
@media screen and (max-width: 834px) {
  .modal-reservation__button {
    width: 100%;
    height: 3.125rem;
  }
}
.modal-reservation__info {
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .modal-reservation__info {
    width: 100%;
  }
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

@media screen and (min-width: 835px) {
  .p-bkg-wrap {
    width: 100%;
    display: flex;
  }
}
.p-bkg-main {
  width: 55%;
  padding-bottom: 3.75rem;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .p-bkg-main {
    width: 100%;
    padding-bottom: 3.125rem;
  }
}
.p-bkg-side {
  width: 45%;
  padding: 6.25rem 3.125rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 834px) {
  .p-bkg-side {
    width: 100%;
    padding: 1.25rem 0;
    margin-top: 2.1875rem;
  }
}
.p-bkg-side__inner {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .p-bkg-side__inner {
    max-width: 25rem;
    position: sticky;
    top: 6.25rem;
    background-color: #fff;
  }
}
.p-bkg-side__clm {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .p-bkg-side__clm {
    padding: 1.5rem 1.25rem;
    border-top: 1px solid #aeaeae;
  }
}
@media screen and (max-width: 834px) {
  .p-bkg-side__clm {
    padding-inline: 1.25rem;
  }
  .p-bkg-side__clm + .p-bkg-side__clm {
    border-top: 1px solid #aeaeae;
    padding-top: 1.25rem;
    margin-top: 1.25rem;
  }
}
.p-bkg-side__image {
  width: 100%;
  position: relative;
}
.p-bkg-side__image p {
  position: absolute;
  width: 100%;
  padding-inline: 1.25rem;
  bottom: 1.25rem;
  left: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
.p-bkg-side__label {
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.25rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-side__label {
    padding: 0 1.25rem;
    font-size: 1.125rem;
  }
}
.p-bkg-side__item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-side__item {
    gap: 0.5rem;
  }
}
.p-bkg-side__item + .p-bkg-side__item {
  margin-top: 1.875rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-side__item + .p-bkg-side__item {
    margin-top: 1.25rem;
  }
}
.p-bkg-side__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-bkg-side__price + .p-bkg-side__price {
  margin-top: 1rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-side__price + .p-bkg-side__price {
    margin-top: 0.75rem;
  }
}
.p-bkg-side__price + .p-bkg-side__price:last-child {
  margin-top: 1.5rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-side__price + .p-bkg-side__price:last-child {
    margin-top: 1.125rem;
  }
}
.p-bkg-side__price dd {
  font-size: 0.8125rem;
}
.p-bkg-side__price dd span {
  font-weight: bold;
  font-size: 1rem;
  padding-inline: 0.15em;
}
.p-bkg-head {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1.875rem 3.75rem;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-bkg-head .l-header__logo {
    position: absolute;
    left: 3.75rem;
    top: 1.875rem;
  }
}
@media screen and (max-width: 834px) {
  .p-bkg-head {
    flex-direction: column;
    align-items: center;
    padding: 1.25rem;
    gap: 1rem;
  }
  .p-bkg-head .l-header__logo {
    margin-right: 0;
  }
}
.p-bkg-head__navi {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-head__navi {
    gap: 3.75rem;
  }
}
.p-bkg-head__navi li {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 0.5rem;
  color: #aeaeae;
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-bkg-head__navi li {
    gap: 0.375rem;
  }
}
.p-bkg-head__navi li:not(:last-child)::after {
  content: "";
  width: 3.75rem;
  border-top: 1px solid;
  position: absolute;
  right: -4.375rem;
  top: 1.25rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-head__navi li:not(:last-child)::after {
    width: 2.5rem;
    right: -3.125rem;
    top: 0.9375rem;
  }
}
.p-bkg-head__navi-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid;
}
@media screen and (max-width: 834px) {
  .p-bkg-head__navi-num {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.875rem;
  }
}
.is-active .p-bkg-head__navi-num {
  color: #fff;
  background-color: #068dde;
  border-color: #068dde;
}
.p-bkg-head__navi-text {
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .p-bkg-head__navi-text {
    font-size: 0.75rem;
  }
}
.is-active .p-bkg-head__navi-text {
  color: #068dde;
}
.p-bkg-btnlist {
  width: 100%;
  max-width: 45rem;
  display: flex;
  gap: 3.75rem;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 834px) {
  .p-bkg-btnlist {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.25rem;
    max-width: 22.5rem;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .p-bkg-btnlist {
    max-width: 15rem;
  }
}
.p-bkg-btnlist li {
  flex: 1;
  height: 3.75rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-btnlist li {
    flex: unset;
    width: 100%;
    height: 3.125rem;
  }
}
.p-bkg-loginlist {
  width: 100%;
  max-width: 33.75rem;
  display: flex;
  gap: 3.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  .p-bkg-loginlist {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    max-width: 22.5rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .p-bkg-loginlist {
    max-width: 15rem;
  }
}
.p-bkg-loginlist li {
  flex: 1;
  height: 3.125rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-loginlist li {
    flex: unset;
    width: 100%;
  }
}
.p-bkg-section {
  width: 100%;
  padding-top: 3.125rem;
  border-top: 1px solid #aeaeae;
}
@media screen and (max-width: 834px) {
  .p-bkg-section {
    padding-top: 1.875rem;
  }
}
.p-bkg-section__title {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-section__title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-bkg-section__subtitle {
  width: 12.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .p-bkg-section__subtitle {
    width: 100%;
    font-size: 1rem;
  }
}
.p-bkg-section__body {
  width: calc(100% - 12.5rem);
}
@media screen and (max-width: 834px) {
  .p-bkg-section__body {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.p-bkg-sectionWrapper {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-sectionWrapper {
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}
.p-bkg-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.p-bkg-form + .p-bkg-form {
  margin-top: 2.125rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-form + .p-bkg-form {
    margin-top: 1.75rem;
  }
}
.p-bkg-form__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .p-bkg-form__label {
    font-size: 0.875rem;
  }
}
.p-bkg-form__label::before {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.25em 0.5em;
  border-radius: 0.25rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-form__label::before {
    font-size: 0.75rem;
  }
}
.p-bkg-form__label.is-required::before {
  content: "必須";
  background-color: #dd1717;
}
.p-bkg-form__label.is-free::before {
  content: "任意";
  background-color: #aeaeae;
}
.p-bkg-form__input {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-form__input {
    gap: 0.875rem;
  }
}
.p-bkg-form__input-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .p-bkg-form__input-box {
    gap: 0.875rem;
  }
}
.p-bkg-form__payment {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-form__payment {
    gap: 0.875rem;
  }
}
.p-bkg-mes {
  width: 100%;
  max-width: 20.625rem;
  color: #068dde;
  text-align: center;
  padding-block: 0.5em;
  border: 1px solid;
  font-size: 1.25rem;
  font-weight: bold;
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  .p-bkg-mes {
    font-size: 1rem;
    margin-top: 0.9375rem;
    max-width: 16.5rem;
  }
}
.p-bkg-table th {
  vertical-align: top;
  width: 12.5rem;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .p-bkg-table th {
    width: 10rem;
    font-size: 0.875rem;
  }
}
.p-bkg-table td {
  vertical-align: top;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .p-bkg-table td {
    font-size: 0.875rem;
  }
}
.p-bkg-table tr:not(:last-child) th, .p-bkg-table tr:not(:last-child) td {
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-table tr:not(:last-child) th, .p-bkg-table tr:not(:last-child) td {
    padding-bottom: 1rem;
  }
}
.p-bkg-caution {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-caution {
    gap: 1rem;
  }
}
.p-bkg-caution + .p-bkg-caution {
  margin-top: 1.25rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-caution + .p-bkg-caution {
    margin-top: 1.625rem;
  }
}
.p-bkg-caution dt {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .p-bkg-caution dt {
    font-size: 0.875rem;
  }
}
.p-bkg-caution dd {
  padding-left: 1em;
}
.p-bkg-credit__text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .p-bkg-credit__text {
    flex-direction: row;
    font-size: 1rem;
    gap: 0.875rem;
  }
}
.p-bkg-credit__tbl {
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-credit__tbl {
    margin-top: 1.25rem;
  }
}
.p-bkg-credit__tbl, .p-bkg-credit__tbl th, .p-bkg-credit__tbl td {
  display: block;
}
.p-bkg-credit__tbl tbody {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-credit__tbl tbody {
    gap: 1rem;
  }
}
.p-bkg-credit__tbl tr {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 834px) {
  .p-bkg-credit__tbl tr {
    gap: 0.5rem;
  }
}
.p-bkg-credit__tbl th {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .p-bkg-credit__tbl th {
    font-size: 0.875rem;
  }
}
.p-bkg-credit__tbl td {
  width: 100%;
}
.p-bkg-credit__date {
  display: flex;
  gap: 0.625rem;
}
.p-bkg-complete {
  max-width: 32.5rem;
  padding-block: 6.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  .p-bkg-complete {
    padding: 3.75rem 1.875rem;
  }
}
.p-bkg-complete__lead {
  color: #068dde;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 834px) {
  .p-bkg-complete__lead {
    font-size: 1.25rem;
  }
}

.u-hover-line {
  position: relative;
}
.u-hover-line::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -0.25em;
  transform-origin: right top;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.u-hover-line:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}

@keyframes scrolltext {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle {
  to {
    stroke-dashoffset: 0;
  }
  from {
    stroke-dashoffset: 1362;
  }
}
@media screen and (min-width: 1241px) {
  .u-dn-lg-min {
    display: none;
  }
}

@media screen and (max-width: 1240px) {
  .u-dn-lg-max {
    display: none;
  }
}

.js-parallax {
  overflow: hidden;
}

@media screen and (min-width: 835px) {
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .u-dn-md-max {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .u-dn-sm-min {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .u-dn-sm-max {
    display: none;
  }
}

.u-dn {
  display: none;
}

.u-ta-right {
  text-align: right;
}

.u-ta-center {
  text-align: center;
}

.u-fw-bd {
  font-weight: bold;
}

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

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

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

.u-pb-0 {
  padding-bottom: 0 !important;
}/*# sourceMappingURL=style.css.map */
