@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  position: relative;
  background: #FFFFFF;
  color: #2B3A45;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  letter-spacing: 0.04em;
}

a {
  color: #2A5CA5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
a:focus-visible {
  outline: 2px solid rgba(42, 92, 165, 0.35);
  outline-offset: 2px;
}

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

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

h1 {
  font-size: 35px;
  font-size: 3.5rem;
}

h2 {
  font-size: 46px;
  font-size: 4.6rem;
}

h3 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.7;
}
h3.caption {
  font-size: 2.2rem;
}

h4 {
  font-size: 22px;
  font-size: 2.2rem;
}

h5 {
  font-size: 15px;
  font-size: 1.5rem;
}

.smaller {
  font-size: 0.7em;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

hr {
  border: none;
  border-top: 1px solid #2B3A45;
  margin: 0;
  opacity: 0.4;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(9px);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 2px 22px rgba(16, 69, 107, 0.08);
          box-shadow: 0 2px 22px rgba(16, 69, 107, 0.08);
}
#header.is-scrolled .inner {
  padding-block: 12px;
}
#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 18px 48px;
  -webkit-transition: padding 0.35s ease;
  transition: padding 0.35s ease;
}
#header #logo {
  line-height: 0;
}
#header #logo a {
  display: inline-block;
}
#header #logo img {
  height: 52px;
  width: auto;
}

.head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 32px;
}

#header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header_nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  line-height: 1;
}
#header_nav a .en {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  color: #234F8E;
  text-transform: uppercase;
}
#header_nav a .ja {
  font-size: 10.5px;
  font-size: 1.05rem;
  font-weight: 500;
  color: #7E8C97;
  letter-spacing: 0.06em;
}
#header_nav a:hover .en {
  color: #2A5CA5;
}

.sp-btn {
  display: none;
}

#nav-toggle,
#sp-nav {
  display: none;
}

#footer {
  background: #2A5CA5 url(../img/bg-footer.jpg) center/cover no-repeat;
  color: #EAF2F8;
}
#footer a {
  color: rgba(255, 255, 255, 0.9);
}
#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  padding-bottom: 44px;
}
#footer .footer-left .f-text {
  font-size: 13.5px;
  font-size: 1.35rem;
  margin-top: 18px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.88);
}
#footer .f-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
#footer .f-sns a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#footer .f-sns a img {
  width: 18px;
  height: 18px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
}
#footer .f-sns a:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
#footer .f-sns a:hover img {
  -webkit-filter: none;
          filter: none;
}
#footer .footer-right {
  text-align: right;
}

.flogo a {
  display: inline-block;
  line-height: 0;
}
.flogo img {
  height: 56px;
  width: auto;
  display: block;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 22px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.7);
}

.footer_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer_navi a {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer_navi a .en {
  display: none;
}
.footer_navi a:hover {
  color: #FFFFFF;
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-family: "Jost", sans-serif;
  font-size: 11.5px;
  font-size: 1.15rem;
  color: #7E8C97;
  letter-spacing: 0.1em;
  margin-bottom: 26px;
}
.breadcrumb-list a {
  color: #7E8C97;
}
.breadcrumb-list a:hover {
  color: #2A5CA5;
}
.breadcrumb-list .sep::before {
  content: "＞";
}
.breadcrumb-list > span:last-child {
  color: #234F8E;
}

#page-title {
  padding: 150px 20px 64px;
  text-align: center;
  background: #FFFFFF;
  border-bottom: 1px solid #2A5CA5;
}
#page-title .en {
  font-family: "Marcellus", serif;
  display: block;
  font-size: clamp(3rem, 3.8vw, 4.8rem);
  color: #2A5CA5;
  line-height: 1.1;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
#page-title .ja {
  display: block;
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: clamp(1.7rem, 1.9vw, 2.3rem);
  letter-spacing: 0.1em;
}
#page-title .lead {
  max-width: 640px;
  margin: 20px auto 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.15;
  color: #54636E;
}

.contact_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.contact_btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.contact_btn a.btn-line {
  color: #2A5CA5;
  border: 1.5px solid #2A5CA5;
  background: transparent;
  padding: 11px 20px;
}
.contact_btn a.btn-line:hover {
  background: #2A5CA5;
  color: #FFFFFF;
}
.contact_btn a.btn-line:hover .icon01 {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.contact_btn a.reserve {
  color: #FFFFFF;
  background: #2A5CA5;
  padding: 12px 22px;
}
.contact_btn a.reserve:hover {
  background: #234F8E;
}
.contact_btn .icon01 {
  inline-size: 16px;
  block-size: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
}
.contact_btn .reserve .icon01 {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.contact_icon {
  width: 30px;
}

#form {
  background: rgba(255, 255, 255, 0.6);
  padding: 40px;
}
#form .form-contents {
  padding: 0px !important;
  background: transparent !important;
  max-width: 600px !important;
}
#form dl {
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#form dl dt,
#form dl dd {
  width: 100%;
  padding-left: 0 !important;
}
#form dl dt:not(.pattern-exclusion) span.required::before {
  background: #2A5CA5 !important;
  border-radius: 30px;
  padding: 5px 10px !important;
  font-size: 13px !important;
}
#form dl dd:not(.pattern-exclusion) {
  border-bottom: none !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
#form dl dd:not(.pattern-exclusion) input.textarea {
  height: 52px !important;
  padding: 20px !important;
}
#form dl dd:not(.pattern-exclusion) .textarea {
  padding: 20px !important;
}
#form .submit-btn {
  background: #2A5CA5 !important;
  color: #FFFFFF !important;
  border: 1px solid #2A5CA5 !important;
  border-radius: 0 !important;
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#form .submit-btn:hover {
  opacity: 0.8 !important;
}

.container {
  --container-max: 1200px;
  --container-pb: 80px;
  --container-pi: 60px;
  position: relative;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-block: var(--container-pb);
  padding-inline: var(--container-pi);
}
.container--base {
  --container-max: 1200px;
}
.container--wide {
  --container-max: 1400px;
}
.container--full {
  --container-max: 100vw;
}
.container--p-xl {
  --container-pb: 120px;
  --container-pi: 0;
}
.container--p-l {
  --container-pb: 80px;
  --container-pi: 0;
}
.container--p-m {
  --container-pb: 60px;
  --container-pi: 0;
}
.container--p-s {
  --container-pb: 40px;
  --container-pi: 0;
}
.container--full {
  padding-left: 0;
  padding-right: 0;
}
.container--top-only {
  -webkit-padding-after: 0 !important;
          padding-block-end: 0 !important;
}
.container--btm-only {
  -webkit-padding-before: 0 !important;
          padding-block-start: 0 !important;
}

.box {
  position: relative;
  margin-inline: auto;
  z-index: 3;
  padding: clamp(16px, 4vw, 30px);
}
.box--bwidth {
  max-width: 1200px;
  margin-inline: auto;
}
.box--small {
  max-width: 1200px;
  margin-inline: auto;
}
.box--small2 {
  max-width: 1000px;
  margin-inline: auto;
}
.box--small3 {
  max-width: 900px;
  margin-inline: auto;
}
.box--small4 {
  max-width: 800px;
  margin-inline: auto;
}
.box--small5 {
  max-width: 700px;
  margin-inline: auto;
}
.box--content-fit {
  display: grid;
  place-items: center;
}
.box--content-fit > * {
  inline-size: min(100%, var(--inner-max, -webkit-max-content));
  inline-size: min(100%, var(--inner-max, -moz-max-content));
  inline-size: min(100%, var(--inner-max, max-content));
}
.box--content-fit img {
  max-inline-size: 100%;
}
.box--pd60 {
  padding: clamp(30px, 4vw, 60px);
}
.box--pd-30-60 {
  padding: 30px 60px;
}
.box--bd {
  border: 1px solid #2A5CA5;
}
.box--more {
  --more-closed: 350px;
}
.box--more .more-content {
  max-height: var(--more-closed);
  overflow: hidden;
  -webkit-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
}
.box--more.is-open .more-content {
  max-height: 2000px;
}
.box--more .more-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px 0 0 auto;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #2A5CA5;
  background: rgba(42, 92, 165, 0.06);
  color: #2A5CA5;
  font-weight: 700;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.box--more .more-btn:hover {
  background: rgba(42, 92, 165, 0.12);
}
.box--more .more-btn:focus-visible {
  outline: 2px solid rgb(94.7826086957, 143.3333333333, 214.2173913043);
  outline-offset: 2px;
}

.l-column {
  --gap: 40px;
  --cols: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-column > li,
.l-column .col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - var(--gap) * (var(--cols) - 1)) / var(--cols));
          flex: 0 0 calc((100% - var(--gap) * (var(--cols) - 1)) / var(--cols));
}
.l-column > li > *:first-child,
.l-column .col-item > *:first-child {
  margin-top: 0;
}
.l-column > li > .card,
.l-column .col-item > .card {
  inline-size: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-column.col2 {
  --cols: 2;
}
.l-column.col3 {
  --cols: 3;
}
.l-column.col4 {
  --cols: 4;
}
.l-column.col5 {
  --cols: 5;
}
.l-column.gap10 {
  --gap: 10px;
}
.l-column.gap15 {
  --gap: 15px;
}
.l-column.gap20 {
  --gap: 20px;
}
.l-column.gap30 {
  --gap: 30px;
}
.l-column.gap40 {
  --gap: 40px;
}
.l-column.gap50 {
  --gap: 50px;
}

.mv {
  position: relative;
}
.mv .mv-img {
  position: relative;
}
.mv .mv-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #73645E;
  opacity: 0.45;
}
.mv .mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .catch {
  position: absolute;
  left: 5%;
  bottom: 10%;
  z-index: 10;
  color: #FFFFFF;
}
.mv .catch h1 {
  font-weight: 400;
  font-size: 6.5rem;
  margin-bottom: 74px;
}
.mv .catch .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1.5;
}

