@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../../fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../../fonts/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("../../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../../fonts/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("../../fonts/NotoSansJP-Black.woff2") format("woff2"), url("../../fonts/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "OST";
  font-weight: 700;
  src: url("../../fonts/OldStandardTT-Bold.woff2") format("woff2"), url("../../fonts/OldStandardTT-Bold.woff") format("woff");
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeinUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeoutBottom {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  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;
}
picture, img {
  display: block;
  width: 100%;
}
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  color: #383838;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
input {
  margin: 0;
  padding: 0;
}
textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}
button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}
.l-footer {
  background: #054E98;
  color: #fff;
}
.l-footer-inner {
  display: grid;
  gap: 43px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 744px) {
  .l-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}
.l-footer-branding__desc {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .l-footer-branding__desc {
    text-align: left;
  }
}
.l-footer-branding__logo {
  display: block;
  margin: 1.5rem auto;
  width: 272px;
}
@media screen and (min-width: 744px) {
  .l-footer-branding__logo {
    margin-left: 0;
  }
}
.l-footer-branding__logo img {
  height: auto;
  width: 100%;
}
.l-footer-branding__address {
  text-align: center;
}
@media screen and (min-width: 744px) {
  .l-footer-branding__address {
    text-align: left;
  }
}
@media screen and (min-width: 744px) {
  .l-footer-branding__address br.sp {
    display: none;
  }
}
.l-footer-sitemap__title {
  color: #fff;
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.l-footer-sitemap-nav {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr;
  margin: 28px 14px 0;
}
@media screen and (min-width: 744px) {
  .l-footer-sitemap-nav {
    margin: 28px 0 0;
  }
}
.l-footer-sitemap-nav__item {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.l-footer-sitemap-nav--sub {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
}
@media screen and (min-width: 744px) {
  .l-footer-sitemap-nav--sub {
    flex-direction: row;
    gap: 23px;
  }
}
.l-footer-credit {
  display: block;
  font-size: 0.875em;
  margin-top: 5rem;
  text-align: center;
}
.l-header {
  align-items: center;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  left: 0;
  padding: 1.2rem 2.5vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 744px) {
  .l-header {
    padding: 1.2rem 1.5625vw;
  }
}
.l-header-branding__desc {
  color: #fff;
  font-size: 8px;
  font-weight: 500;
  transform: scale(0.8);
  transform-origin: left;
}
@media screen and (min-width: 744px) {
  .l-header-branding__desc {
    transform: none;
  }
}
@media screen and (min-width: 1280px) {
  .l-header-branding__desc {
    font-size: 0.729vw;
  }
}
.l-header-branding__logo {
  margin-top: 8px;
  width: 37.6vw;
}
@media screen and (min-width: 744px) {
  .l-header-branding__logo {
    width: 25vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-header-branding__logo {
    width: 20vw;
  }
}
@media screen and (min-width: 1280px) {
  .l-header-branding__logo {
    width: 14.16666vw;
  }
}
.l-header-branding__logo img {
  height: auto;
  width: 100%;
}
.l-header-reserve, .p-access-time-btn__link {
  align-items: center;
  background: #054E98;
  border-radius: 32px;
  color: #fff;
  display: flex;
  font-size: 1.25em;
  gap: 0.25em;
  justify-content: center;
  letter-spacing: 0.2em;
  margin-left: auto;
  padding: 1rem 2rem;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .l-header-reserve, .p-access-time-btn__link {
    display: none;
  }
}
.l-header-reserve::before, .p-access-time-btn__link::before {
  background: url(../../images/common/icon/balloon-white.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 1.4em;
  width: 1.6em;
}
.l-header-hamburger {
  margin-left: auto;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger {
    margin-left: 0;
  }
}
.l-header-hamburger__btn {
  align-items: center;
  background: #054E98;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 6rem;
  justify-content: center;
  padding-top: 4px;
  position: relative;
  width: 6rem;
  z-index: 2;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger__btn {
    height: 7rem;
    width: 7rem;
  }
}
.l-header-hamburger__btn::after {
  color: #fff;
  content: "MENU";
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}
.l-header-hamburger__btn div {
  height: 20px;
  position: relative;
  width: 35px;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger__btn div {
    width: 40px;
  }
}
.l-header-hamburger__btn div::before, .l-header-hamburger__btn div::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.4s;
  width: 100%;
}
.l-header-hamburger__btn div::before {
  background: linear-gradient(180deg, #fff 0%, #fff 5%, transparent 5%, transparent 47%, #fff 47%, #fff 52%, transparent 52%, transparent 95%, #fff 95%, #fff 100%);
}
.l-header-hamburger__btn div::after {
  background: linear-gradient(45deg, transparent 0%, transparent 49%, #fff 49%, #fff 51%, transparent 51%, transparent 100%), linear-gradient(-45deg, transparent 0%, transparent 49%, #fff 49%, #fff 51%, transparent 51%, transparent 100%);
  opacity: 0;
}
.l-header-hamburger__btn.open {
  background: transparent;
}
.l-header-hamburger__btn.open div::before {
  opacity: 0;
}
.l-header-hamburger__btn.open div::after {
  opacity: 1;
}
.l-header-hamburger-wrapper {
  background: rgba(5, 78, 152, 0.9);
  color: #fff;
  height: 100svh;
  opacity: 0;
  padding: 7.2rem 2.5vw 6rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-wrapper {
    padding-top: 8.2rem;
    width: 50%;
  }
}
.l-header-hamburger-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.l-header-hamburger-wrapper-inner {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .l-header-hamburger-wrapper-inner {
    overflow: overlay;
    padding-right: 5px;
  }
  .l-header-hamburger-wrapper-inner::-webkit-scrollbar {
    opacity: 0.6;
    width: 2px;
  }
  .l-header-hamburger-wrapper-inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
  }
}
.l-header-hamburger-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.l-header-hamburger-nav__item {
  font-size: 7vw;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-nav__item {
    font-size: 1.875em;
  }
}
@media screen and (min-width: 1280px) {
  .l-header-hamburger-nav__item br {
    display: none;
  }
}
.l-header-hamburger-nav--sub {
  align-items: flex-end;
  gap: 1rem;
  margin-top: 3rem;
}
.l-header-hamburger-nav--sub__item {
  font-size: 4.5vw;
}
@media screen and (min-width: 744px) {
  .l-header-hamburger-nav--sub__item {
    font-size: 1.25em;
  }
}
.l-main {
  overflow: hidden;
}
.l-main * + p {
  margin-top: 1.5em;
}
/*——————————————————————
コンテンツ幅
——————————————————————*/
.l-container {
  padding: 0 24px;
}
@media screen and (min-width: 744px) {
  .l-container {
    padding: 0 64px;
  }
}
@media screen and (min-width: 1280px) {
  .l-container {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
  }
}
.l-section {
  padding: 64px 0;
}
.c-heading01 {
  font-size: 32px;
  font-weight: 500;
  color: #525252;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .c-heading01 {
    font-size: 36px;
    font-weight: 400;
  }
}
.c-heading01::before {
  color: #043168;
  content: attr(data-en);
  display: block;
  font-size: 0.46666em;
  letter-spacing: 0.1em;
}
.c-heading01--white {
  color: #fff;
}
.c-heading01--white::before {
  color: #fff;
}
.c-btn01 {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.c-btn01 a {
  background: #fff;
  border: 3px solid;
  border-radius: 1.33333em;
  color: #043168;
  font-size: 1.125em;
  font-weight: 700;
  padding: 0.45em 3em;
  text-align: center;
  transition: 0.4s;
}
.c-btn01 a:hover {
  background: #043168;
  border-color: #043168;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
}
.wp-pagenavi {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
}
.wp-pagenavi > * {
  background: #fff;
  border-radius: 50%;
  display: grid;
  font-size: 1.2em;
  font-weight: 700;
  height: clamp(2.9rem, 8vw, 3.8rem);
  line-height: 1;
  place-items: center;
  transition: 0.4s;
  width: clamp(2.9rem, 8vw, 3.8rem);
}
.wp-pagenavi > *:not(.current):not(.extend) {
  cursor: pointer;
}
.wp-pagenavi > *:not(.current):not(.extend):hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.wp-pagenavi .current {
  color: #fff;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  color: transparent;
  position: relative;
}
.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
  bottom: 0;
  content: "";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 700;
  height: 1em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6em;
}
.wp-pagenavi .previouspostslink::before {
  transform: scale(-1, 1);
}
.c-time-table {
  width: 100%;
}
.c-time-table tr:nth-child(1) th, .c-time-table tr:nth-child(1) td {
  border-bottom-width: 1px;
}
.c-time-table th, .c-time-table td {
  background: #054E98;
  border: solid #fff;
  border-width: 0;
  color: #fff;
  line-height: 1;
  padding: 1rem 0.75rem;
  text-align: center;
}
.c-time-table th:not(:last-child), .c-time-table td:not(:last-child) {
  border-right-width: 1px;
}
.c-time-table--white th, .c-time-table--white td {
  background: #fff;
  border: solid #054E98;
  border-width: 0;
  color: #054E98;
}
.c-footer-fix__top {
  background: #054E98;
  display: grid;
  height: 5rem;
  padding: 1rem;
  place-items: center;
  position: fixed;
  right: 0;
  width: 5rem;
}
@media screen and (min-width: 1024px) {
  .c-footer-fix__top {
    height: 7rem;
    padding: 1.5rem;
    width: 7rem;
  }
}
.c-page-mv {
  background: url(../../images/pages/mv_bg-sp.jpg) no-repeat center/cover;
  height: min(58.13953vw, 25rem);
  padding: min(23.25581vw, 10rem) 0 min(19.76744vw, 8.5rem);
}
@media screen and (min-width: 1024px) {
  .c-page-mv {
    background-image: url(../../images/pages/mv_bg.jpg);
    height: min(25vw, 48rem);
    padding: min(10.416666vw, 20rem) 0;
  }
}
.c-page-mv__title {
  background: rgba(5, 78, 152, 0.85);
  color: #fff;
  font-size: clamp(30px, 8.139534vw, 40px);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c-page-mv__title {
    font-size: clamp(40px, 2.60416vw, 50px);
  }
}
@media screen and (min-width: 1024px) {
  .c-page-mv__title br.sp {
    display: none;
  }
}
.c-breadcrumbs {
  font-size: 0.875em;
  font-weight: 500;
  padding: 6px 0;
}
.c-breadcrumbs a {
  color: #27AAE2;
  text-decoration: underline;
}
.c-breadcrumbs br {
  display: none;
}
.c-form {
  margin: 3rem auto 0;
  max-width: 890px;
}
.c-form input:not([name*=tel]):not([name*=zip]):not([type=submit]):not([type=radio]):not([type=checkbox]), .c-form textarea {
  width: 100%;
}
.c-form input[name*=tel], .c-form input[name*=zip] {
  width: 5em;
}
.c-form input, .c-form select, .c-form textarea {
  font-family: inherit;
  font-size: 1em;
  padding: 3px 5px;
}
.c-form input[name="date"] {
  display: none;
  margin-top: 5px;
}
.c-form-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .c-form-content {
    flex-direction: row;
    gap: 30px;
  }
}
.c-form-content + .c-form-content {
  margin-top: 2.5rem;
}
.c-form-content dt {
  font-size: 1.125em;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-form-content dt {
    flex-shrink: 0;
    padding-top: 5px;
    width: 360px;
  }
}
.c-form-content dt span {
  font-size: 0.777em;
}
.c-form-content dt.hissu {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.c-form-content dt.hissu::after {
  background: linear-gradient(to bottom, #C72E2E, #771414);
  border-radius: 11px;
  color: #fff;
  content: "必須項目";
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 2px;
  padding: 2px 15px;
}
.c-form-content dd {
  flex-grow: 1;
}
.c-form-privacy {
  align-items: center;
  background: #F5F5F5;
  margin: 3rem auto 0;
  padding: 2rem;
  text-align: center;
  width: min(100%, 570px);
}
.c-form-privacy a {
  color: #27AAE2;
  text-decoration: underline;
}
.c-form-btn {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .c-form-btn {
    flex-direction: row;
  }
}
.c-form-btn input {
  background: #054E98;
  border: 1px solid #054E98;
  border-radius: 39px;
  color: #fff;
  cursor: pointer;
  font-size: 1.875em;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  text-align: center;
  transition: 0.4s;
  width: min(100%, 385px);
}
.c-form-btn input:hover {
  background: #fff;
  color: #054E98;
}
.c-form-btn input[name="submitBack"] {
  filter: grayscale(1);
}
.c-form-complete {
  background: #F5F5F5;
  font-weight: 500;
  padding: 2rem;
}
.mw_wp_form_confirm .c-form-privacy {
  display: none;
}
.p-index-mv {
  height: 100svh;
  position: relative;
  width: 100%;
}
.p-index-mv__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-index-mv__image img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}
.p-index-mv-inner {
  bottom: 7.725svh;
  color: #fff;
  left: 0;
  position: absolute;
  padding: 0 2.5vw;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-index-mv-inner {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv-inner {
    bottom: 10.27777svh;
    padding: 0 7.03125vw;
  }
}
.p-index-mv-lead {
  font-size: 4.18604vw;
  font-weight: 900;
}
@media screen and (min-width: 744px) {
  .p-index-mv-lead {
    font-size: 1.875em;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv-lead {
    font-size: 1.82291vw;
  }
}
.p-index-mv-lead__txt + .p-index-mv-lead__txt {
  margin-top: 0.888em;
}
@media screen and (min-width: 1280px) {
  .p-index-mv-lead__txt + .p-index-mv-lead__txt {
    margin-top: 0.942em;
  }
}
.p-index-mv-lead__txt strong {
  font-size: 2.222em;
}
@media screen and (min-width: 1280px) {
  .p-index-mv-lead__txt strong {
    font-size: 2.114em;
  }
}
.p-index-mv-feature {
  display: flex;
  flex-wrap: wrap;
  font-size: 3.72093vw;
  gap: 1.4375em 0;
  margin-top: 3.125em;
}
@media screen and (min-width: 744px) {
  .p-index-mv-feature {
    display: grid;
    font-size: 1.125em;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv-feature {
    grid-template-columns: 270px 1fr 1fr;
    margin-top: 6.66666vw;
    width: 970px;
  }
}
.p-index-mv-feature-content {
  padding: 0 0.5em;
}
@media screen and (min-width: 1280px) {
  .p-index-mv-feature-content {
    padding: 0;
  }
}
@media screen and (max-width: 743px) {
  .p-index-mv-feature-content:nth-child(1), .p-index-mv-feature-content:nth-child(2) {
    text-align: justify;
    width: 50%;
  }
}
.p-index-mv-feature-content:nth-child(2) {
  border-left: 1px solid;
}
@media screen and (max-width: 743px) {
  .p-index-mv-feature-content:nth-child(3) {
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 744px) {
  .p-index-mv-feature-content:not(:first-child) {
    border-left: 1px solid;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv-feature-content:not(:first-child) {
    margin-left: 1.38888em;
    padding-left: 1.38888em;
  }
}
.p-index-mv-feature-content__title {
  font-size: 1.25em;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-index-mv-feature-content__title {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv-feature-content__title {
    font-size: 1.38888em;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv-feature-content__title br {
    display: none;
  }
}
.p-index-mv-feature-content__txt {
  font-weight: 500;
  margin-top: 0.5em;
}
@media screen and (max-width: 1279px) {
  .p-index-mv-feature-content__txt br {
    display: none;
  }
}
.p-index-service-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .p-index-service-wrapper {
    gap: 0 64px;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-service__title {
    grid-area: 1/1/2/2;
    padding-left: 2rem;
    text-align: left;
  }
  .p-index-service__title::before {
    margin-left: -2rem;
  }
}
@media screen and (min-width: 744px) {
  .p-index-service__image {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-service__image {
    grid-area: 1/2/3/3;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-service__txt {
    grid-area: 2/1/3/2;
    margin-top: 0 !important;
    padding-left: 2rem;
  }
}
.p-index-flow {
  background: #054E98;
}
.p-index-flow-wrapper {
  counter-reset: flow;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 0;
}
@media screen and (min-width: 744px) {
  .p-index-flow-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-flow-wrapper {
    margin: 0 auto;
    width: 696px;
  }
}
.p-index-flow-content {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: min(43.72vw, 188px);
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: min(43.72vw, 188px);
}
@media screen and (min-width: 744px) {
  .p-index-flow-content {
    height: 207px;
    width: 207px;
  }
}
.p-index-flow-content::before {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px inset rgba(0, 0, 0, 0.16);
  content: counter(flow);
  counter-increment: flow;
  display: grid;
  font-family: "OST", serif;
  font-size: 27px;
  height: 38px;
  left: 16px;
  place-items: center;
  position: absolute;
  top: -16px;
  width: 38px;
}
.p-index-flow-content__icon {
  height: 94px;
  margin: 0 auto;
  width: auto;
}
@media screen and (min-width: 744px) {
  .p-index-flow-content__icon {
    height: 104px;
  }
}
.p-index-flow-content__title {
  align-items: center;
  color: #054E98;
  display: flex;
  font-weight: 700;
  height: 5rem;
  justify-content: center;
  text-align: center;
}
.p-index-price {
  padding-bottom: 0;
  position: relative;
}
.p-index-price__image {
  position: absolute;
  right: 7.44186vw;
  top: 7.44186vw;
  width: min(42.55813vw, 183px);
}
@media screen and (min-width: 1280px) {
  .p-index-price__image {
    right: 9.21875vw;
    top: 6.25vw;
    width: min(26.14583vw, 502px);
  }
}
.p-index-price__title {
  position: relative;
}
.p-index-price-wrapper {
  overflow-x: scroll;
  scroll-snap-type: x;
  padding-top: 26px;
  position: relative;
}
@media screen and (min-width: 744px) {
  .p-index-price-wrapper {
    margin-top: 6rem;
    padding-top: 0;
    overflow-x: initial;
    scroll-snap-type: none;
  }
}
.p-index-price-wrapper::before {
  content: "← 左右にスワイプ →";
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  left: 0;
  margin-bottom: 5px;
  position: sticky;
  text-align: center;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-index-price-wrapper::before {
    display: none;
  }
}
.p-index-price-inner {
  display: flex;
  gap: 1rem;
  width: calc((90vw * 4) + (1rem * 3));
}
@media screen and (min-width: 744px) {
  .p-index-price-inner {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
.p-index-price-content {
  background: #fff;
  border: 1px solid #054E98;
  scroll-snap-align: center;
  width: 90vw;
}
@media screen and (min-width: 744px) {
  .p-index-price-content {
    width: auto;
  }
}
.p-index-price-content__title {
  align-items: center;
  background: #054E98;
  color: #fff;
  display: flex;
  font-size: min(1.25em, 4.65116vw);
  font-weight: 500;
  height: 8rem;
  justify-content: center;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-index-price-content__subtitle {
  align-items: center;
  display: flex;
  font-size: 0.875em;
  font-weight: 700;
  gap: 2.5rem;
  margin-top: 1rem;
}
.p-index-price-content__subtitle::after {
  background: currentColor;
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
}
.p-index-price-content__subtitle span {
  flex-shrink: 0;
}
.p-index-price-content-inner {
  padding: 2rem;
}
.p-index-price-content-item + .p-index-price-content-item {
  border-top: 2px solid #054E98;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
* + .p-index-price-content-item-data {
  margin-top: 1rem;
}
.p-index-price-content-item-data__title {
  font-weight: 700;
}
* + .p-index-price-content-item-data__title {
  margin-top: 1rem;
}
.p-index-price-content-item-data__title--small {
  font-size: 0.75em;
}
.p-index-price-content-item-data__price {
  color: #054E98;
  font-size: 1.375em;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (min-width: 744px) {
  .p-index-price-content-item-data__price {
    text-align: right;
  }
}
.p-index-price-content-item-data__price span {
  font-size: 0.63em;
}
.p-index-price-content-item-data--hor {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.p-index-price-content-item-data--hor .p-index-price-content-item-data__price {
  margin-top: 0;
}
.p-index-price-content-item__txt {
  font-size: 0.875em;
  font-weight: 500;
  margin-top: 1rem !important;
}
@media screen and (min-width: 744px) {
  .p-index-other {
    display: flex;
  }
}
.p-index-other__title {
  margin-bottom: 3rem;
}
@media screen and (min-width: 744px) {
  .p-index-other__title {
    margin-bottom: 5.6rem;
  }
}
@media screen and (min-width: 744px) {
  .p-index-time {
    width: calc(50% - 3.5rem);
  }
}
.p-index-time__subtitle {
  color: #054E98;
  font-size: 1.25em;
  font-weight: 700;
}
.p-index-time-service__txt {
  margin-top: 1rem !important;
  padding-left: 2rem;
}
.p-index-time-time {
  margin-top: 3rem;
}
.p-index-time-time .c-time-table {
  margin-top: 1.5rem;
}
.p-index-access {
  border: solid #284E90;
  border-width: 1px 0 0;
  margin: 5rem 0 0;
  padding: 5rem 0 0;
}
@media screen and (min-width: 744px) {
  .p-index-access {
    border-width: 0 0 0 1px;
    flex-grow: 1;
    margin: 0 0 0 3.5rem;
    padding: 0 0 0 3.5rem;
  }
}
.p-index-access-iframe {
  aspect-ratio: 3/2;
}
.p-index-access-iframe iframe {
  height: 100%;
  width: 100%;
}
.p-index-access__aside {
  text-align: center;
}
@media screen and (min-width: 744px) {
  .p-index-access__aside br.sp {
    display: none;
  }
}
.p-company-overview-data {
  display: flex;
  gap: 9rem;
  margin: 3rem auto 0;
}
@media screen and (min-width: 744px) {
  .p-company-overview-data {
    margin: 5rem auto 0;
    max-width: 660px;
  }
}
.p-company-overview-data dt {
  flex-shrink: 0;
  font-size: 1.125em;
  font-weight: 700;
  width: 3em;
}
.p-company-greeting {
  background: #054E98;
  color: #fff;
  position: relative;
}
.p-company-greeting::before {
  background: url(../../images/pages/company/greeting_bg.png) no-repeat center/contain;
  content: "";
  display: block;
  height: min(66.511627vw, 286px);
  left: calc(min(12.09302vw,50px) * -1);
  mix-blend-mode: screen;
  position: absolute;
  top: min(27.90697vw, 120px);
  width: min(131.39534vw, 565px);
}
@media screen and (min-width: 1024px) {
  .p-company-greeting::before {
    height: min(33.28125vw, 639px);
    left: min(3.64583vw, 70px);
    top: min(3.22916vw, 62px);
    width: min(65.83333vw, 1264px);
  }
}
.p-company-greeting .l-container {
  position: relative;
}
.p-company-greeting-wrapper {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
  margin-top: 3rem;
}
@media screen and (min-width: 744px) {
  .p-company-greeting-wrapper {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-greeting-wrapper {
    gap: 2.5rem 8rem;
    margin-top: 1.5rem;
  }
}
.p-company-greeting__lead {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 744px) {
  .p-company-greeting__lead {
    grid-area: 1/1/2/2;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-greeting__lead {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 744px) {
  .p-company-greeting__lead br.sp {
    display: none;
  }
}
@media screen and (min-width: 744px) {
  .p-company-greeting-content {
    grid-area: 2/1/3/2;
  }
}
.p-company-greeting-content__txt {
  text-align: justify;
}
.p-company-greeting__image {
  height: auto;
  margin: 0 auto;
  width: 315px;
}
@media screen and (min-width: 744px) {
  .p-company-greeting__image {
    grid-area: 1/2/3/3;
    width: 25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company-greeting__image {
    width: 310px;
  }
}
.p-company-profile-data {
  margin-top: 4rem;
}
@media screen and (min-width: 744px) {
  .p-company-profile-data {
    display: flex;
    gap: 5rem;
    margin: 6rem auto 0;
    max-width: 660px;
  }
  .p-company-profile-data + .p-company-profile-data {
    margin-top: 3rem;
  }
}
.p-company-profile-data dt {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 744px) {
  .p-company-profile-data dt {
    width: 4.4em;
  }
}
.p-company-profile-data dd {
  margin-top: 1rem;
}
@media screen and (min-width: 744px) {
  .p-company-profile-data dd {
    margin-top: 0.4em;
  }
}
.p-access-access__title {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .p-access-access__title {
    margin-bottom: 6rem;
  }
}
.p-access-access__address {
  text-align: center;
}
.p-access-access-iframe {
  aspect-ratio: 3/2;
  margin: 3rem auto 0;
  max-width: 77rem;
}
@media screen and (min-width: 744px) {
  .p-access-access-iframe {
    aspect-ratio: 16/9;
  }
}
.p-access-access-iframe iframe {
  height: 100%;
  width: 100%;
}
.p-access-access-train__title {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 1em 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-access-access-train__title {
    margin-top: 6rem;
  }
}
.p-access-access-train__lead {
  margin-top: 3rem !important;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-access-access-train__lead {
    margin-top: 3.5rem !important;
  }
}
@media screen and (min-width: 744px) {
  .p-access-access-train__lead br.sp {
    display: none;
  }
}
.p-access-access-train-flow {
  counter-reset: flow;
}
.p-access-access-train-flow-content {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-access-access-train-flow-content {
    align-items: flex-start;
    display: flex;
    gap: 9rem;
    justify-content: space-between;
  }
}
.p-access-access-train-flow-content__title {
  align-items: center;
  display: flex;
  gap: 1.5em;
  margin-bottom: 1.5rem;
}
.p-access-access-train-flow-content__title::before {
  background: #054E98;
  border-radius: 50%;
  color: #fff;
  content: counter(flow);
  counter-increment: flow;
  display: grid;
  flex-shrink: 0;
  font-family: "OST", serif;
  font-size: 1.875em;
  font-weight: 700;
  height: 42px;
  padding: 2px 2px 0 0;
  place-items: center;
  width: 42px;
}
@media screen and (min-width: 1024px) {
  .p-access-access-train-flow-content__image {
    flex-shrink: 0;
    width: auto;
  }
}
.p-access-access-train__aside {
  margin-top: 3rem !important;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-access-access-train__aside {
    margin-top: 6rem !important;
  }
}
@media screen and (min-width: 744px) {
  .p-access-access-train__aside br.sp {
    display: none;
  }
}
.p-access-time {
  background: #054E98;
  color: #fff;
}
.p-access-time__title {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-access-time__title {
    margin-bottom: 6rem;
  }
}
.p-access-time-table {
  margin: 0 auto;
  max-width: 630px;
}
@media screen and (min-width: 744px) {
  .p-access-time-table .c-time-table {
    font-size: 1.625em;
  }
}
.p-access-time-table__aside {
  font-size: 0.875em;
  margin-top: 0 !important;
  text-align: right;
}
@media screen and (min-width: 744px) {
  .p-access-time-table__aside {
    font-size: 1.375em;
  }
}
.p-access-time__lead {
  font-size: 1.125em;
  margin: 3rem 0 !important;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .p-access-time__lead {
    font-size: 1.25em;
    margin: 3.5rem 0 !important;
  }
}
@media screen and (min-width: 744px) {
  .p-access-time__lead br.sp {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  .p-access-time__lead br.pc {
    display: none;
  }
}
.p-access-time__txt {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-access-time__txt br.sp {
    display: none;
  }
}
.p-access-time-btn {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}
.p-access-time-btn__link {
  background: #fff;
  color: #054E98;
  display: flex;
  font-size: 1.875em;
  font-weight: 500;
  margin: 0 auto;
}
.p-access-time-btn__link::before {
  background-image: url(../../images/common/icon/balloon-blue.svg);
}
.p-access-area__title {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-access-area__title {
    margin-bottom: 6rem;
  }
}
.p-access-area__txt {
  text-align: center;
}
@media screen and (min-width: 744px) {
  .p-access-area__txt br.sp {
    display: none;
  }
}
.p-access-area__image {
  margin-top: 3.5rem;
}
.p-flow-flow-wrapper {
  counter-reset: flow;
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-flow-flow-wrapper {
    margin-top: 6rem;
  }
}
.p-flow-flow-content {
  clear: both;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-flow-flow-content {
    display: block;
  }
}
.p-flow-flow-content + .p-flow-flow-content {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-flow-flow-content + .p-flow-flow-content {
    margin-top: 4.5rem;
  }
}
.p-flow-flow-content__arrow {
  background: linear-gradient(to top, #054E98, #054E98) repeat-y center/1px;
  bottom: 0;
  height: calc(100% - 42px - 10px);
  left: 0;
  position: absolute;
  width: 42px;
}
.p-flow-flow-content__arrow::after {
  background: #054E98;
  bottom: 0;
  clip-path: polygon(0 20%, 50% 100%, 100% 20%);
  content: "";
  display: block;
  height: 14px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 16px;
}
.p-flow-flow-content:last-child .p-flow-flow-content__arrow::after {
  border-radius: 50%;
  clip-path: none;
  height: 20px;
  width: 20px;
}
.p-flow-flow-content__title {
  align-items: flex-start;
  display: flex;
  font-size: 1.875em;
  font-weight: 700;
  gap: 15px;
}
.p-flow-flow-content__title::before {
  background: #054E98;
  border-radius: 50%;
  color: #fff;
  content: counter(flow);
  counter-increment: flow;
  display: grid;
  font-family: "OST", serif;
  height: 42px;
  letter-spacing: 0;
  padding: 2px 1px 0 0;
  place-items: center;
  width: 42px;
}
@media screen and (min-width: 744px) {
  .p-flow-flow-content__title br.sp {
    display: none;
  }
}
.p-flow-flow-content__subtitle {
  font-size: 1.5em;
  font-weight: 700;
}
* + .p-flow-flow-content__subtitle {
  margin-top: 1.6rem;
}
.p-flow-flow-content__image {
  margin-left: 57px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .p-flow-flow-content__image {
    float: right;
    margin-top: 4rem;
  }
}
.p-flow-flow-content__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .p-flow-flow-content__image img {
    height: 230px;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow-flow-content__image img {
    height: auto;
    width: 340px;
  }
}
.p-flow-flow-content-article {
  padding-left: 57px;
}
@media screen and (min-width: 1024px) {
  .p-flow-flow-content-article {
    margin-top: 4rem;
  }
}
.p-flow-flow-content-article a {
  color: #27AAE2;
  text-decoration: underline;
}
.p-reserve-reserve__title {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-reserve-reserve__title {
    margin-bottom: 6rem;
  }
}
.p-reserve-reserve__txt {
  margin-top: 1.5em !important;
  text-align: center;
}
.p-reserve-reserve__txt strong {
  color: #FF0000;
  font-weight: 700;
}
.p-reserve-reserve__txt a {
  color: #27AAE2;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .p-reserve-reserve__txt br.pc {
    display: none;
  }
}
.p-reserve-reserve__attention {
  color: #26438B;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
}
.p-reserve-reserve__attention span {
  background: linear-gradient(to top, #FFEB00 0%, #FFEB00 50%, transparent 50%, transparent 100%);
  padding: 0 0.5em;
}
@media screen and (min-width: 744px) {
  .p-reserve-reserve__attention br.sp {
    display: none;
  }
}
.p-reserve-form__title {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-reserve-form__title {
    margin-bottom: 6rem;
  }
}
.p-law__title {
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-law-wrapper {
  margin: 4rem auto 0;
  max-width: 67rem;
}
@media screen and (min-width: 1024px) {
  .p-law-wrapper {
    margin-top: 5.5rem;
  }
}
.p-law-content {
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 744px) {
  .p-law-content {
    gap: 3rem;
  }
}
.p-law-content + .p-law-content {
  margin-top: 3rem;
}
.p-law-content__title {
  flex-shrink: 0;
  font-size: 1.125em;
  font-weight: 700;
  width: 7em;
}
@media screen and (min-width: 744px) {
  .p-law-content__title {
    width: 9em;
  }
}
@media screen and (min-width: 744px) {
  .p-law-content__title br.sp {
    display: none;
  }
}
.p-law-content__txt {
  flex-grow: 1;
  margin-top: 0 !important;
  padding-top: 1px;
}
@media screen and (max-width: 743px) {
  .p-law-content__txt br.pc {
    display: none;
  }
}
.p-privacy a {
  color: #27AAE2;
  text-decoration: underline;
}
.p-privacy__title {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .p-privacy__title {
    font-size: 1.875em;
    margin-bottom: 6rem;
  }
}
* + .p-privacy__title {
  margin-top: 4rem;
}
@media screen and (min-width: 744px) {
  * + .p-privacy__title {
    margin-top: 9rem;
  }
}
.p-privacy__subtitle {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .p-privacy__subtitle {
    font-size: 1.5em;
  }
}
.p-privacy__txt {
  text-align: justify;
}
.p-privacy__txt--right {
  text-align: right;
}
.p-privacy-bg {
  background: #F5F5F5;
  margin-top: 1em;
  padding: 3rem 2.5rem;
}
@media screen and (min-width: 744px) {
  .p-privacy-bg {
    padding: 3rem 5rem;
  }
}
.p-privacy-bg__title {
  font-weight: 700;
  text-align: center;
}
.p-privacy-ol {
  counter-reset: ol;
  list-style: none;
}
* + .p-privacy-ol {
  margin-top: 1em;
}
.p-privacy-ol-item {
  display: flex;
  gap: 14px;
}
.p-privacy-ol-item + .p-privacy-ol-item {
  margin-top: 1em;
}
.p-privacy-ol-item::before {
  background: #F5F5F5;
  border-radius: 50%;
  content: counter(ol);
  counter-increment: ol;
  display: grid;
  flex-shrink: 0;
  height: 26px;
  line-height: 1;
  place-items: center;
  width: 26px;
}
.p-privacy-ol-item-inner {
  flex-grow: 1;
}
.p-privacy-ol-item__title {
  font-weight: 700;
}
.p-privacy-ol-item__txt {
  margin-top: 0 !important;
  text-align: justify;
}
.p-privacy-ol--white .p-privacy-ol-item::before {
  background: #fff;
}
.p-privacy-ol--kana .p-privacy-ol-item::before {
  content: counter(ol,katakana);
}
.u-fadeinUp {
  opacity: 0;
  visibility: hidden;
}
.u-fadeinUp-active {
  animation-name: fadeinUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
}