.title {
  margin: 0 0 60px;
  position: relative;
  line-height: 1;
}
.title .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  display: block;
  color: #2A5CA5;
  font-size: 8rem;
}
.title .ja {
  position: relative;
  font-size: 2rem;
}
.title--m0 {
  margin-bottom: 0;
}
.title--slim {
  margin: 0 auto 20px;
}
.title--left {
  margin-left: 0;
}
.title--slash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title--slash::before, .title--slash::after {
  width: 2px;
  height: 30px;
  background-color: #2A5CA5;
  content: "";
}
.title--slash::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  margin-right: 30px;
}
.title--slash::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin-left: 30px;
}
.title--bgbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3em 0.7em;
  background-color: #f2f2f2;
  margin-bottom: 10px;
  font-size: 2rem;
}
.title--bgbar::before {
  display: inline-block;
  width: 5px;
  height: 1.5em;
  margin-right: 0.5em;
  background-color: #2A5CA5;
  content: "";
}
.title--num {
  position: relative;
  padding-top: 1.5em;
  padding-left: 1em;
}
.title--num::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: #2A5CA5;
  font-size: 3em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  opacity: 0.5;
}
.title--border {
  border-top: 1px solid #2B3A45;
  border-bottom: 1px solid #2B3A45;
  padding: 10px;
  width: 100%;
}

.btn {
  text-align: center;
}
.btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  color: #2B3A45;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  min-width: 240px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  max-width: 240px;
}
.btn a .ja {
  font-size: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.btn a:hover {
  opacity: 0.6;
}
.btn.slim {
  margin-top: 20px;
}
.btn--left {
  text-align: left;
}
.btn--primary a {
  background: #2A5CA5;
  color: #FFFFFF;
  border-color: #2A5CA5;
}
.btn--outline a {
  background: #FFFFFF;
  color: #2A5CA5;
  border-color: #2A5CA5;
}
.btn--ghost a {
  background: transparent;
  border-color: transparent;
  color: #2A5CA5;
}
.btn--square a {
  border-radius: 0;
  background: transparent;
  border: 1px solid #2A5CA5;
}
.btn--square a:hover {
  background: rgba(255, 255, 255, 0.6);
}
.btn--color2 a {
  background: #2A5CA5;
  color: #FFFFFF;
}

.card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  overflow: hidden;
  gap: 20px;
}
.card__img {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  line-height: 0;
  width: 200px;
}
.card__img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.card__img img,
.card__img picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.card__body {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card__body .btn {
  text-align: left;
}
.card__title {
  font-size: 2rem;
}
.card__text {
  font-size: 0.9em;
}
.card--ratio-4x3 .card__img::before {
  padding-top: 75%;
}
.card--ratio-3x2 .card__img::before {
  padding-top: 66.6667%;
}
.card--ratio-1x1 .card__img::before {
  padding-top: 100%;
}
.card--ratio-21x9 .card__img::before {
  padding-top: 42.8571%;
}

.l-column > li,
.l-column .col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-column > li > .card,
.l-column .col-item > .card {
  inline-size: 100%;
}

.news-list {
  display: grid;
  gap: 10px;
  max-width: 800px;
  margin-inline: auto;
}
.news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  border-bottom: 1px solid #2A5CA5;
}
.news-list .date {
  font-size: 2rem;
}
.news-list .ttl {
  font-size: 1.8rem;
}

.news-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 40px;
}
.news-pager__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 120px;
  padding: 4px 20px;
  border: 1px solid #2A5CA5;
  cursor: pointer;
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.blog-list li {
  width: calc((100% - 20px) / 2);
}
.blog-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 20px;
  border: 1px solid #2A5CA5;
  height: 100%;
}
.blog-list li a:hover {
  background: rgba(255, 255, 255, 0.6);
}
.blog-list .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}
.blog-list .img img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-list .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.blog-list .text .ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
.blog-list .text .detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog-list.type2 li {
  width: calc((100% - 40px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-list.type2 li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.blog-list.type2 li a .img {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.blog-list.type2 li a .img img {
  aspect-ratio: initial;
}
.blog-list.type2 li a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blog-detail {
  background: rgba(255, 255, 255, 0.6);
  padding: 40px;
}
.blog-detail__title {
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #2A5CA5;
}
.blog-detail__pager {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #2A5CA5;
  text-align: center;
}
.blog-detail__pager a {
  padding: 8px 32px;
  border: 1px solid #2A5CA5;
  background: #2A5CA5;
  color: #FFFFFF;
  font-size: 0.8em;
}
.blog-detail__pager a:hover {
  background: #FFFFFF;
  color: #2A5CA5;
}
.media {
  display: grid;
  grid-template-columns: var(--media-img, 120px) 1fr;
  gap: var(--media-gap, 100px);
}
.media__img {
  inline-size: 100%;
  block-size: 100%;
}
.media__img img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.media__body {
  line-height: 1.8;
}
.media--sm {
  --media-img: 80px;
}
.media--md {
  --media-img: 120px;
}
.media--lg {
  --media-img: 180px;
}
.media--xl {
  --media-img: 240px;
}
.media--2xl {
  --media-img: 360px;
}

.alert {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #2A5CA5;
}
.alert--success {
  background: #f0faf2;
  border-color: #c9e7ce;
  color: #1a7f3a;
}
.alert--warning {
  background: #fff8e6;
  border-color: #ffe1a5;
  color: #8a5b00;
}
.alert--danger {
  background: #fff1f1;
  border-color: #ffc7c7;
  color: #a52b2b;
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 700;
}

.badge--accent {
  background: #2A5CA5;
  color: #FFFFFF;
}

.chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: m #2A5CA5;
}

.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.tabs__btn {
  width: 48%;
  padding: 16px 24px;
  border-radius: 8px 8px 0 0;
  background: #2A5CA5;
  color: #FFFFFF;
  font-weight: 700;
  cursor: pointer;
  border: none;
  font-size: 1.1em;
}
.tabs__btn.is-active {
  background: #FFFFFF;
  color: #2A5CA5;
  border: 2px solid #2A5CA5;
  border-bottom: none;
}
.tabs__panel {
  display: none;
  background: #FFFFFF;
  border-radius: 8px;
}
.tabs__panel.is-active {
  display: block;
  padding: 40px;
}

.contents-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-bottom: 120px;
}
.contents-nav > li a {
  background: #2A5CA5;
  color: #FFFFFF;
  border-radius: 60px;
  padding: 16px 40px;
  font-weight: 600;
  font-size: 1.2em;
  min-width: 240px;
  display: block;
  text-align: center;
  border: 1px solid #2A5CA5;
}
.contents-nav > li a:hover {
  color: #2A5CA5;
  background: #FFFFFF;
}
.contents-nav > li:nth-child(2) a {
  background: #2A5CA5;
  border: 1px solid #2A5CA5;
}
.contents-nav > li:nth-child(2) a:hover {
  color: #2A5CA5;
  background: #FFFFFF;
}

.breadcrumb {
  max-width: 90%;
  margin: auto;
  padding: 30px;
  font-size: 12px;
}
.breadcrumb a {
  color: #2B3A45;
  opacity: 0.6;
  text-decoration: underline;
}
.breadcrumb .kigou {
  font-size: 0.6em;
  padding: 0 0.5em;
}

.list--disc li {
  position: relative;
  font-size: 1.8rem;
}
.list--disc li:not(:last-of-type) {
  margin-bottom: 5px;
}
.list--disc li::before {
  content: "●";
  color: #2A5CA5;
  font-size: 9px;
  margin-right: 5px;
}
.list--disc.sbc li::before {
  color: #2A5CA5;
}
.list--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
}
.list--inline li {
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 16px;
  text-align: center;
  text-indent: initial !important;
  padding-left: 16px !important;
  font-size: 0.9em;
}
.list--check {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list--check li {
  position: relative;
  padding-left: 26px;
  line-height: 1.8;
}
.list--check li:not(:last-of-type) {
  margin-bottom: 6px;
}
.list--check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 14px;
  height: 8px;
  border-left: 2px solid #2A5CA5;
  border-bottom: 2px solid #2A5CA5;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.list--check.sbc li::before {
  border-color: #2A5CA5;
}
.list--num li figure {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.list--num li figure::before {
  content: "";
  position: absolute;
  right: -1em;
  top: -1.5em;
  width: 5em;
  height: 5em;
}
.list--num li:nth-child(1) figure::before {
  background: url(../img/01.png) no-repeat center/contain;
}
.list--num li:nth-child(2) figure::before {
  background: url(../img/02.png) no-repeat center/contain;
}
.list--num li:nth-child(3) figure::before {
  background: url(../img/03.png) no-repeat center/contain;
}
.list li {
  text-indent: -1em;
  padding-left: 1em;
}

.tbl {
  width: 100%;
  margin-inline: auto;
  border-collapse: separate;
  border-spacing: 4px 2px;
}
.tbl tr th,
.tbl tr td {
  padding: 10px 15px;
}
.tbl tr th {
  font-weight: 600;
  width: 30%;
  text-align: center;
  background: #2A5CA5;
  color: #FFFFFF;
}
.tbl tr td {
  background: #FFFFFF;
}
.tbl:not(.tbl--hours) tr > th {
  width: 30%;
}
.tbl--alternating {
  border-collapse: collapse;
}
.tbl--alternating tr {
  background: #2A5CA5;
}
.tbl--alternating tr:nth-child(odd) {
  background: #FFFFFF;
}
.tbl--alternating tr th,
.tbl--alternating tr td {
  background: transparent;
  color: #2B3A45;
}
.tbl {
  /* ボーダー */
}
.tbl--border {
  border-collapse: collapse;
}
.tbl--border tr th,
.tbl--border tr td {
  border-bottom: 2px solid #ddd;
  background: transparent;
}
.tbl--border tr th {
  border-bottom: 2px solid #2A5CA5;
  color: #2B3A45;
}
.tbl--bubble {
  border-collapse: separate;
  border-spacing: 0 4px;
}
.tbl--bubble tr th,
.tbl--bubble tr td {
  background: #FFFFFF;
  border-radius: 0 8px 8px 0;
}
.tbl--bubble tr td {
  padding-left: 24px;
}
.tbl--bubble tr th {
  background-color: #2A5CA5;
  color: #fff;
  border-radius: 8px 0 0 8px;
  position: relative;
  vertical-align: middle;
}
.tbl--bubble tr th::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #2A5CA5;
  z-index: 2;
}
.tbl--hours {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl--hours col.col-time {
  width: 11.5rem;
}
@media (max-width: 600px) {
  .tbl--hours col.col-time {
    width: 9.5rem;
  }
}
.tbl--hours tr th,
.tbl--hours tr td {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 14px 10px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.tbl--hours tr th {
  width: auto;
}
.tbl--hours thead th {
  background: #2A5CA5;
  font-weight: 700;
  color: #fff;
}
.tbl--hours thead th:first-child {
  text-align: center;
}
.tbl--hours .nowrap {
  white-space: nowrap;
}
.tbl--hours tbody th {
  text-align: center;
  white-space: nowrap;
  background: #fff;
  font-weight: 700;
  color: #2B3A45;
  width: auto;
}
.tbl--hours tbody td {
  position: relative;
}
.tbl--hours tbody td .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.tbl--hours tbody td[data-open=true]::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background: #2A5CA5;
}
.tbl--hours tbody td[data-open=false]::before {
  content: "—";
  font-size: 14px;
  line-height: 1;
  opacity: 0.45;
}
.tbl--price tr td {
  border-bottom: 1px solid #ddd;
}
.tbl--price tr th,
.tbl--price tr td {
  vertical-align: middle;
}
.tbl--price tr th {
  width: 40% !important;
}

/* モバイルで詰まりそうなら */
@media (max-width: 480px) {
  .hours__row {
    grid-template-columns: 6em 1fr;
    gap: 8px;
  }
  .tbl--hours th,
  .tbl--hours td {
    padding: 12px 8px;
  }
}
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.accordion {
  position: relative;
  overflow: hidden;
}
.accordion > .ttl {
  position: relative;
  padding: 12px 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #2A5CA5;
  padding-right: 40px;
  background: rgba(255, 255, 255, 0.6);
}
.accordion > .ttl::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) center/100% 2px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) center/2px 100% no-repeat;
  background: linear-gradient(#000, #000) center/100% 2px no-repeat, linear-gradient(#000, #000) center/2px 100% no-repeat;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.accordion.is-open > .ttl::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.accordion.is-open .ttl {
  background: #FFFFFF;
}
.accordion > .inner {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
.accordion.is-open > .inner {
  max-height: 2000px;
  opacity: 1;
  padding: 12px 16px;
}
.accordion.faq {
  border-color: #2A5CA5;
}
.accordion.faq > .ttl {
  padding: 16px;
  padding-left: 4em;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  border: 1px solid #efefef;
}
.accordion.faq > .ttl::before {
  content: "Q";
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  inline-size: 36px;
  block-size: 36px;
  border-radius: 50%;
  background: #2A5CA5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.accordion.faq > .ttl::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  inline-size: 10px;
  block-size: 10px;
  border-right: 2px solid #2A5CA5;
  border-bottom: 2px solid #2A5CA5;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.accordion.faq > .ttl:hover {
  background: #fff;
}
.accordion.faq > .inner {
  position: relative;
  margin: 8px 0;
}
.accordion.faq > .inner::before {
  content: "A";
  position: absolute;
  left: 16px;
  top: 1em;
  inline-size: 32px;
  block-size: 32px;
  border-radius: 50%;
  background: #2A5CA5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: grid;
  place-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.accordion.faq > .inner p {
  margin: 0;
  padding-left: 3em;
  padding-right: 2em;
  line-height: 1.8;
}
.accordion.faq.is-open > .ttl::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.accordion.faq.is-open > .inner {
  padding: 8px 16px;
}
.accordion.faq.is-open > .inner::before {
  opacity: 1;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.pagination a,
.pagination span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: 8px;
  padding: 0 10px;
  border: 1px solid #ddd;
  background: #fff;
  color: #2B3A45;
  font-weight: 700;
}
.pagination .is-current {
  background: #2A5CA5;
  color: #FFFFFF;
  border-color: #2A5CA5;
}

.ggmap iframe {
  height: 350px;
  width: 100%;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

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

.d-grid {
  display: grid;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.fd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex.fd-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ai-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ai-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.jc-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jc-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jc-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fw-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid {
  display: grid;
  gap: 16px;
}

.grid--cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid--cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid--cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

.gap-40 {
  gap: 40px;
}

.gap-60 {
  gap: 60px;
}

.gap-80 {
  gap: 80px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.b-m5 {
  margin-bottom: 5px;
}

.b-m10 {
  margin-bottom: 10px;
}

.b-m20 {
  margin-bottom: 20px;
}

.b-m30 {
  margin-bottom: 30px;
}

.b-m40 {
  margin-bottom: 40px;
}

.b-m60 {
  margin-bottom: 60px;
}

.b-m80 {
  margin-bottom: 80px;
}

.b-m120 {
  margin-bottom: 120px;
}

.t-m10 {
  margin-top: 10px;
}

.t-m20 {
  margin-top: 20px;
}

.t-m40 {
  margin-top: 40px;
}

.w-100pe {
  width: 100%;
}

.h-100pe {
  height: 100%;
}

.asp-1-1 {
  aspect-ratio: 1/1;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-12 {
  border-radius: 12px;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-24 {
  border-radius: 24px;
}

.rounded-32 {
  border-radius: 32px;
}

.b-r8 {
  border-radius: 8px;
}

.b-r16 {
  border-radius: 16px;
}

.b-r24 {
  border-radius: 24px;
}

.b-r50pe {
  border-radius: 50%;
}

.line-h200 {
  line-height: 2;
}

.text-center,
.tcenter,
.tcenter_pc {
  text-align: center;
}

.text-right,
.tright {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.bold2 {
  font-weight: 900;
}

.bigger {
  font-size: 1.2em;
  line-height: 2;
}

.smaller {
  font-size: 0.65em;
  letter-spacing: 0;
}

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.color01 {
  color: #2A5CA5;
}

.color02 {
  color: #2A5CA5;
}

.color-w {
  color: #FFFFFF !important;
}

.bg_line {
  background: #E7EEF3 !important;
}

.bg_instagram {
  background: #e4405f !important;
}

.bg_line {
  background: #E7EEF3 !important;
}

.bg_youtube {
  background: #ff0000 !important;
}

.para-gap p + p {
  margin-top: 20px;
}
.para-gap--large p + p {
  margin-top: 30px;
}
.para-gap--mini p + p {
  margin-top: 12px;
}

.bg {
  position: relative;
}
.bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg--img01::after {
  background: url(../img/bg-01.jpg) no-repeat center/cover;
  opacity: 0.3;
}
.bg--img02::after {
  background: url(../img/bg-02.jpg) no-repeat center/cover;
  opacity: 0.4;
}
.bg--round {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 60px;
  overflow: hidden;
}
.bg--beige::after {
  background: #E4DED6;
}
.bg--white::after {
  background: rgba(255, 255, 255, 0.4);
}

.bg--w {
  background: #fff;
}

.bg--w2 {
  background: rgba(255, 255, 255, 0.5);
}

.bg--cream {
  background: #FFFFFF;
}

.bg--main {
  background: #2A5CA5;
}

.bg--sub {
  background: #2A5CA5;
}

.bg--sub2 {
  background: #2A5CA5;
}

.bg--gray {
  background: #f5f5f5;
}

.u-decor {
  position: absolute;
  bottom: 10%;
  inline-size: min(28vw, 320px);
  opacity: 0.9;
  pointer-events: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.u-decor img {
  display: block;
  inline-size: 100%;
  height: auto;
}
.u-decor--left {
  left: clamp(8px, 4vw, 40px);
  top: 20%;
}
.u-decor--right {
  right: clamp(8px, 4vw, 40px);
  bottom: 20%;
}
.u-decor.w150 img {
  width: 150px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.z--1 {
  z-index: -1;
}

.z-1 {
  z-index: 1;
}

.z-5 {
  z-index: 5;
}

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

.spbr {
  display: none;
}

.hidden {
  overflow: hidden;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(255, 147, 109, 0.3)));
  background: linear-gradient(transparent 70%, rgba(255, 147, 109, 0.3) 0%);
  display: inline;
  border-radius: 2px;
  padding: 0 0.1em;
}

.text-link a {
  color: #2A5CA5;
  text-decoration: underline;
}
.text-link.white a {
  color: #FFFFFF;
}

.shadow {
  -webkit-box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.15);
}

.shadow-md {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.shadow-lg {
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.tcenter_sp {
  text-align: center;
}

[data-ani] {
  --a-duration: 3.8s;
  --a-delay: 0s;
  --a-distance: 32px;
  --a-ease: cubic-bezier(.2, .7, .2, 1);
  --a-blur: 0px;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity var(--a-duration) var(--a-ease) var(--a-delay), -webkit-transform var(--a-duration) var(--a-ease) var(--a-delay), -webkit-filter var(--a-duration) var(--a-ease) var(--a-delay);
  transition: opacity var(--a-duration) var(--a-ease) var(--a-delay), -webkit-transform var(--a-duration) var(--a-ease) var(--a-delay), -webkit-filter var(--a-duration) var(--a-ease) var(--a-delay);
  transition: opacity var(--a-duration) var(--a-ease) var(--a-delay), transform var(--a-duration) var(--a-ease) var(--a-delay), filter var(--a-duration) var(--a-ease) var(--a-delay);
  transition: opacity var(--a-duration) var(--a-ease) var(--a-delay), transform var(--a-duration) var(--a-ease) var(--a-delay), filter var(--a-duration) var(--a-ease) var(--a-delay), -webkit-transform var(--a-duration) var(--a-ease) var(--a-delay), -webkit-filter var(--a-duration) var(--a-ease) var(--a-delay);
  will-change: opacity, transform, filter;
}
[data-ani].is-visible {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

/* フェード（指定がある時だけ透明スタート） */
[data-ani*=fade]:not(.is-visible) {
  opacity: 0;
}

[data-ani*=up]:not(.is-visible) {
  -webkit-transform: translate3d(0, var(--a-distance), 0);
          transform: translate3d(0, var(--a-distance), 0);
}

[data-ani*=down]:not(.is-visible) {
  -webkit-transform: translate3d(0, calc(var(--a-distance) * -1), 0);
          transform: translate3d(0, calc(var(--a-distance) * -1), 0);
}

[data-ani*=left]:not(.is-visible) {
  -webkit-transform: translate3d(var(--a-distance), 0, 0);
          transform: translate3d(var(--a-distance), 0, 0);
}

[data-ani*=right]:not(.is-visible) {
  -webkit-transform: translate3d(calc(var(--a-distance) * -1), 0, 0);
          transform: translate3d(calc(var(--a-distance) * -1), 0, 0);
}

[data-ani*=zoom-in]:not(.is-visible) {
  -webkit-transform: scale(0.94);
          transform: scale(0.94);
}

[data-ani*=zoom-out]:not(.is-visible) {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

[data-ani*=blur]:not(.is-visible) {
  -webkit-filter: blur(var(--a-blur, 8px));
          filter: blur(var(--a-blur, 8px));
}

[data-ani*=rotate]:not(.is-visible) {
  -webkit-transform: rotate(2.5deg);
          transform: rotate(2.5deg);
}

.ani-stagger.is-visible > * {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.ani-stagger > * {
  opacity: 0;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 0.6s var(--a-ease) var(--a-delay), -webkit-transform 0.6s var(--a-ease) var(--a-delay);
  transition: opacity 0.6s var(--a-ease) var(--a-delay), -webkit-transform 0.6s var(--a-ease) var(--a-delay);
  transition: opacity 0.6s var(--a-ease) var(--a-delay), transform 0.6s var(--a-ease) var(--a-delay);
  transition: opacity 0.6s var(--a-ease) var(--a-delay), transform 0.6s var(--a-ease) var(--a-delay), -webkit-transform 0.6s var(--a-ease) var(--a-delay);
}

.ani-stagger.is-visible > *:nth-child(1) {
  -webkit-transition-delay: calc(var(--a-delay, 0s) + 0s);
          transition-delay: calc(var(--a-delay, 0s) + 0s);
}

.ani-stagger.is-visible > *:nth-child(2) {
  -webkit-transition-delay: calc(var(--a-delay, 0s) + 0.06s);
          transition-delay: calc(var(--a-delay, 0s) + 0.06s);
}

.ani-stagger.is-visible > *:nth-child(3) {
  -webkit-transition-delay: calc(var(--a-delay, 0s) + 0.12s);
          transition-delay: calc(var(--a-delay, 0s) + 0.12s);
}

.ani-stagger.is-visible > *:nth-child(4) {
  -webkit-transition-delay: calc(var(--a-delay, 0s) + 0.18s);
          transition-delay: calc(var(--a-delay, 0s) + 0.18s);
}

.ani-stagger.is-visible > *:nth-child(5) {
  -webkit-transition-delay: calc(var(--a-delay, 0s) + 0.24s);
          transition-delay: calc(var(--a-delay, 0s) + 0.24s);
}

.ani-stagger.is-visible > *:nth-child(6) {
  -webkit-transition-delay: calc(var(--a-delay, 0s) + 0.3s);
          transition-delay: calc(var(--a-delay, 0s) + 0.3s);
}

.ani-stagger.is-visible > *:nth-child(7) {
  -webkit-transition-delay: calc(var(--a-delay, 0s) + 0.36s);
          transition-delay: calc(var(--a-delay, 0s) + 0.36s);
}

.ani-stagger.is-visible > *:nth-child(8) {
  -webkit-transition-delay: calc(var(--a-delay, 0s) + 0.42s);
          transition-delay: calc(var(--a-delay, 0s) + 0.42s);
}

.ani-stagger.is-visible > *:nth-child(9) {
  -webkit-transition-delay: calc(var(--a-delay, 0s) + 0.48s);
          transition-delay: calc(var(--a-delay, 0s) + 0.48s);
}

.ani-stagger.is-visible > *:nth-child(10) {
  -webkit-transition-delay: calc(var(--a-delay, 0s) + 0.54s);
          transition-delay: calc(var(--a-delay, 0s) + 0.54s);
}

@media (prefers-reduced-motion: reduce) {
  [data-ani],
  .ani-stagger > * {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-filter: none !important;
            filter: none !important;
  }
}
[data-fx] {
  --fx-duration: 6s;
  --fx-delay: 0s;
  --fx-amp: 8px;
  /* 振幅(px) */
  --fx-rot: 3deg;
  /* 回転幅 */
  --fx-ease: ease-in-out;
  --fx-iter: infinite;
  --fx-dir: normal;
  --fx-fill: both;
  display: inline-block;
  will-change: transform, filter;
  -webkit-animation-delay: var(--fx-delay);
          animation-delay: var(--fx-delay);
  -webkit-animation-iteration-count: var(--fx-iter);
          animation-iteration-count: var(--fx-iter);
  -webkit-animation-direction: var(--fx-dir);
          animation-direction: var(--fx-dir);
  -webkit-animation-fill-mode: var(--fx-fill);
          animation-fill-mode: var(--fx-fill);
  -webkit-animation-timing-function: var(--fx-ease);
          animation-timing-function: var(--fx-ease);
}

/* ふわふわ(上下) */
[data-fx*=float] {
  -webkit-animation-name: fx-float-y;
          animation-name: fx-float-y;
  -webkit-animation-duration: var(--fx-duration);
          animation-duration: var(--fx-duration);
}

@-webkit-keyframes fx-float-y {
  0% {
    -webkit-transform: translateY(calc(var(--fx-amp) * -1));
            transform: translateY(calc(var(--fx-amp) * -1));
  }
  100% {
    -webkit-transform: translateY(var(--fx-amp));
            transform: translateY(var(--fx-amp));
  }
}

@keyframes fx-float-y {
  0% {
    -webkit-transform: translateY(calc(var(--fx-amp) * -1));
            transform: translateY(calc(var(--fx-amp) * -1));
  }
  100% {
    -webkit-transform: translateY(var(--fx-amp));
            transform: translateY(var(--fx-amp));
  }
}
/* 横ゆらゆら */
[data-fx*=float][data-fx*=x],
[data-fx*=sway][data-fx*=x] {
  -webkit-animation-name: fx-float-x;
          animation-name: fx-float-x;
}

@-webkit-keyframes fx-float-x {
  0% {
    -webkit-transform: translateX(calc(var(--fx-amp) * -1));
            transform: translateX(calc(var(--fx-amp) * -1));
  }
  100% {
    -webkit-transform: translateX(var(--fx-amp));
            transform: translateX(var(--fx-amp));
  }
}

@keyframes fx-float-x {
  0% {
    -webkit-transform: translateX(calc(var(--fx-amp) * -1));
            transform: translateX(calc(var(--fx-amp) * -1));
  }
  100% {
    -webkit-transform: translateX(var(--fx-amp));
            transform: translateX(var(--fx-amp));
  }
}
/* なめらかスウェイ（回転＋上下少し） */
[data-fx*=sway] {
  -webkit-animation-name: fx-sway;
          animation-name: fx-sway;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-duration: var(--fx-duration);
          animation-duration: var(--fx-duration);
}

@-webkit-keyframes fx-sway {
  0% {
    -webkit-transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(calc(var(--fx-rot) * -1));
            transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(calc(var(--fx-rot) * -1));
  }
  50% {
    -webkit-transform: translateY(calc(var(--fx-amp) * 0.35)) rotate(var(--fx-rot));
            transform: translateY(calc(var(--fx-amp) * 0.35)) rotate(var(--fx-rot));
  }
  100% {
    -webkit-transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(calc(var(--fx-rot) * -1));
            transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(calc(var(--fx-rot) * -1));
  }
}

@keyframes fx-sway {
  0% {
    -webkit-transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(calc(var(--fx-rot) * -1));
            transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(calc(var(--fx-rot) * -1));
  }
  50% {
    -webkit-transform: translateY(calc(var(--fx-amp) * 0.35)) rotate(var(--fx-rot));
            transform: translateY(calc(var(--fx-amp) * 0.35)) rotate(var(--fx-rot));
  }
  100% {
    -webkit-transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(calc(var(--fx-rot) * -1));
            transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(calc(var(--fx-rot) * -1));
  }
}
/* なめらかスウェイ反転（回転＋上下少し） */
[data-fx*=sway-rev] {
  -webkit-animation-name: fx-sway-rev;
          animation-name: fx-sway-rev;
}

@-webkit-keyframes fx-sway-rev {
  0% {
    -webkit-transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(var(--fx-rot));
            transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(var(--fx-rot));
  }
  50% {
    -webkit-transform: translateY(calc(var(--fx-amp) * 0.35)) rotate(calc(var(--fx-rot) * -1));
            transform: translateY(calc(var(--fx-amp) * 0.35)) rotate(calc(var(--fx-rot) * -1));
  }
  100% {
    -webkit-transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(var(--fx-rot));
            transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(var(--fx-rot));
  }
}

@keyframes fx-sway-rev {
  0% {
    -webkit-transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(var(--fx-rot));
            transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(var(--fx-rot));
  }
  50% {
    -webkit-transform: translateY(calc(var(--fx-amp) * 0.35)) rotate(calc(var(--fx-rot) * -1));
            transform: translateY(calc(var(--fx-amp) * 0.35)) rotate(calc(var(--fx-rot) * -1));
  }
  100% {
    -webkit-transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(var(--fx-rot));
            transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(var(--fx-rot));
  }
}
/* 振り子（支点を上に） */
[data-fx*=pendulum] {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: fx-pendulum;
          animation-name: fx-pendulum;
}

@-webkit-keyframes fx-pendulum {
  0% {
    -webkit-transform: rotate(calc(var(--fx-rot) * -1));
            transform: rotate(calc(var(--fx-rot) * -1));
  }
  50% {
    -webkit-transform: rotate(var(--fx-rot));
            transform: rotate(var(--fx-rot));
  }
  100% {
    -webkit-transform: rotate(calc(var(--fx-rot) * -1));
            transform: rotate(calc(var(--fx-rot) * -1));
  }
}

@keyframes fx-pendulum {
  0% {
    -webkit-transform: rotate(calc(var(--fx-rot) * -1));
            transform: rotate(calc(var(--fx-rot) * -1));
  }
  50% {
    -webkit-transform: rotate(var(--fx-rot));
            transform: rotate(var(--fx-rot));
  }
  100% {
    -webkit-transform: rotate(calc(var(--fx-rot) * -1));
            transform: rotate(calc(var(--fx-rot) * -1));
  }
}
/* くるくる（連続回転） */
[data-fx*=spin] {
  -webkit-animation-name: fx-spin;
          animation-name: fx-spin;
  -webkit-animation-duration: calc(var(--fx-duration) * 1.2);
          animation-duration: calc(var(--fx-duration) * 1.2);
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes fx-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fx-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ぷかぷか + ちょい拡縮 */
[data-fx*=float][data-fx*=soft],
[data-fx*=float][data-fx*=gentle] {
  -webkit-animation-name: fx-float-soft;
          animation-name: fx-float-soft;
}

@-webkit-keyframes fx-float-soft {
  0% {
    -webkit-transform: translateY(calc(var(--fx-amp) * -1)) scale(0.995);
            transform: translateY(calc(var(--fx-amp) * -1)) scale(0.995);
  }
  100% {
    -webkit-transform: translateY(var(--fx-amp)) scale(1.005);
            transform: translateY(var(--fx-amp)) scale(1.005);
  }
}

@keyframes fx-float-soft {
  0% {
    -webkit-transform: translateY(calc(var(--fx-amp) * -1)) scale(0.995);
            transform: translateY(calc(var(--fx-amp) * -1)) scale(0.995);
  }
  100% {
    -webkit-transform: translateY(var(--fx-amp)) scale(1.005);
            transform: translateY(var(--fx-amp)) scale(1.005);
  }
}
/* 小刻みゆれ（やわらか） */
[data-fx*=wiggle] {
  -webkit-animation-name: fx-wiggle;
          animation-name: fx-wiggle;
  -webkit-animation-duration: calc(var(--fx-duration) * 0.6);
          animation-duration: calc(var(--fx-duration) * 0.6);
}

@-webkit-keyframes fx-wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(calc(var(--fx-rot) * 0.6));
            transform: rotate(calc(var(--fx-rot) * 0.6));
  }
  50% {
    -webkit-transform: rotate(calc(var(--fx-rot) * -0.6));
            transform: rotate(calc(var(--fx-rot) * -0.6));
  }
  75% {
    -webkit-transform: rotate(calc(var(--fx-rot) * 0.4));
            transform: rotate(calc(var(--fx-rot) * 0.4));
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes fx-wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(calc(var(--fx-rot) * 0.6));
            transform: rotate(calc(var(--fx-rot) * 0.6));
  }
  50% {
    -webkit-transform: rotate(calc(var(--fx-rot) * -0.6));
            transform: rotate(calc(var(--fx-rot) * -0.6));
  }
  75% {
    -webkit-transform: rotate(calc(var(--fx-rot) * 0.4));
            transform: rotate(calc(var(--fx-rot) * 0.4));
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* 速さ */
[data-fx*=fast] {
  -webkit-animation-duration: calc(var(--fx-duration) * 0.3);
          animation-duration: calc(var(--fx-duration) * 0.3);
}

[data-fx*=slow] {
  -webkit-animation-duration: calc(var(--fx-duration) * 1.6);
          animation-duration: calc(var(--fx-duration) * 1.6);
}

[data-fx*=slower] {
  -webkit-animation-duration: calc(var(--fx-duration) * 2.2);
          animation-duration: calc(var(--fx-duration) * 2.2);
}

/* 振幅 */
[data-fx*=sm] {
  --fx-amp: 6px;
  --fx-rot: 2deg;
}

[data-fx*=md] {
  --fx-amp: 10px;
  --fx-rot: 3deg;
}

[data-fx*=lg] {
  --fx-amp: 16px;
  --fx-rot: 5deg;
}

/* 方向／挙動 */
[data-fx*=alternate] {
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

/* デフォの往復を明示したい時 */
[data-fx*=reverse] {
  --fx-dir: reverse;
}

/* 回転の反転などに */
[data-fx*=pause-hover]:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/* 親が見えたら動かす（入場後に発動させたい場合） */
.is-visible [data-fx-start=visible] {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

[data-fx-start=visible] {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/* アクセシビリティ：動きを抑制 */
@media (prefers-reduced-motion: reduce) {
  [data-fx] {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.img-switch {
  position: relative;
  overflow: hidden;
}
.img-switch__base, .img-switch__hover {
  display: block;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.6s ease, transform 0.8s ease;
  transition: opacity 0.6s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.img-switch__base {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  opacity: 1;
}
.img-switch__hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.img-switch:hover .img-switch__base {
  opacity: 0;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.img-switch:hover .img-switch__hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.title {
  margin: 0 0 60px;
  text-align: center;
}
.title .deco {
  display: block;
  width: 54px;
  margin: 0 auto 18px;
}
.title .en {
  font-family: "Marcellus", serif;
  display: block;
  font-size: clamp(2.2rem, 2.4vw, 3.2rem);
  color: #2A5CA5;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 14px;
}
.title .ja {
  display: block;
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 2.8vw, 3.6rem);
  line-height: 1.55;
  letter-spacing: 0.08em;
  color: #2B3A45;
}
.title .lead {
  display: block;
  margin: 20px auto 0;
  max-width: 640px;
  font-size: 15.5px;
  font-size: 1.55rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 400;
  color: #54636E;
  line-height: 2.15;
  letter-spacing: 0.05em;
}
.title--white .en,
.title--white .ja,
.title--white .lead {
  color: #FFFFFF;
}
.title--white .deco {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.line-ttl {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: clamp(2rem, 2.1vw, 2.7rem);
  letter-spacing: 0.06em;
  border-left: 3px solid #2A5CA5;
  padding-left: 15px;
  line-height: 1.4;
  margin-bottom: 22px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #234F8E;
  padding: 14px 30px;
  border: 1px solid #2A5CA5;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.5;
  font-family: inherit;
}
.btn .ar {
  font-family: "Jost", sans-serif;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn:hover {
  background: #2A5CA5;
  color: #FFFFFF;
}
.btn:hover .ar {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.btn:hover .icon01 {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn .icon01 {
  width: 17px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.btn--solid {
  background: #2A5CA5;
  color: #FFFFFF;
  border-color: #2A5CA5;
}
.btn--solid .icon01 {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn--solid:hover {
  background: #1F4B8C;
  border-color: #1F4B8C;
}
.btn--white {
  background: transparent;
  border: 1.5px solid #FFFFFF;
  color: #FFFFFF;
}
.btn--white .icon01 {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn--white:hover {
  background: #FFFFFF;
  color: #234F8E;
}
.btn--white:hover .icon01 {
  -webkit-filter: none;
          filter: none;
}
.btn--s {
  padding: 10px 22px;
  font-size: 12.5px;
  font-size: 1.25rem;
}
.btn--l {
  padding: 19px 48px;
  font-size: 15.5px;
  font-size: 1.55rem;
}
.btn--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 240px;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 720px) {
  .btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.chip {
  display: inline-block;
  border: 1px solid #2A5CA5;
  color: #234F8E;
  font-size: 11.5px;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 4px 13px;
  letter-spacing: 0.05em;
  background: transparent;
}

.check-list li {
  position: relative;
  padding: 11px 0 11px 28px;
  font-size: 14.5px;
  font-size: 1.45rem;
  line-height: 1.9;
  color: #3F4D58;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1.1em;
  width: 14px;
  height: 14px;
  background: url(../img/icon_check.svg) center/contain no-repeat;
}
.check-list--line li {
  border-bottom: 1px solid #E7EEF3;
}
.check-list--line li:last-child {
  border-bottom: none;
}

.feat-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 13px 2px;
  border-bottom: 1px solid rgba(31, 75, 140, 0.22);
  font-size: 14.5px;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #27414F;
}
.feat-list li:last-child {
  border-bottom: none;
}
.feat-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #2A5CA5;
}

.spec-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 13px 0;
  border-bottom: 1px solid #E7EEF3;
  font-size: 14px;
  font-size: 1.4rem;
}
.spec-list > div:last-child {
  border-bottom: none;
}
@media (max-width: 720px) {
  .spec-list > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
}
.spec-list dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 220px;
  font-weight: 500;
  color: #234F8E;
  letter-spacing: 0.03em;
}
.spec-list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #3F4D58;
}

.en-small {
  font-family: "Marcellus", serif;
  font-size: clamp(2.2rem, 2.4vw, 3.2rem);
  color: #2A5CA5;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 14px;
}
.en-small .deco-s {
  display: block;
  width: 54px;
  margin-bottom: 16px;
}

.bg-light {
  background: #F3F9FD;
}

.bg-gray {
  background: #F0F0F0;
}

.mv {
  position: relative;
  background: #FFFFFF;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0 0;
  overflow: hidden;
}
.mv .rule {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #E7EEF3;
  z-index: 1;
}
.mv .rule.l {
  left: 26px;
}
.mv .rule.r {
  right: 26px;
}
.mv .rlabel {
  position: absolute;
  right: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.42em;
  color: #A9BCCB;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-transform: uppercase;
}
.mv .mv-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 76px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv .en-label {
  font-family: "Marcellus", serif;
  font-size: clamp(1.8rem, 1.7vw, 2.5rem);
  letter-spacing: 0.16em;
  color: #2A5CA5;
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.mv .en-label::before {
  content: "";
  width: 48px;
  height: 1px;
  background: #2A5CA5;
  opacity: 0.5;
}
.mv .catch-ttl {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  color: #1F4B8C;
  font-size: clamp(2.6rem, 3.1vw, 4.5rem);
  line-height: 1.64;
  letter-spacing: 0.1em;
}
.mv .catch-sub {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  color: #234F8E;
  font-size: clamp(1.6rem, 1.7vw, 2.2rem);
  margin-top: 18px;
  letter-spacing: 0.12em;
}
.mv .catch-text {
  margin-top: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.15;
  letter-spacing: 0.05em;
  color: #5A6873;
}
.mv .mv-photos {
  position: relative;
  min-width: 0;
}
.mv .mv-photos .accent {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 100%;
  height: 100%;
  border: 1px solid #2A5CA5;
  z-index: 0;
}
.mv .mv-photos .strip {
  position: absolute;
  z-index: 1;
  top: 46px;
  right: -78px;
  width: 128px;
  height: 74%;
  overflow: hidden;
}
.mv .mv-photos .strip img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 45%;
     object-position: center 45%;
}
.mv .mv-photos .main-ph {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 55vh;
  min-height: 400px;
  overflow: hidden;
}
.mv .mv-photos .main-ph .swiper,
.mv .mv-photos .main-ph .swiper-wrapper,
.mv .mv-photos .main-ph .swiper-slide {
  width: 100%;
  height: 100%;
}
.mv .mv-photos .main-ph .swiper-slide {
  will-change: opacity;
}
.mv .mv-photos .main-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  will-change: transform;
}
.mv .mv-photos .main-ph .swiper-slide-active img {
  -webkit-animation: mv-zoom 8s ease-out forwards;
          animation: mv-zoom 8s ease-out forwards;
}
.mv .mv-photos .sub-ph {
  position: absolute;
  z-index: 3;
  left: -52px;
  bottom: -40px;
  width: 196px;
  height: 236px;
  overflow: hidden;
}
.mv .mv-photos .sub-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 35%;
     object-position: center 35%;
}
.mv .mv-photos .cap {
  position: absolute;
  z-index: 3;
  right: -30px;
  top: 18px;
  font-family: "Marcellus", serif;
  font-size: 20px;
  font-size: 2rem;
  color: #234F8E;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.22em;
}
.mv .v-scroll {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: #2A5CA5;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.mv .v-scroll span {
  display: block;
  width: 1px;
  height: 44px;
  background: #2A5CA5;
  opacity: 0.5;
  margin: 12px auto 0;
  -webkit-animation: sl 2.2s ease-in-out infinite;
          animation: sl 2.2s ease-in-out infinite;
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media (max-width: 920px) {
  .mv {
    padding: 96px 0 48px;
    min-height: 0;
  }
  .mv .rule,
  .mv .rlabel,
  .mv .v-scroll {
    display: none;
  }
  .mv .mv-inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }
  .mv .mv-photos {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 20px 16px 0;
    border: 1px solid #2A5CA5;
    padding: 10px;
  }
  .mv .mv-photos .accent,
  .mv .mv-photos .strip {
    display: none;
  }
  .mv .mv-photos .main-ph {
    height: auto;
    aspect-ratio: 8/9;
    min-height: 0;
  }
  .mv .mv-photos .sub-ph {
    left: auto;
    right: -10px;
    bottom: -20px;
    width: 131px;
    height: 157px;
    z-index: 4;
  }
  .mv .mv-photos .cap {
    right: 36px;
    top: 46px;
    color: #FFFFFF;
    font-size: 1.4rem;
    text-shadow: 1px 1px 6px rgba(35, 79, 142, 0.55);
  }
  .mv .mv-catch {
    position: relative;
    background: #FFFFFF;
    margin: 30px;
    padding: 40px 30px 36px;
  }
  .mv .en-label {
    font-size: 1.3rem;
    margin-bottom: 20px;
    gap: 12px;
  }
  .mv .en-label::before {
    width: 36px;
  }
  .mv .catch-ttl {
    font-size: 2.9rem;
  }
  .mv .catch-sub {
    font-size: 1.5rem;
    margin-top: 14px;
  }
  .mv .catch-text {
    margin-top: 20px;
    font-size: 1.25rem;
  }
}

@-webkit-keyframes mv-zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}

@keyframes mv-zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}
@-webkit-keyframes sl {
  0%, 100% {
    -webkit-transform: scaleY(0.25);
            transform: scaleY(0.25);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 0.7;
  }
}
@keyframes sl {
  0%, 100% {
    -webkit-transform: scaleY(0.25);
            transform: scaleY(0.25);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 0.7;
  }
}
.vlabel {
  position: absolute;
  font-family: "Jost", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.42em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #BCD4E4;
  text-transform: uppercase;
  top: 105px;
  z-index: 1;
}
.vlabel.r {
  right: 34px;
}
.vlabel.l {
  left: 34px;
}
@media (max-width: 920px) {
  .vlabel {
    display: none;
  }
}

.concept-sec {
  position: relative;
  background: #FFFFFF url(../img/bg-wave01.jpg) center bottom/100% auto no-repeat;
  padding-bottom: 26vw;
}

.concept-list {
  max-width: 1040px;
  margin-inline: auto;
}
.concept-list .arch-card {
  text-align: center;
}
.concept-list .arch-card:nth-child(2) {
  margin-top: 54px;
}
.concept-list .arch-card:nth-child(3) {
  margin-top: 18px;
}
.concept-list .arch-card figure {
  aspect-ratio: 3/3.6;
  border-radius: 1000px 1000px 18px 18px;
  overflow: hidden;
  margin-bottom: 26px;
}
.concept-list .arch-card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.concept-list .arch-card:hover figure img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.concept-list .arch-card h4 {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.concept-list .arch-card p {
  font-size: 13.5px;
  font-size: 1.35rem;
  color: #7E8C97;
  line-height: 1.95;
  text-align: left;
}
@media (max-width: 920px) {
  .concept-list {
    max-width: 380px;
  }
  .concept-list .arch-card:nth-child(2),
  .concept-list .arch-card:nth-child(3) {
    margin-top: 0;
  }
}

.rentacar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1.5px solid #B8CEDF;
  overflow: hidden;
}
.rentacar .rentacar-body {
  padding: 64px 60px;
}
.rentacar .rentacar-body h2 {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 2.8vw, 3.6rem);
  line-height: 1.55;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.rentacar .rentacar-body p {
  font-size: 14.5px;
  font-size: 1.45rem;
  color: #54636E;
  margin: 8px 0 24px;
  line-height: 2.1;
}
.rentacar .gogo-logo {
  width: 240px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 0 24px;
}
.rentacar .rentacar-photo {
  height: 100%;
  min-height: 420px;
}
.rentacar .rentacar-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 920px) {
  .rentacar {
    grid-template-columns: 1fr;
  }
  .rentacar .rentacar-photo {
    min-height: 280px;
  }
  .rentacar .rentacar-body {
    padding: 44px 32px;
  }
}

.marker {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.7em;
  color: #2A5CA5;
  letter-spacing: 0.02em;
}

.stay-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 220px;
}
.stay-card:last-of-type {
  margin-bottom: 0;
}
.stay-card--reverse {
  grid-template-columns: 1fr 1fr;
}
.stay-card--reverse .stay-photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.stay-card--reverse .stay-photo::before {
  left: auto;
  right: -16px;
}
.stay-card .stay-photo {
  position: relative;
  margin: 0;
}
.stay-card .stay-photo::before {
  content: "";
  position: absolute;
  z-index: 0;
  border: 1px solid #2A5CA5;
  width: 100%;
  height: 100%;
  top: -16px;
  left: -16px;
}
.stay-card .stay-photo .pic {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  aspect-ratio: 16/11;
  overflow: hidden;
}
.stay-card .stay-photo .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.9s ease;
  transition: -webkit-transform 0.9s ease;
  transition: transform 0.9s ease;
  transition: transform 0.9s ease, -webkit-transform 0.9s ease;
}
.stay-card:hover .stay-photo .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.stay-card .stay-body h3 {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}
.stay-card .stay-body > p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #54636E;
  line-height: 2.05;
}
.stay-card .stay-body .btns {
  margin-top: 26px;
}
@media (max-width: 920px) {
  .stay-card, .stay-card--reverse {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .stay-card--reverse .stay-photo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .stay-card {
    margin-bottom: 100px;
  }
}

.stays-more {
  margin-top: 120px;
}
@media (max-width: 920px) {
  .stays-more {
    margin-top: 64px;
  }
}

.guide-band {
  position: relative;
  background: url(../img/bg-island01.jpg) left bottom/cover no-repeat;
  padding-bottom: 112px;
}
.guide-band .island-band {
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin: 0;
}
.guide-band .island-band img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guide-band .island-body {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 74px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.guide-band .guide-photos {
  position: relative;
  z-index: 2;
  margin: -238px 0 0;
}
.guide-band .guide-photos .pic {
  aspect-ratio: 3/4;
  overflow: hidden;
  margin: 0;
}
.guide-band .guide-photos .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 1.1s ease;
  transition: -webkit-transform 1.1s ease;
  transition: transform 1.1s ease;
  transition: transform 1.1s ease, -webkit-transform 1.1s ease;
}
.guide-band .guide-photos:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.guide-band .guide-body {
  padding-top: 60px;
}
.guide-band .guide-body .deco-s {
  margin-bottom: 16px;
}
.guide-band .guide-body h2 {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 2.8vw, 3.6rem);
  line-height: 1.55;
  letter-spacing: 0.08em;
}
.guide-band .guide-body .lead {
  color: #27414F;
  margin: 24px 0;
  font-size: 15.5px;
  font-size: 1.55rem;
  line-height: 2.15;
  letter-spacing: 0.05em;
}
@media (max-width: 920px) {
  .guide-band .island-band {
    height: 200px;
  }
  .guide-band .island-body {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 24px;
  }
  .guide-band .guide-photos {
    margin-top: -90px;
  }
  .guide-band .guide-body {
    padding-top: 8px;
  }
}

.gallery-marquee {
  padding: 96px 0;
  overflow: hidden;
}
.gallery-marquee .gallery-marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee-flow 48s linear infinite;
          animation: marquee-flow 48s linear infinite;
}
.gallery-marquee:hover .gallery-marquee__track {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.gallery-marquee .gallery-marquee__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 30vw;
  max-width: 420px;
  min-width: 300px;
  height: 300px;
  overflow: hidden;
}
.gallery-marquee .gallery-marquee__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.gallery-marquee .gallery-marquee__item:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

@-webkit-keyframes marquee-flow {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee-flow {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.insta-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 1000px;
  margin-inline: auto;
}
.insta-list a {
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.insta-list a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 69, 107, 0);
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
}
.insta-list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.insta-list a:hover::after {
  background: rgba(16, 69, 107, 0.18);
}
.insta-list a:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
@media (max-width: 920px) {
  .insta-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-band .cta-box {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 92, 165, 0.6)), to(rgba(42, 92, 165, 0.6))), url(../img/bg-footer.jpg) center/cover no-repeat;
  background: linear-gradient(rgba(42, 92, 165, 0.6), rgba(42, 92, 165, 0.6)), url(../img/bg-footer.jpg) center/cover no-repeat;
  text-align: center;
  padding: 104px 40px;
  color: #FFFFFF;
}
.contact-band .cta-box .cta-copy {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  line-height: 1.95;
  letter-spacing: 0.07em;
  max-width: 760px;
  margin: 0 auto;
}
.contact-band .cta-box .cta-lead {
  margin: 18px auto 36px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 680px;
  font-size: 15.5px;
  font-size: 1.55rem;
  line-height: 2.15;
}

.news-list {
  max-width: 820px;
  margin-inline: auto;
}
.news-list li {
  border-bottom: 1px solid #E7EEF3;
}
.news-list li:first-child {
  border-top: 1px solid #E7EEF3;
}
.news-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 24px 6px;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-list a:hover {
  background: #F6F8FA;
}
.news-list time {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #2A5CA5;
  letter-spacing: 0.04em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.news-list .tag {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: 1px solid #2A5CA5;
  color: #234F8E;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 3px 12px;
}
.news-list .ttl {
  font-size: 14.5px;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.stay-detail-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stay-detail-card--reverse {
  grid-template-columns: 0.9fr 1.1fr;
}
.stay-detail-card--reverse .stay-photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.stay-detail-card--reverse .stay-photo::before {
  left: auto;
  right: -16px;
}
.stay-detail-card .stay-photo {
  position: relative;
  margin: 0;
}
.stay-detail-card .stay-photo::before {
  content: "";
  position: absolute;
  z-index: 0;
  border: 1px solid #2A5CA5;
  width: 100%;
  height: 100%;
  top: -16px;
  left: -16px;
}
.stay-detail-card .stay-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16/11;
  -o-object-fit: cover;
     object-fit: cover;
}
.stay-detail-card .stay-body h2 {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.stay-detail-card .stay-body > p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #54636E;
  line-height: 2.05;
}
.stay-detail-card .stay-body .btns {
  margin-top: 24px;
}
@media (max-width: 920px) {
  .stay-detail-card, .stay-detail-card--reverse {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .stay-detail-card--reverse .stay-photo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.photo-viewer .main-photo {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 0 0 12px;
}
.photo-viewer .main-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-viewer .thumb-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.photo-viewer .thumb-list li {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
}
.photo-viewer .thumb-list li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.45);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  pointer-events: none;
}
.photo-viewer .thumb-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-viewer .thumb-list img.is-active {
  outline: 2px solid #2A5CA5;
  outline-offset: -2px;
}
.photo-viewer .thumb-list li:hover::after,
.photo-viewer .thumb-list li:has(.is-active)::after {
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 440px) {
  .photo-viewer .thumb-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.detail-sec {
  padding: 42px 0;
  border-bottom: 1px solid #E7EEF3;
}
.detail-sec:last-of-type {
  border-bottom: none;
}
.detail-sec p {
  font-size: 14.5px;
  font-size: 1.45rem;
  line-height: 2.1;
  color: #3F4D58;
}
.detail-sec p + p {
  margin-top: 12px;
}
.detail-sec .note {
  font-size: 13px;
  font-size: 1.3rem;
  color: #7E8C97;
  margin-top: 10px;
}

.amenity-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.map-placeholder {
  margin-top: 16px;
  height: 300px;
  background: #EAF4FA;
  display: grid;
  place-items: center;
  color: #7E8C97;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}

.faq .faq-item {
  border-bottom: 1px solid #E7EEF3;
}
.faq .faq-qline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #234F8E;
  letter-spacing: 0.03em;
  cursor: pointer;
  position: relative;
  padding: 20px 38px 20px 0;
}
.faq .faq-qline .q {
  font-family: "Jost", sans-serif;
  color: #2A5CA5;
  font-weight: 500;
}
.faq .faq-qline .mark {
  position: absolute;
  right: 4px;
  top: 20px;
  color: #2A5CA5;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq .faq-a {
  display: none;
  padding: 0 20px 22px 26px;
}
.faq .faq-a p {
  color: #5B6A74;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.95;
}
.faq .faq-item.is-open .faq-a {
  display: block;
}
.faq .faq-item.is-open .mark {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.reserve-band {
  background: #2A5CA5;
  text-align: center;
  color: #FFFFFF;
}
.reserve-band h2 .ja {
  font-size: clamp(2.2rem, 2.4vw, 3rem);
}
.reserve-band .reserve-lead {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  font-size: 15.5px;
  font-size: 1.55rem;
}

.guide-hero {
  width: 100%;
  height: 440px;
  overflow: hidden;
  margin: 0;
}
.guide-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 920px) {
  .guide-hero {
    height: 280px;
  }
}

.about-cols {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-cols figure {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin: 0;
}
.about-cols figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.9s ease;
  transition: -webkit-transform 0.9s ease;
  transition: transform 0.9s ease;
  transition: transform 0.9s ease, -webkit-transform 0.9s ease;
}
.about-cols figure:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.about-cols p {
  font-size: 14.5px;
  font-size: 1.45rem;
  line-height: 2.1;
  color: #3F4D58;
}
.about-cols p + p {
  margin-top: 14px;
}

.card {
  background: #FFFFFF;
  border: 1px solid #E7EEF3;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.card figure {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin: 0;
}
.card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.card:hover figure img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.card .card-body {
  padding: 22px 22px 26px;
}
.card h3 {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  line-height: 1.5;
}
.card p {
  font-size: 13.5px;
  font-size: 1.35rem;
  color: #7E8C97;
  line-height: 1.9;
}
.card .btn {
  margin-top: 14px;
}
.card--feat {
  padding: 30px 26px;
}
.card--feat h3 {
  margin-bottom: 10px;
}

.circle-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border: 1px solid #2A5CA5;
  border-radius: 50%;
  color: #2A5CA5;
}
.circle-icon img {
  width: 24px;
  height: 24px;
}
.circle-icon .circle-ico {
  display: block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: var(--icon) center/contain no-repeat;
  mask: var(--icon) center/contain no-repeat;
}

.icon-card {
  text-align: center;
  padding: 34px 22px;
  border: 1px solid #E7EEF3;
  background: #FFFFFF;
}
.icon-card h3 {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 8px;
}
.icon-card p {
  font-size: 13.5px;
  font-size: 1.35rem;
  color: #7E8C97;
  line-height: 1.9;
  text-align: left;
}

.blog-cards .blog-card {
  background: #FFFFFF;
  border: 1px solid #E7EEF3;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.blog-cards .blog-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.blog-cards .blog-card a {
  display: block;
  padding-bottom: 22px;
}
.blog-cards .blog-card figure {
  aspect-ratio: 16/10;
  overflow: hidden;
  margin: 0;
}
.blog-cards .blog-card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-cards .blog-card .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px 20px 0;
}
.blog-cards .blog-card .meta time {
  font-family: "Cormorant Garamond", serif;
  color: #2A5CA5;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-size: 1.6rem;
}
.blog-cards .blog-card .meta .tag {
  border: 1px solid #2A5CA5;
  color: #234F8E;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 2px 12px;
}
.blog-cards .blog-card h3 {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 12px 20px 6px;
}
.blog-cards .blog-card .excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.9;
  color: #7E8C97;
  padding: 0 20px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 50px;
}
.pagination a,
.pagination span {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #E7EEF3;
  color: #234F8E;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pagination .current {
  background: #2A5CA5;
  border-color: #2A5CA5;
  color: #FFFFFF;
}
.pagination a:hover {
  border-color: #2A5CA5;
  background: #F3F9FD;
}

.contact-methods .method-card {
  border: 1px solid #C8D6E7;
  background: #FFFFFF;
  text-align: center;
  padding: 40px 24px;
}
.contact-methods .method-card h2 {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  margin: 0 0 24px;
}

.form-list {
  max-width: 640px;
  margin: 0 auto 28px;
}
.form-list > div {
  margin-bottom: 26px;
}
.form-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-size: 1.35rem;
  font-weight: 500;
  color: #234F8E;
  margin-bottom: 8px;
}
.form-list dt .req {
  color: #C0392B;
  font-size: 11px;
  font-size: 1.1rem;
}
.form-list input,
.form-list select,
.form-list textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #CFDAE2;
  background: #FFFFFF;
  font-family: inherit;
  font-size: 14px;
  font-size: 1.4rem;
  color: #2B3A45;
}
.form-list input:focus-visible,
.form-list select:focus-visible,
.form-list textarea:focus-visible {
  outline: 2px solid rgba(42, 92, 165, 0.35);
  outline-offset: 2px;
}
.form-list textarea {
  min-height: 170px;
}

.agree {
  font-size: 13.5px;
  font-size: 1.35rem;
  margin-bottom: 28px;
}
.agree a {
  color: #2A5CA5;
  text-decoration: underline;
}

.company-list {
  max-width: 820px;
  margin-inline: auto;
}

@media (max-width: 920px) {
  .footer-contact a {
    padding: 180px 60px;
  }
  .footer-contact h2 .en {
    font-size: 6rem;
  }
  .footer-contact h2 .ja {
    font-size: 1.5rem;
  }
  #header .contact_btn {
    display: none;
  }
  .mv .catch h1 {
    font-size: 4.5rem;
  }
  .mv .catch p {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .title .en {
    font-size: 6rem;
  }
  .title .ja {
    font-size: 1.6rem;
  }
  #header .inner {
    padding: 12px 22px;
  }
  .head-right {
    gap: 18px;
  }
  #header_nav ul {
    gap: 22px;
  }
  #header_nav a .en {
    font-size: 1.3rem;
  }
  .contact_btn a {
    padding: 10px 14px;
    font-size: 1.2rem;
  }
}
@media (max-width: 720px) {
  .tbl--hours tr th,
  .tbl--hours tr td {
    padding: 7px 5px;
    font-size: 12px;
  }
  .contact_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .inner {
    padding: 10px 20px;
  }
  #header #logo {
    width: 90px;
  }
  .head-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 60px;
  }
  #header_nav {
    display: none;
  }
  .sp-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .sp-btn p {
    width: 25%;
  }
  .sp-btn p:nth-child(1) {
    background: #e4405f;
  }
  .sp-btn p:nth-child(2) {
    background: #2A5CA5;
  }
  .sp-btn p:nth-child(3) {
    background: #2A5CA5;
  }
  .sp-btn p:nth-child(4) {
    background: #2B3A45;
  }
  .sp-btn p a {
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px 5px;
  }
  .sp-btn p a img {
    max-width: 25px;
  }
  .sp-btn p a span {
    display: block;
    text-align: center;
  }
  #sp-logo {
    width: 120px;
  }
  .footer-contact a {
    padding: 120px 40px;
  }
  .footer-contact h2 .en {
    font-size: 4rem;
  }
  .flogo {
    width: 100px;
  }
  #footer .inner {
    padding: 0 20px;
    font-size: 1.4rem;
  }
  #footer .link-list {
    font-size: 1.4rem;
  }
  #nav-toggle {
    position: fixed;
    right: 16px;
    top: 10px;
    inline-size: 44px;
    block-size: 44px;
    display: grid;
    place-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 120;
  }
  #nav-toggle .bars {
    position: relative;
    inline-size: 32px;
    block-size: 24px;
    display: grid;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  #nav-toggle .bars i {
    display: block;
    inline-size: 100%;
    block-size: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, opacity 0.2s ease;
    transition: transform 0.25s ease, opacity 0.2s ease, -webkit-transform 0.25s ease;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  #nav-toggle.is-active .bars i {
    background: #2A5CA5;
  }
  #nav-toggle.is-active .bars i:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
  #nav-toggle.is-active .bars i:nth-child(2) {
    opacity: 0;
  }
  #nav-toggle.is-active .bars i:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
  .sub-page #nav-toggle .bars i {
    background: #2B3A45;
  }
  #sp-nav {
    position: fixed;
    inset: 0;
    background: #FFFFFF;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    z-index: -10;
  }
  #sp-nav.open {
    opacity: 1;
    pointer-events: auto;
    z-index: 110;
  }
  #sp-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 260px;
  }
  #sp-nav li:not(:first-child) {
    margin-top: 1em;
  }
  #sp-nav li a {
    font-size: 14px;
    color: #2B3A45;
    text-decoration: none;
    border-bottom: 1px solid #2A5CA5;
    display: block;
    padding-bottom: 1em;
  }
  #sp-nav li a span {
    display: none;
  }
  #sp-nav .contact_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 16px;
  }
  #sp-nav .contact_btn > div {
    width: 100%;
    text-align: center;
  }
  #sp-nav .contact_btn a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 240px;
  }
  .media {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--media-gap, 20px);
  }
  .box {
    padding: 0;
  }
  .box--pd60 {
    padding: 30px;
  }
  body.fixed {
    overflow: hidden;
  }
  .u-decor-spflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .u-decor {
    position: initial;
  }
  .u-decor.w150 img {
    width: 100px;
  }
  .mv .catch h1 {
    margin-bottom: 40px;
    font-size: 4rem;
  }
  .mv .catch p {
    font-size: 2rem;
  }
  #page-title .inner {
    padding: 20px 40px 60px;
  }
  #page-title .inner .title {
    margin-bottom: 40px;
  }
  .blog-list {
    gap: 10px;
  }
  .blog-list li {
    width: 100%;
  }
  .container--p-xl {
    padding: 60px 15px;
  }
  .container--p-l {
    padding: 40px 15px;
  }
  .container--p-m {
    padding: 30px 15px;
  }
  .container--p-s {
    padding: 20px 15px;
  }
  .container--full {
    padding-left: 0;
    padding-right: 0;
  }
  .l-column {
    row-gap: 20px;
  }
  .l-column.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-column.col2 {
    --cols: 1;
  }
  .l-column.col3 {
    --cols: 1;
  }
  .l-column.col4 {
    --cols: 2;
  }
  .l-column.col5 {
    --cols: 3;
  }
  .sp-contents {
    display: block !important;
  }
  .pc-contents {
    display: none !important;
  }
  .spbr {
    display: block;
  }
  .btn {
    margin-top: 20px;
    width: 100%;
  }
  .btn a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn--left {
    text-align: center;
  }
  .btn--left a {
    margin-left: auto;
  }
  .grid {
    gap: 12px;
  }
  .b-m120 {
    margin-bottom: 60px;
  }
  #header .inner {
    padding: 10px 16px;
  }
  #header #logo img {
    height: 42px;
    width: auto;
    max-width: none;
  }
  .head-right .contact_btn {
    display: none;
  }
  #nav-toggle .bars i {
    background: #2A5CA5;
  }
  #sp-nav li a {
    border-bottom-color: rgba(42, 92, 165, 0.3);
  }
  #sp-nav li a span {
    display: block;
  }
  #sp-nav li a .en {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.16em;
    color: #2A5CA5;
  }
  #sp-nav li a .ja {
    font-size: 11px;
    margin-top: 4px;
    color: rgba(43, 58, 69, 0.75);
  }
  #sp-nav #sp-logo img {
    width: 130px;
  }
  #footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
    padding: 0 20px 40px;
  }
  #footer .footer-right {
    text-align: left;
  }
  #page-title {
    padding: 110px 20px 44px;
  }
  #page-title .en {
    font-size: 3.2rem;
  }
  #page-title .ja {
    font-size: 1.6rem;
  }
  #page-title .lead {
    font-size: 1.3rem;
    line-height: 2;
    text-align: left;
  }
}
@media (max-width: 440px) {
  #header .contact_btn {
    display: none;
  }
  #header .inner {
    padding: 10px;
  }
  #header .inner #logo {
    width: 80px;
  }
  .sp-btn p a {
    font-weight: 600;
    padding: 7px;
  }
  .sp-btn p a img {
    max-width: 20px;
  }
  .sp-btn p a span {
    font-size: 12px;
  }
  .copyright {
    padding-top: 40px;
    text-align: center;
  }
  .footer-contact a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    padding: 60px 20px;
  }
  #footer {
    text-align: center;
  }
  #footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_navi {
    display: none;
  }
  .flogo {
    margin-inline: auto;
  }
  .mv .mv-img img {
    aspect-ratio: 390/600;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv .catch h1 {
    line-height: 1.5;
    margin-bottom: 32px;
  }
  .list--disc li {
    font-size: 1.6rem;
  }
  .list--disc li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .news-list li {
    padding: 8px;
  }
  .news-list .date {
    font-size: 1.4rem;
  }
  .news-list .ttl {
    font-size: 1.4rem;
  }
  .blog-list li a {
    padding: 10px;
    gap: 16px;
  }
  .blog-list .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
  .blog-list .text .ttl {
    font-size: 1.6rem;
  }
  .blog-list .text .detail {
    font-size: 1.4rem;
    -webkit-line-clamp: 2;
    line-height: 1.2;
  }
  .img-sp6-4 img {
    aspect-ratio: 6/4;
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  h4 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  h5 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .b-m40 {
    margin-bottom: 20px;
  }
  .b-m60 {
    margin-bottom: 30px;
  }
  .b-m80 {
    margin-bottom: 40px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .tcenter_pc {
    text-align: left;
  }
  .pl-40 {
    padding-left: 0;
  }
  .card {
    padding: 24px;
  }
  .title {
    margin-bottom: 30px;
  }
  .title .en {
    font-size: 4rem;
  }
  .title .ja {
    font-size: 1.4rem;
  }
  .sub-ttl {
    font-size: 1.6rem;
  }
  .bigger {
    font-size: 1.1em;
  }
  .contact_btn.big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_btn.big a {
    padding: 16px 24px;
  }
  .bg-chosei {
    padding-bottom: 50px;
  }
  #page-title .inner {
    padding: 20px 20px 30px;
  }
  #page-title .inner img {
    height: 200px;
  }
  #form {
    padding: 20px;
  }
  .gallery img {
    width: 100%;
  }
  .tabs__panel.is-active {
    padding: 20px 10px;
  }
  .accordion.faq > .ttl {
    padding-right: 2.5em;
  }
  .accordion.faq > .ttl::before {
    left: 8px;
    inline-size: 32px;
    block-size: 32px;
  }
  .accordion.faq > .ttl::after {
    right: 10px;
    inline-size: 7px;
    block-size: 7px;
  }
  .accordion.faq > .inner::before {
    left: 8px;
  }
  .accordion.faq > .inner p {
    padding-right: 0;
  }
  .tabs__btn {
    padding: 8px;
    font-size: 0.8em;
  }
  .tabs__panel.is-active {
    padding: 0;
  }
  .tabs__panel .t-m20 {
    margin-top: 10px;
  }
  .accordion > .ttl,
  .accordion.faq > .inner p {
    font-size: 0.9em;
  }
  .bg--round {
    border-radius: 30px;
  }
  .b-m120 {
    margin-bottom: 30px;
  }
  .copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page-title {
    padding-top: 96px;
  }
  #page-title .en {
    font-size: 2.8rem;
  }
}
@media print {
  a {
    text-decoration: underline;
  }
  .btn,
  .chip,
  .badge,
  .alert {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
  }
}