@charset "UTF-8";
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw600: 0.1666666667vw; /* 100 / 600 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
  --vw1600: 0.0625vw; /* 100 / 1600 */
}

/* --------------------------------
  A (more) Modern CSS Reset
-------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

button {
  border: none;
  background: none;
}
button:hover, button:active, button:focus {
  outline: none;
}
button:active, button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* --------------------------------

  基本スタイル

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #161616;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #fff;
}

@media screen and (max-width: 1099.98px) {
  html.is-nav-open {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

/* --------------------------------

  l-wrapper

-------------------------------- */
.l-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
/* --------------------------------

  l-header

-------------------------------- */
.l-header__logo {
  z-index: 101;
}
@media screen and (max-width: 1099.98px) {
  .l-header__logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    padding: 0;
    place-content: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6rem 0 0 2rem;
    z-index: 1001;
  }
  .is-fixed .l-header__logo {
    position: fixed;
    top: -6rem;
    height: 10rem;
    place-content: center;
    padding: 0 0 0 2.5rem;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -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;
    z-index: 1002;
  }
  .is-fixed .l-header__logo::before {
    display: none;
  }
}
@media screen and (min-width: 1440px), print {
  .l-header__logo {
    padding: 6rem 0 0 3rem;
  }
}
@media screen and (min-width: 1600px), print {
  .l-header__logo {
    padding: 6rem 0 0 4.5rem;
  }
}
.l-header__logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 88.8rem;
  height: 19.7rem;
  background: url("../img/top/logo_wave_01.webp") no-repeat top left/contain;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 1100px), print {
  .l-header__logo::before {
    width: 88.8rem;
    height: 17rem;
    display: block;
  }
}
@media screen and (min-width: 1440px), print {
  .l-header__logo::before {
    width: 88.8rem;
    height: 19.7rem;
  }
}
.l-header__logo-title {
  width: 20rem;
}
@media screen and (min-width: 1100px), print {
  .l-header__logo-title {
    width: 21rem;
  }
}
@media screen and (min-width: 1440px), print {
  .l-header__logo-title {
    width: 27rem;
  }
}
@media screen and (min-width: 1600px), print {
  .l-header__logo-title {
    width: 30.9rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__logo-title {
    margin-inline: auto;
  }
}
.l-header__logo-title a {
  display: inline-block;
}
.l-header__logo-title img {
  height: auto;
}
@media screen and (min-width: 1100px), print {
  .l-header__nav {
    position: absolute;
    right: 0;
    top: 3.2rem;
    height: 10rem;
    padding: 0;
    place-content: center;
    background-color: #ffffff;
    border-radius: 10em 0 0 10em;
    -webkit-box-shadow: 0 0 8px rgba(12, 98, 192, 0.1);
            box-shadow: 0 0 8px rgba(12, 98, 192, 0.1);
    z-index: 1001;
  }
  .is-fixed .l-header__nav {
    position: fixed;
    left: 0;
    top: -10rem;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    border-radius: 0;
    -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;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__tel {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__tel {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-header__tel::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 0.5rem;
    background-color: #0C62C0;
    margin: auto;
  }
  .l-header__tel:hover {
    opacity: 0.8;
  }
  .l-header__tel a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  .l-header__tel a::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    width: 17px;
    height: 17px;
    background: url("../img/base/icon-tel_wht.svg") no-repeat center/contain;
  }
  .l-header__tel a::after {
    content: "TEL";
    position: absolute;
    left: 0;
    bottom: 16px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
.l-header__floating {
  position: fixed;
  z-index: 998;
}
@media screen and (min-width: 1100px), print {
  .l-header__floating {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1001;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__floating {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgba(57, 56, 56, 0.25);
            box-shadow: 0 0 5px 0 rgba(57, 56, 56, 0.25);
    border-radius: 1rem 1rem 0 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__floating-item--schedule {
    border-right: 1px solid #0C62C0;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__floating-item--reserve {
    position: relative;
    right: 0;
    margin-right: -53rem;
    margin-top: 2rem;
  }
}
.l-header__schedule {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .l-header__schedule {
    position: relative;
    right: 0;
    display: grid;
    grid-template-columns: 6.3rem 53rem;
    height: 28.3rem;
    margin-right: -53rem;
    border-radius: 2rem 0 0 2rem;
    -webkit-box-shadow: 0 0 5px 0 rgba(57, 56, 56, 0.25);
            box-shadow: 0 0 5px 0 rgba(57, 56, 56, 0.25);
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    cursor: pointer;
  }
  .l-header__schedule:hover {
    right: 53rem;
  }
}
.l-header__schedule-content {
  background-color: #FFDD02;
  place-content: center;
  padding: 1.5rem 2.5rem;
}

/* --------------------------------

  l-footer

-------------------------------- */
.l-footer {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1099.98px) {
  .l-footer {
    margin-bottom: 6rem;
  }
}
.l-footer__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  padding: 5rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .l-footer__container {
    gap: 8rem;
    padding: 8rem 3rem;
    grid-template-columns: 38.5rem 1fr;
  }
}
.l-footer__secret {
  position: absolute;
  bottom: 6rem;
  left: 1rem;
  max-width: 7rem;
  z-index: 1;
}
@media screen and (min-width: 360px), print {
  .l-footer__secret {
    bottom: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer__secret {
    max-width: 11.5rem;
    left: 2rem;
  }
}
.l-footer__secret-button {
  display: block;
  position: relative;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .l-footer__secret-button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .l-footer__secret-button:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .l-footer__secret-button:where(:-moz-any-link, :enabled, summary):hover img {
    transform: scale(1);
  }
  .l-footer__secret-button:where(:any-link, :enabled, summary):hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.l-footer__secret img {
  height: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -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;
}
.l-footer__logo {
  margin-bottom: 2rem;
  margin-inline: auto;
  max-width: 27rem;
}
@media screen and (min-width: 1100px), print {
  .l-footer__logo {
    margin-bottom: 3.5rem;
    max-width: none;
  }
}
.l-footer__add {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .l-footer__add {
    font-size: 1.8rem;
    text-align: left;
  }
}
.l-footer__copy {
  position: relative;
  height: 15rem;
  place-content: center;
  text-align: right;
  padding: 5rem 2.5rem 0 2.5rem;
}
@media screen and (min-width: 768px), print {
  .l-footer__copy {
    height: 20rem;
    padding: 0 7rem;
  }
}
.l-footer__copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80rem;
  padding-top: 15rem;
  background: url("../img/top/wave_line_01.webp") no-repeat top left/100% auto;
}
@media screen and (min-width: 768px), print {
  .l-footer__copy::before {
    width: 100%;
    padding-top: 20rem;
  }
}
.l-footer__copy small {
  color: #0C62C0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .l-footer__copy small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-footer__copy span {
    display: none;
  }
}

/* --------------------------------

  l-main

-------------------------------- */
.l-main {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 100;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* --------------------------------

  l-inner

-------------------------------- */
.l-inner {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
}
.l-inner::after {
  content: "";
  display: table;
  clear: both;
}
.l-inner--wide {
  max-width: 1500px;
}

/* --------------------------------

  c-button

-------------------------------- */
.c-button--schedule {
  display: block;
  color: #0C62C0;
  background-color: #FFDD02;
  font-size: 1.4rem;
  width: 100%;
  height: 6rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  place-content: center;
  cursor: pointer;
}
@media screen and (min-width: 1100px), print {
  .c-button--schedule {
    font-size: 2rem;
    width: 6.3rem;
    height: 28.3rem;
    letter-spacing: 0.15em;
    border-radius: 2rem 0 0 2rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
.c-button--schedule span {
  position: relative;
  display: inline-block;
  padding-top: 1.8em;
}
.c-button--schedule span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5rem;
  height: 2rem;
  background: url("../img/base/icon-times_blue.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-button--schedule span::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-button--reserve {
  display: block;
  color: #fff;
  background-color: #0C62C0;
  font-size: 1.4rem;
  width: 100%;
  height: 6rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  place-content: center;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-button--reserve {
    font-size: 2rem;
    width: 6.3rem;
    height: 24rem;
    letter-spacing: 0.15em;
    border-radius: 2rem 0 0 2rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
@media (hover: hover) {
  .c-button--reserve:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #FFDD02;
    color: #0C62C0;
  }
  .c-button--reserve:where(:any-link, :enabled, summary):hover {
    background-color: #FFDD02;
    color: #0C62C0;
  }
  .c-button--reserve:where(:-moz-any-link, :enabled, summary):hover span::before {
    background: url("../img/base/icon-reserve_blue.svg") no-repeat center/contain;
  }
  .c-button--reserve:where(:any-link, :enabled, summary):hover span::before {
    background: url("../img/base/icon-reserve_blue.svg") no-repeat center/contain;
  }
}
.c-button--reserve span {
  position: relative;
  display: inline-block;
  padding-top: 1.8em;
}
.c-button--reserve span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5rem;
  height: 2rem;
  background: url("../img/base/icon-reserve_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-button--reserve span::before {
    width: 2.5rem;
    height: 2.6rem;
  }
}

/* --------------------------------

  c-link-button

-------------------------------- */
.c-link-button {
  position: relative;
  display: inline-block;
  color: #0C62C0;
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.5rem 3rem;
  border: 1px solid #0C62C0;
  border-radius: 10em;
}
@media screen and (min-width: 1100px), print {
  .c-link-button {
    font-size: 1.6rem;
    padding: 1.5rem 5rem;
  }
}
.c-link-button span {
  position: relative;
  display: inline-block;
  padding-right: 1.2em;
}
.c-link-button span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 0.85rem;
  height: 0.85rem;
  border-top: 2px solid #0C62C0;
  border-left: 2px solid #0C62C0;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

a.c-link-button {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media (hover: hover) {
  a.c-link-button:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #0C62C0;
    color: #fff;
  }
  a.c-link-button:where(:any-link, :enabled, summary):hover {
    background-color: #0C62C0;
    color: #fff;
  }
  a.c-link-button:where(:-moz-any-link, :enabled, summary):hover span::before {
    border-color: #fff;
  }
  a.c-link-button:where(:any-link, :enabled, summary):hover span::before {
    border-color: #fff;
  }
}

/* --------------------------------
  c-global-contact
-------------------------------- */
.c-global-contact__item {
  width: 100%;
  height: 10rem;
  background-color: #0C62C0;
  border-radius: 1rem;
  place-content: center;
  padding: 0.8rem 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__item {
    width: 21rem;
    border-radius: 5rem 0 0 0;
  }
}
@media screen and (min-width: 1440px), print {
  .c-global-contact__item {
    width: 26.6rem;
    border-radius: 10rem 0 0 0;
    padding: 0.8rem 2rem;
  }
}
.c-global-contact__lead, .c-global-contact__add {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__lead, .c-global-contact__add {
    font-size: 1.2rem;
    text-align: right;
  }
}
@media screen and (min-width: 1440px), print {
  .c-global-contact__lead, .c-global-contact__add {
    font-size: 1.4rem;
  }
}
.c-global-contact__tel {
  margin-block: 0.85rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__tel {
    text-align: right;
  }
}
.c-global-contact__tel.c-global-contact__tel--blue {
  margin-block: 0;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__tel.c-global-contact__tel--blue {
    text-align: left;
  }
}
.c-global-contact__tel.c-global-contact__tel--blue .tel-link {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 800;
  color: #0C62C0;
  line-height: 1;
  text-decoration: none;
  padding-left: 1.35em;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__tel.c-global-contact__tel--blue .tel-link {
    font-size: 3.2rem;
  }
}
.c-global-contact__tel.c-global-contact__tel--blue .tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/base/icon-tel_blue.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__tel.c-global-contact__tel--blue .tel-link::before {
    width: 3rem;
    height: 3rem;
  }
}
.c-global-contact__tel .tel-link {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  padding-left: 1.5em;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__tel .tel-link {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-global-contact__tel .tel-link {
    font-size: 2.4rem;
  }
}
.c-global-contact__tel .tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/base/icon-tel_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__tel .tel-link::before {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-global-contact__tel .tel-link::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* --------------------------------

  c-gnav

-------------------------------- */
.c-gnav {
  /* ハンバーガーメニューボタン */
}
@media screen and (max-width: 1099.98px) {
  .c-gnav {
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: -30rem;
    width: 30rem;
    height: 100%;
    z-index: 1000;
    -webkit-transition: left 0.3s ease, opacity 0.3s ease;
    transition: left 0.3s ease, opacity 0.3s ease;
  }
  .is-nav-open .c-gnav {
    left: 0;
    pointer-events: all;
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 3rem 0;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__contact {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
.c-gnav__menu {
  list-style: none;
  margin: 0;
  padding: 6.5rem 1.5rem 0 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .c-gnav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    padding: 1rem 1rem 1rem 2.5rem;
  }
}
.c-gnav__item {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__item {
    border-bottom: 1px dashed #0C62C0;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__item--contactlens {
    max-width: 9rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-gnav__item--contactlens {
    max-width: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__item:first-child {
    border-top: 1px dashed #0C62C0;
  }
}
.c-gnav__title {
  display: block;
}
.c-gnav__label {
  position: relative;
  line-height: 1.2;
  color: #161616;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-gnav__label {
    display: block;
    padding: 0;
    place-content: center;
    text-align: center;
    height: 8rem;
    font-size: 1.4rem;
    padding: 1.3rem 1rem;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-gnav__label {
    font-size: 1.8rem;
    padding: 1.3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__label {
    display: block;
    font-size: 1.8rem;
    padding: 0 0 0 1rem;
    height: 6rem;
    place-content: center;
  }
}
.c-gnav__label::before {
  content: "";
  position: absolute;
}
@media screen and (min-width: 1100px), print {
  .c-gnav__label::before {
    width: 1.3rem;
    height: 1.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0.4rem;
    background: url("../img/base/icon-arrow_bottom_blue.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__label::before {
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #0C62C0 url("../img/base/icon-plus.svg") no-repeat center/50%;
    border-radius: 0.5rem;
  }
}
.c-gnav__link {
  position: relative;
  line-height: 1.2;
  color: #161616;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-gnav__link {
    display: block;
    text-align: center;
    place-content: center;
    height: 8rem;
    font-size: 1.4rem;
    padding: 1.3rem 1rem;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-gnav__link {
    font-size: 1.8rem;
    padding: 1.3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__link {
    display: block;
    font-size: 1.8rem;
    height: 6rem;
    padding: 0 0 0 1rem;
    place-content: center;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__link::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    background: #0C62C0 url("../img/base/icon-arrow3_right_wht.svg") no-repeat center/50%;
    border-radius: 0.5rem;
  }
}
@media screen and (hover: hover) and (max-width: 1099.98px) {
  .c-gnav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #0C62C0;
  }
  .c-gnav__link:where(:any-link, :enabled, summary):hover {
    color: #0C62C0;
  }
}
@media screen and (hover: hover) and (min-width: 1100px), print and (hover: hover) {
  .c-gnav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #0C62C0;
    background-color: #D4EEFF;
  }
  .c-gnav__link:where(:any-link, :enabled, summary):hover {
    color: #0C62C0;
    background-color: #D4EEFF;
  }
}
.c-gnav__dropdown {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__dropdown {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__dropdown {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    width: 20rem;
    z-index: -1;
    opacity: 0;
    padding: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0 8px rgba(12, 98, 192, 0.1);
            box-shadow: 0 0 8px rgba(12, 98, 192, 0.1);
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-gnav__dropdown {
    width: 25rem;
  }
}
.c-gnav__dropdown.is-active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__dropdown.is-active {
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__dropdown.is-active {
    opacity: 1;
  }
}
.c-gnav__submenu {
  display: block;
  background-color: #fff;
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__submenu {
    padding: 0 0 2rem 0;
  }
}
.c-gnav__submenu-item:not(:last-child) {
  border-bottom: 1px dashed #0C62C0;
}
.c-gnav__submenu-link {
  position: relative;
  display: block;
  text-align: left;
  place-content: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #161616;
  height: 5rem;
  background-color: #D4EEFF;
  letter-spacing: 0.03em;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 0;
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__submenu-link {
    padding-left: 3rem;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  .c-gnav__submenu-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid #161616;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__submenu-link {
    font-size: 1.6rem;
    height: 6rem;
    background-color: #D4EEFF;
    color: #161616;
    text-align: center;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
@media screen and (min-width: 1440px), print {
  .c-gnav__submenu-link {
    font-size: 1.8rem;
  }
}
@media screen and (hover: hover) and (max-width: 1099.98px) {
  .c-gnav__submenu-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #0C62C0;
  }
  .c-gnav__submenu-link:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #0C62C0;
  }
  .c-gnav__submenu-link:where(:-moz-any-link, :enabled, summary):hover::before {
    border-left-color: #fff;
  }
  .c-gnav__submenu-link:where(:any-link, :enabled, summary):hover::before {
    border-left-color: #fff;
  }
}
@media screen and (hover: hover) and (min-width: 1100px), print and (hover: hover) {
  .c-gnav__submenu-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #0C62C0;
  }
  .c-gnav__submenu-link:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #0C62C0;
  }
}
.c-gnav__toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .c-gnav__toggle {
    position: relative;
    width: 100%;
    height: 8rem;
    margin-bottom: -8rem;
    background: transparent;
    z-index: 30;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__toggle:hover + .c-gnav__label {
    color: #0C62C0;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__toggle:hover + .c-gnav__label {
    color: #0C62C0;
    background-color: #D4EEFF;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__toggle.is-active + .c-gnav__label {
    color: #0C62C0;
    background-color: #D4EEFF;
  }
  .c-gnav__toggle.is-active + .c-gnav__label::before {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__toggle.is-active + .c-gnav__label {
    color: #0C62C0;
  }
  .c-gnav__toggle.is-active + .c-gnav__label::before {
    background: #0C62C0 url("../img/base/icon-minus.svg") no-repeat center/50%;
  }
}
.c-gnav__button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  z-index: 1011;
  opacity: 1;
  pointer-events: all;
}
.is-nav-open .c-gnav__button {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 1100px), print {
  .c-gnav__button {
    display: none;
  }
}
.c-gnav__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.5rem;
  background-color: #0C62C0;
  margin: auto;
}
.c-gnav__button::after {
  content: "MENU";
  position: absolute;
  left: 0;
  bottom: 16px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c-gnav__button-close {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .c-gnav__button-close {
    display: none;
  }
}
.is-nav-open .c-gnav__button-close {
  opacity: 1;
}
.c-gnav__button-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.5rem;
  background-color: #0C62C0;
  margin: auto;
}
.c-gnav__button-close::after {
  content: "CLOSE";
  position: absolute;
  left: 0;
  bottom: 16px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c-gnav__button-close .c-gnav__button-icon {
  width: 2.8rem;
  background-color: transparent;
}
.c-gnav__button-close .c-gnav__button-icon::before, .c-gnav__button-close .c-gnav__button-icon::after {
  margin-top: 0;
  background-color: #fff;
}
.c-gnav__button-close .c-gnav__button-icon::before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.c-gnav__button-close .c-gnav__button-icon::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.c-gnav__button-icon {
  display: block;
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.8rem;
  height: 1px;
  margin: auto;
  background-color: #fff;
}
.c-gnav__button-icon::before, .c-gnav__button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  -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;
}
.c-gnav__button-icon::before {
  margin-top: -6px;
}
.c-gnav__button-icon::after {
  margin-top: 6px;
}
.c-gnav__overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 999;
}
@media screen and (min-width: 1100px), print {
  .c-gnav__overlay {
    display: none;
  }
}
.is-nav-open .c-gnav__overlay {
  pointer-events: auto;
  opacity: 0.35;
  cursor: pointer;
}

/* --------------------------------

  c-heading

-------------------------------- */
.c-heading {
  position: relative;
  display: block;
}
.c-heading--primary {
  text-align: center;
  padding-top: 1.85em;
}
@media screen and (min-width: 1100px), print {
  .c-heading--primary {
    padding-top: 2.85em;
  }
}
.c-heading--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18rem;
  height: 3rem;
  background: url("../img/top/heading_illust_01.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-heading--primary::before {
    width: 23.2rem;
    height: 4.5rem;
  }
}
.c-heading--primary .c-heading__title {
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1100px), print {
  .c-heading--primary .c-heading__title {
    font-size: 5.2rem;
    letter-spacing: 0.07em;
    margin-bottom: 1.5rem;
  }
}
.c-heading--primary .c-heading__label {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  font-weight: 400;
  line-height: 1.2;
  color: #0C62C0;
}
@media screen and (min-width: 1100px), print {
  .c-heading--primary .c-heading__label {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
.c-heading--secondary {
  display: block;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid #0C62C0;
}
@media screen and (min-width: 1100px), print {
  .c-heading--secondary {
    padding-bottom: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
.c-heading--secondary .c-heading__title {
  position: relative;
  display: inline-block;
  color: #0C62C0;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  padding-left: 1.5em;
}
@media screen and (min-width: 1100px), print {
  .c-heading--secondary .c-heading__title {
    font-size: 3.8rem;
  }
}
.c-heading--secondary .c-heading__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/base/icon-arrow2_right_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-heading--secondary .c-heading__title::before {
    width: 4rem;
    height: 4rem;
  }
}
.c-heading--detail {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  padding-top: 1.8em;
}
@media screen and (min-width: 1100px), print {
  .c-heading--detail {
    font-size: 3.8rem;
    letter-spacing: 0.07em;
    padding-top: 1.8em;
  }
}
.c-heading--detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12rem;
  height: 2.5rem;
  background: url("../img/top/heading_illust_01.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-heading--detail::before {
    width: 23.2rem;
    height: 4.5rem;
  }
}
/* --------------------------------
  c-list
-------------------------------- */
.c-list--primary li {
  position: relative;
  padding-left: 1.25em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .c-list--primary li {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.05em;
    padding-left: 1.5em;
  }
}
.c-list--primary li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #FFDD02;
  border-radius: 100%;
}
@media screen and (min-width: 1100px), print {
  .c-list--primary li::before {
    width: 1.4rem;
    height: 1.4rem;
    top: 0.65em;
  }
}
.c-list--secondary li {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (min-width: 1100px), print {
  .c-list--secondary li {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}
.c-list--secondary li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1100px), print {
  .c-list--secondary li:not(:last-child) {
    margin-bottom: 1em;
  }
}
.c-list--secondary li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #333;
}

/* --------------------------------
  c-check-list
-------------------------------- */
.c-check-list__item {
  position: relative;
  color: #0C62C0;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.15;
  padding-left: 2.2em;
  -webkit-text-stroke: 3px #ffffff;
  paint-order: stroke;
}
@media screen and (min-width: 768px), print {
  .c-check-list__item {
    letter-spacing: 0.05em;
    font-size: 2.4rem;
  }
}
.c-check-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2rem;
  height: 2.2rem;
  background: url("../img/base/icon-check_kiiro.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .c-check-list__item::before {
    width: 4.5rem;
    height: 4rem;
  }
}
.c-check-list__item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .c-check-list__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}

/* --------------------------------

  c-news-list

-------------------------------- */
.c-news-list__item:not(:last-child) {
  margin-bottom: 2rem;
}
.c-news-item {
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .c-news-item {
    border-radius: 2rem;
  }
}
.c-news-item--home {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .c-news-item--home {
    border-radius: 2rem 0 0 2rem;
  }
}
.c-news-item--archive {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .c-news-item--archive {
    border-radius: 2rem;
  }
}
.c-news-item__link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  background-color: #D4EEFF;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .c-news-item__link {
    grid-template-columns: 8rem 1fr;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-news-item__link {
    padding: 3rem 4rem;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    grid-template-columns: 10rem 1fr;
  }
}
@media (hover: hover) {
  .c-news-item__link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #0C62C0;
  }
  .c-news-item__link:where(:any-link, :enabled, summary):hover {
    background-color: #0C62C0;
  }
  .c-news-item__link:where(:-moz-any-link, :enabled, summary):hover .c-news-item__title, .c-news-item__link:where(:-moz-any-link, :enabled, summary):hover .c-news-item__date {
    color: #fff;
  }
  .c-news-item__link:where(:any-link, :enabled, summary):hover .c-news-item__title, .c-news-item__link:where(:any-link, :enabled, summary):hover .c-news-item__date {
    color: #fff;
  }
}
.c-news-item__date {
  display: block;
  color: #161616;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-news-item__title {
  display: block;
  color: #0C62C0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* c-news-thumb */
.c-news-thumb-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem 1.5rem;
}
@media screen and (min-width: 480px), print {
  .c-news-thumb-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .c-news-thumb-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem 2.5rem;
  }
}
.c-news-thumb-item__link {
  display: block;
  color: #0C62C0;
  text-decoration: none;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
}
@media (hover: hover) {
  .c-news-thumb-item__link:where(:-moz-any-link, :enabled, summary):hover .c-news-thumb-item__title {
    text-decoration: underline;
  }
  .c-news-thumb-item__link:where(:any-link, :enabled, summary):hover .c-news-thumb-item__title {
    text-decoration: underline;
  }
  .c-news-thumb-item__link:where(:-moz-any-link, :enabled, summary):hover .c-news-thumb-item__image img {
    scale: 1.05;
  }
  .c-news-thumb-item__link:where(:any-link, :enabled, summary):hover .c-news-thumb-item__image img {
    scale: 1.05;
  }
}
.c-news-thumb-item__image {
  position: relative;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 1rem;
}
.c-news-thumb-item__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 350/240;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.c-news-thumb-item__date {
  display: block;
  color: #161616;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .c-news-thumb-item__date {
    font-size: 1.6rem;
  }
}
.c-news-thumb-item__title {
  display: block;
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .c-news-thumb-item__title {
    font-size: 2.4rem;
  }
}
/* GMOトピックス ページネーション */
#topics_paging, #topics_paging li {
  display: -ms-flexbox;
}

#topics_paging_all {
  margin-top: 4rem;
  margin-bottom: 0.75rem;
  text-align: center;
}

#topics_paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1em;
}

#topics_paging li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.25rem;
  padding: 0.75rem 1rem 0.77rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}

#topics_paging a {
  display: block;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  color: #333;
}

#topics_paging a:hover {
  color: #0C62C0;
  text-decoration: none;
}

/* WP ページネーション */
/* --------------------------------

  c-schedule

-------------------------------- */
.c-schedule__table {
  display: block;
  line-height: 1.2;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .c-schedule__table {
    border-radius: 2rem;
  }
}
.c-schedule__table thead,
.c-schedule__table tbody,
.c-schedule__table tr,
.c-schedule__table th,
.c-schedule__table td {
  display: block;
}
.c-schedule__table tr {
  display: grid;
  grid-template-columns: 5rem repeat(7, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0 1rem 0 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .c-schedule__table tr {
    grid-template-columns: 20rem repeat(7, 1fr);
    padding: 0 1.2rem 0 2rem;
  }
}
.c-schedule__table th,
.c-schedule__table td {
  font-weight: 500;
}
.c-schedule__table td {
  display: grid;
  place-content: center;
  text-align: center;
}
.c-schedule__table .tr-head {
  color: #fff;
  background-color: #0C62C0;
}
.c-schedule__table .tr-head th,
.c-schedule__table .tr-head td {
  height: 4rem;
}
.c-schedule__table .tr-body th,
.c-schedule__table .tr-body td {
  height: 6rem;
}
.c-schedule__table .tr-body:not(:last-child) {
  position: relative;
  margin-bottom: 1px;
}
.c-schedule__table .tr-body:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D4EEFF;
}
.c-schedule__table .th-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-schedule__table .td-label {
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .c-schedule__table .td-label {
    font-size: 1.6rem;
  }
}
.c-schedule__table .th-ampm {
  display: inline-block;
  vertical-align: middle;
  width: 4rem;
  padding: 0.2rem 0;
  font-size: 1rem;
  color: #fff;
  background-color: #161616;
  text-align: center;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .c-schedule__table .th-ampm {
    font-size: 1.4rem;
    width: 5rem;
    padding: 0.3rem 0;
  }
}
.c-schedule__table .th-time {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.3rem;
  line-height: 1.2;
}
@media screen and (min-width: 1100px), print {
  .c-schedule__table .th-time {
    margin-left: 1rem;
    margin-top: 0;
    font-size: 1.6rem;
    display: inline;
    vertical-align: middle;
  }
}
.c-schedule__table .td-open {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-radius: 100%;
  background-color: #0C62C0;
}
@media screen and (min-width: 1100px), print {
  .c-schedule__table .td-open {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-schedule__table .td-open.td-open-accent {
  background-color: #161616;
}
.c-schedule__table .td-open.td-open-accent::before {
  content: attr(data-subtxt);
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}
.c-schedule__table .td-closed {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  background: url("../img/base/icon-closed.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-schedule__table .td-closed {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-schedule__note {
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .c-schedule__note {
    font-size: 1.6rem;
  }
}

.c-pagetitle {
  position: relative;
  overflow: hidden;
  margin-top: 6rem;
  background-color: #EAF7FF;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle {
    margin-top: 0;
  }
}
.c-pagetitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/mv_wave_01.webp");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
}
.c-pagetitle__container {
  position: relative;
  width: 100%;
  height: 24rem;
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle__container {
    height: 45rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-pagetitle__container {
    height: 55rem;
  }
}
.c-pagetitle__name {
  position: absolute;
  top: 5rem;
  left: 2rem;
  display: inline-block;
  background-color: #0C62C0;
  color: #fff;
  line-height: 1.1;
  border-radius: 10em;
  padding: 1.2rem 2.2rem;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  z-index: 2;
}
@media screen and (min-width: 576px), print {
  .c-pagetitle__name {
    left: 3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    font-size: 2.4rem;
    padding: 1.5rem 2.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .c-pagetitle__name {
    font-size: 3rem;
    padding: 1.5rem 3rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle__name {
    top: 50%;
    font-size: 3.8rem;
    padding: 2rem 5rem;
    left: 5rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 1600px), print {
  .c-pagetitle__name {
    padding: 2.3rem 10rem;
    font-size: 5rem;
    left: 10rem;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.c-pagetitle__name span {
  display: block;
}
.c-pagetitle__image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 27rem;
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle__image {
    max-width: 50rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-pagetitle__image {
    max-width: 63rem;
  }
}
.c-pagetitle__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-pagetitle__mappy {
  position: absolute;
  top: 12rem;
  right: 12rem;
  max-width: 8rem;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle__mappy {
    top: 18rem;
    right: 21rem;
    max-width: 18rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-pagetitle__mappy {
    top: 17rem;
    right: 24rem;
    max-width: 25.3rem;
  }
}
.c-pagetitle__mappy img {
  height: auto;
}

/* --------------------------------

  c-banner

-------------------------------- */
.c-banner-reserve {
  max-width: 42rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .c-banner-reserve {
    max-width: 72rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-banner-reserve {
    max-width: 120rem;
  }
}
.c-banner-reserve__link {
  position: relative;
  display: block;
  background-color: #FFF5B4;
  border: 0.5rem solid #0C62C0;
  border-radius: 1.5rem;
  padding: 9.5rem 2rem 19rem 2rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .c-banner-reserve__link {
    padding: 3rem 17rem 3rem 14.5rem;
    border-radius: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-banner-reserve__link {
    padding: 5rem 27rem 5rem 21rem;
    border-radius: 5rem;
    border: 1rem solid #0C62C0;
  }
}
@media screen and (min-width: 1280px), print {
  .c-banner-reserve__link {
    padding: 5rem 27rem 5rem 23rem;
  }
}
@media (hover: hover) {
  .c-banner-reserve__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .c-banner-reserve__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.c-banner-reserve__link::before {
  content: "";
  position: absolute;
  background: url("../img/base/icon-reserve_blue.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .c-banner-reserve__link::before {
    left: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9rem;
    height: 9.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-banner-reserve__link::before {
    width: 12rem;
    height: 12.6rem;
    left: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-banner-reserve__link::before {
    width: 6rem;
    height: 6rem;
    top: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-banner-reserve__link::after {
  content: "";
  position: absolute;
  background: url("../img/base/mappy_01.webp") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .c-banner-reserve__link::after {
    right: 3rem;
    top: -3rem;
    width: 13rem;
    height: 18.3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-banner-reserve__link::after {
    width: 20rem;
    height: 27.3rem;
    top: -5rem;
    right: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-banner-reserve__link::after {
    width: 12rem;
    height: 15rem;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-banner-reserve__description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.35;
  color: #161616;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1100px), print {
  .c-banner-reserve__description {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px), print {
  .c-banner-reserve__description {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-banner-reserve__description {
    text-align: center;
  }
}
.c-banner-reserve__heading {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .c-banner-reserve__heading {
    text-align: center;
  }
}
.c-banner-reserve__time {
  color: #161616;
  line-height: 1.1;
}
@media screen and (max-width: 767.98px) {
  .c-banner-reserve__time {
    display: block;
    margin-bottom: 0.5rem;
  }
}
.c-banner-reserve__time-number {
  font-size: 3.6rem;
  font-weight: 900;
}
@media screen and (min-width: 768px), print {
  .c-banner-reserve__time-number {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-banner-reserve__time-number {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1280px), print {
  .c-banner-reserve__time-number {
    font-size: 7.4rem;
  }
}
.c-banner-reserve__time-unit {
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (min-width: 1100px), print {
  .c-banner-reserve__time-unit {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px), print {
  .c-banner-reserve__time-unit {
    font-size: 3.4rem;
  }
}
.c-banner-reserve__cta {
  color: #0C62C0;
  line-height: 1.1;
  padding-left: 0.5rem;
}
.c-banner-reserve__cta-main {
  font-size: 3.2rem;
  font-weight: 900;
}
@media screen and (min-width: 768px), print {
  .c-banner-reserve__cta-main {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-banner-reserve__cta-main {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1280px), print {
  .c-banner-reserve__cta-main {
    font-size: 7.4rem;
  }
}
.c-banner-reserve__cta-sub {
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (min-width: 1100px), print {
  .c-banner-reserve__cta-sub {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px), print {
  .c-banner-reserve__cta-sub {
    font-size: 3.4rem;
  }
}

/* --------------------------------

  c-footer-nav

-------------------------------- */
.c-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1.5rem 1rem;
  max-width: 29rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .c-footer-nav {
    grid-template-columns: repeat(3, auto);
    gap: 3rem;
    max-width: none;
  }
}
.c-footer-nav__item {
  text-decoration: none;
}
.c-footer-nav__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .c-footer-nav__item:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
.c-footer-nav__link {
  position: relative;
  display: inline-block;
  line-height: 1.35;
  color: #0C62C0;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
  padding-left: 1.35em;
}
@media screen and (min-width: 1100px), print {
  .c-footer-nav__link {
    font-size: 1.8rem;
    padding-left: 1.5em;
  }
}
@media (hover: hover) {
  .c-footer-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .c-footer-nav__link:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}
.c-footer-nav__link::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #FFDD02;
  border-radius: 100%;
}
@media screen and (min-width: 1100px), print {
  .c-footer-nav__link::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

/* --------------------------------

  c-pagetop

-------------------------------- */
.c-pagetop {
  display: block;
  position: fixed;
  right: 1rem;
  bottom: 7rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 1100px), print {
  .c-pagetop {
    position: fixed;
    border-radius: 0.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 5rem;
    height: 5rem;
  }
}
.is-fixed .c-pagetop {
  opacity: 1;
  pointer-events: auto;
}
.c-pagetop__link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0;
  background-color: #0C62C0;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media (hover: hover) {
  .c-pagetop__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    text-decoration: none;
    background-color: #FFDD02;
  }
  .c-pagetop__link:where(:any-link, :enabled, summary):hover {
    color: #fff;
    text-decoration: none;
    background-color: #FFDD02;
  }
  .c-pagetop__link:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #161616;
  }
  .c-pagetop__link:where(:any-link, :enabled, summary):hover::before {
    border-color: #161616;
  }
}
.c-pagetop__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media screen and (min-width: 1100px), print {
  .c-pagetop__link::before {
    top: 0.9rem;
    width: 1.3rem;
    height: 1.3rem;
  }
}
.c-pagetop__icon {
  display: none;
}

/* --------------------------------

  トップページ

-------------------------------- */
/* p-loading */
.p-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background: #ffffff;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.p-loading.is-fadeout {
  opacity: 0;
  pointer-events: none;
}
.p-loading__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 768px), print {
  .p-loading__inner {
    width: 30rem;
  }
}
.p-loading__inner.is-fadeout {
  opacity: 0;
}
.p-loading__logo img {
  width: auto;
  height: auto;
}
.p-loading__logo.js-anime-fadeup {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* p-home-mv */
.p-home-mv {
  position: relative;
  overflow: hidden;
  margin-top: 6rem;
  background-color: #EAF7FF;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .p-home-mv {
    margin-top: 0;
  }
}
.p-home-mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/mv_wave_01.webp");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
}
.p-home-mv__container {
  width: 100%;
  height: clamp(25rem, 1000 * var(--vw1440), 100rem);
}
@media screen and (min-width: 480px), print {
  .p-home-mv__container {
    height: clamp(25rem, 1000 * var(--vw1440), 100rem);
  }
}
.p-home-mv__image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: clamp(23rem, 949 * var(--vw1440), 94.9rem);
}
@media screen and (min-width: 480px), print {
  .p-home-mv__image {
    max-width: clamp(10rem, 949 * var(--vw1440), 94.9rem);
  }
}
.p-home-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-home-mv__mappy {
  position: absolute;
  top: clamp(10rem, 420 * var(--vw1440), 42rem);
  right: clamp(8rem, 320 * var(--vw1440), 32rem);
  max-width: clamp(10rem, 400 * var(--vw1440), 40rem);
  z-index: 1;
}
@media screen and (min-width: 480px), print {
  .p-home-mv__mappy {
    top: clamp(3rem, 380 * var(--vw1440), 38rem);
    right: clamp(3rem, 380 * var(--vw1440), 38rem);
    max-width: clamp(10rem, 423 * var(--vw1440), 42.3rem);
  }
}
.p-home-mv__mappy img {
  height: auto;
}
.p-home-mv__catch-label {
  position: absolute;
  z-index: 1;
}
.p-home-mv__catch-label img {
  height: auto;
}
.p-home-mv__catch-label--01 {
  top: clamp(0.5rem, 60 * var(--vw1440), 6rem);
  left: clamp(1rem, 60 * var(--vw1440), 6rem);
  max-width: clamp(9rem, 300 * var(--vw1440), 30rem);
}
@media screen and (min-width: 480px), print {
  .p-home-mv__catch-label--01 {
    top: clamp(2rem, 80 * var(--vw1440), 8rem);
    left: clamp(2rem, 60 * var(--vw1440), 6rem);
    max-width: clamp(10rem, 300 * var(--vw1440), 30rem);
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__catch-label--01 {
    top: clamp(2rem, 240 * var(--vw1440), 24rem);
    left: clamp(2rem, 60 * var(--vw1440), 6rem);
    max-width: clamp(10rem, 270 * var(--vw1440), 27rem);
  }
}
@media screen and (min-width: 1600px), print {
  .p-home-mv__catch-label--01 {
    top: 21rem;
    left: 18rem;
    max-width: 30.4rem;
  }
}
.p-home-mv__catch-label--02 {
  top: clamp(7.3rem, 260 * var(--vw1440), 26rem);
  left: clamp(4rem, 250 * var(--vw1440), 25rem);
  max-width: clamp(9rem, 340 * var(--vw1440), 34rem);
}
@media screen and (min-width: 480px), print {
  .p-home-mv__catch-label--02 {
    top: clamp(2rem, 270 * var(--vw1440), 27rem);
    left: clamp(2rem, 300 * var(--vw1440), 30rem);
    max-width: clamp(10rem, 340 * var(--vw1440), 34rem);
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__catch-label--02 {
    top: clamp(2rem, 370 * var(--vw1440), 37rem);
    left: clamp(2rem, 320 * var(--vw1440), 32rem);
    max-width: clamp(10rem, 320 * var(--vw1440), 32rem);
  }
}
@media screen and (min-width: 1600px), print {
  .p-home-mv__catch-label--02 {
    top: 34rem;
    left: 48rem;
    max-width: 34rem;
  }
}
.p-home-mv__catch-label--03 {
  top: clamp(13rem, 490 * var(--vw1440), 49rem);
  left: clamp(1rem, 80 * var(--vw1440), 8rem);
  max-width: clamp(9rem, 370 * var(--vw1440), 37rem);
}
@media screen and (min-width: 480px), print {
  .p-home-mv__catch-label--03 {
    top: clamp(2rem, 480 * var(--vw1440), 48rem);
    left: clamp(2rem, 80 * var(--vw1440), 8rem);
    max-width: clamp(10rem, 370 * var(--vw1440), 37rem);
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__catch-label--03 {
    top: clamp(2rem, 520 * var(--vw1440), 52rem);
    left: clamp(2rem, 80 * var(--vw1440), 8rem);
    max-width: clamp(10rem, 340 * var(--vw1440), 34rem);
  }
}
@media screen and (min-width: 1600px), print {
  .p-home-mv__catch-label--03 {
    top: 49rem;
    left: 20rem;
    max-width: 37rem;
  }
}

/* p-home-news */
.p-home-news {
  padding: 4rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-news {
    padding: 5rem 0 5rem 4rem;
  }
}
.p-home-news__container {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-news__container {
    grid-template-columns: 41.6rem 1fr;
  }
}
.p-home-news__action {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-news__action {
    position: absolute;
    bottom: 0;
    right: 3rem;
    text-align: right;
    margin-top: 0;
  }
}
.p-home-news__header {
  position: relative;
  place-content: center;
  width: 28rem;
  height: 28rem;
  margin-inline: auto;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .p-home-news__header {
    width: 41.6rem;
    height: 41.6rem;
  }
}
.p-home-news__header::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: url("../img/top/subtract_01.webp") no-repeat center/contain;
  z-index: -1;
}
.p-home-news__heading {
  text-align: center;
}
.p-home-news__heading-en {
  display: block;
  color: #0C62C0;
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.07em;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-news__heading-en {
    font-size: 6rem;
    margin-bottom: 0.8rem;
  }
}
.p-home-news__heading-ja {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-home-news__heading-ja {
    font-size: 3rem;
  }
}
.p-home-news__mappy {
  margin-bottom: 0.3rem;
  margin-inline: auto;
  place-self: center;
  max-width: 10rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-news__mappy {
    max-width: none;
    margin-bottom: 0.6rem;
  }
}
.p-home-news__mappy img {
  height: auto;
}
@media screen and (min-width: 1100px), print {
  .p-home-news__content {
    position: relative;
    place-content: center;
    padding-block: 9rem;
  }
}

/* p-home-medical */
.p-home-medical {
  position: relative;
  padding: 0 2rem 1rem 2rem;
  background-color: #EAF7FF;
  margin-top: 15.2vw;
  margin-bottom: 21.6vw;
}
@media screen and (min-width: 1100px), print {
  .p-home-medical {
    padding: 0 4rem 1rem 4rem;
  }
}
.p-home-medical::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  padding-top: 21.2vw;
  background: url("../img/top/illust_wave_01.webp") no-repeat center top/100% auto;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
.p-home-medical::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  padding-top: 21.6vw;
  background: url("../img/top/illust_wave_02.webp") no-repeat center bottom/100% auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.p-home-medical__header {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-medical__header {
    margin-bottom: 8rem;
  }
}
.p-home-medical__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  max-width: 38rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .p-home-medical__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 75rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-medical__list {
    gap: 3.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4rem;
    max-width: 130rem;
  }
}
.p-home-medical__link {
  display: block;
  height: 100%;
  border-radius: 1rem;
  background-color: #fff;
  text-decoration: none;
  color: #161616;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 1100px), print {
  .p-home-medical__link {
    border-radius: 2rem;
  }
}
@media (hover: hover) {
  .p-home-medical__link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #0C62C0;
    color: #fff;
  }
  .p-home-medical__link:where(:any-link, :enabled, summary):hover {
    background-color: #0C62C0;
    color: #fff;
  }
  .p-home-medical__link:where(:-moz-any-link, :enabled, summary):hover .p-home-medical__title {
    color: #fff;
  }
  .p-home-medical__link:where(:any-link, :enabled, summary):hover .p-home-medical__title {
    color: #fff;
  }
  .p-home-medical__link:where(:-moz-any-link, :enabled, summary):hover .p-home-medical__title-label::before {
    background: url("../img/base/icon-arrow2_right_blue.svg") no-repeat center/contain;
  }
  .p-home-medical__link:where(:any-link, :enabled, summary):hover .p-home-medical__title-label::before {
    background: url("../img/base/icon-arrow2_right_blue.svg") no-repeat center/contain;
  }
}
.p-home-medical__title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #0C62C0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.p-home-medical__title-label {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
  padding-left: 1.3em;
  place-content: center;
}
@media screen and (min-width: 1100px), print {
  .p-home-medical__title-label {
    font-size: 3rem;
    padding-left: 1.1em;
    min-height: 3.8rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-home-medical__title-label {
    font-size: 5rem;
    min-height: 6rem;
  }
}
.p-home-medical__title-label--small {
  font-size: 2.4rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-medical__title-label--small {
    font-size: 2.8rem;
    padding-left: 1.2em;
  }
}
@media screen and (min-width: 1440px), print {
  .p-home-medical__title-label--small {
    font-size: 4rem;
    padding-left: 1.15em;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-medical__title-label--small::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-home-medical__title-label--small::before {
    width: 4rem;
    height: 4rem;
  }
}
.p-home-medical__title-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/base/icon-arrow2_right_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 1440px), print {
  .p-home-medical__title-label::before {
    width: 4rem;
    height: 4rem;
  }
}
.p-home-medical__description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .p-home-medical__description {
    letter-spacing: 0.04em;
    font-size: 1.8rem;
  }
}
.p-home-medical__body {
  padding: 2.5rem 1.5rem 2.5rem 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-medical__body {
    padding: 2.5rem 2rem 3rem 2rem;
  }
}
.p-home-medical__image {
  position: relative;
  display: block;
  aspect-ratio: 410/300;
}
.p-home-medical__image-message {
  position: absolute;
  bottom: -1.3rem;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 23rem;
  height: 8rem;
  background-image: url("../img/top/medical_fukidashi.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #0C62C0;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.35;
  place-content: center;
  padding: 0 0 2.1rem 3.3rem;
}
@media screen and (min-width: 1440px), print {
  .p-home-medical__image-message {
    bottom: -2rem;
    width: 33.3rem;
    height: 11.5rem;
    font-size: 1.8rem;
    padding: 0 0 3rem 4.5rem;
  }
}
.p-home-medical__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-home-medical__lead {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .p-home-medical__lead {
    letter-spacing: 0.05em;
    font-size: 1.8rem;
  }
}
.p-home-medical__intro {
  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;
  background-color: #F7FCFF;
  border-radius: 1rem;
  padding: 2rem;
  gap: 1.8rem;
  max-width: 50rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-medical__intro {
    border-radius: 2rem;
    padding: 3rem 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
    margin-bottom: 4rem;
    max-width: 80rem;
  }
}
.p-home-medical__intro-message {
  color: #0C62C0;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-home-medical__intro-message {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    letter-spacing: 0.05em;
    text-align: left;
    font-size: 3rem;
  }
}

/* p-home-about */
.p-home-about {
  position: relative;
  padding: 4rem 2rem;
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px), print {
  .p-home-about {
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-about {
    padding: 6rem 0 6rem 4rem;
  }
}
.p-home-about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80rem;
  padding-top: 10rem;
  background: url("../img/top/wave_line_01.webp") no-repeat center bottom/100% auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (min-width: 768px), print {
  .p-home-about::after {
    width: 100%;
    padding-top: 15vw;
  }
}
.p-home-about__header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-about__header {
    margin-bottom: 8rem;
  }
}
.p-home-about__container {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4rem;
  grid-template-columns: 1fr;
  max-width: 52rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-home-about__container {
    gap: 4rem;
    grid-template-columns: minmax(0, 52rem) minmax(50rem, 42%);
    max-width: none;
  }
}
@media screen and (min-width: 1440px), print {
  .p-home-about__container {
    gap: 8rem;
    grid-template-columns: minmax(0, 72rem) minmax(50rem, 42%);
  }
}
.p-home-about__heading {
  color: #0C62C0;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-home-about__heading {
    font-size: 2.4rem;
    margin-bottom: 4rem;
    text-align: left;
  }
}
@media screen and (min-width: 1440px), print {
  .p-home-about__heading {
    font-size: 3.6rem;
  }
}
.p-home-about__heading-label {
  font-size: 2.8rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-about__heading-label {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-home-about__heading-label {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 479.98px) {
  .p-home-about__heading-label {
    display: block;
  }
}
.p-home-about__description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 1440px), print {
  .p-home-about__description {
    letter-spacing: 0.05em;
    font-size: 1.8rem;
  }
}
.p-home-about__action {
  text-align: center;
  margin-top: 2.7rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-about__action {
    margin-top: 5rem;
  }
}
.p-home-about__image {
  position: relative;
  aspect-ratio: 650/424;
}
@media screen and (min-width: 1100px), print {
  .p-home-about__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-home-about__image::before {
  content: "";
  position: absolute;
  top: 2rem;
  right: 2rem;
  left: -0.5rem;
  bottom: -0.5rem;
  border-radius: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF7FF), to(#AADFFF));
  background: linear-gradient(180deg, #EAF7FF 0%, #AADFFF 100%);
  -webkit-filter: blur(15px);
  filter: blur(15px);
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-home-about__image::before {
    border-radius: 5rem 0 0 5rem;
    top: 2rem;
    right: 0;
    left: -1rem;
    bottom: -1rem;
    -webkit-filter: blur(25px);
    filter: blur(25px);
  }
}
.p-home-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-about__image img {
    border-radius: 5rem 0 0 5rem;
  }
}

/* p-home-hours */
.p-home-hours {
  padding: 4rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-hours {
    padding: 6rem 0;
  }
}
.p-home-hours__header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-hours__header {
    margin-bottom: 8rem;
  }
}
.p-home-hours__heading {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
  color: #0C62C0;
  letter-spacing: 0.05em;
  padding-left: 1.6em;
  margin-bottom: 2.5rem;
}
.p-home-hours__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/base/icon-times_blue.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-home-hours__heading::before {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-hours__heading {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}
.p-home-hours__container {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  grid-template-columns: 1fr;
  max-width: 52rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-home-hours__container {
    gap: 4rem;
    grid-template-columns: minmax(50rem, 42%) minmax(0, 52rem);
    max-width: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1440px), print {
  .p-home-hours__container {
    gap: 10rem;
    grid-template-columns: minmax(50rem, 42%) minmax(0, 72rem);
  }
}
.p-home-hours__image {
  position: relative;
  aspect-ratio: 650/424;
}
.p-home-hours__image::before {
  content: "";
  position: absolute;
  top: 2rem;
  right: -0.5rem;
  left: 2rem;
  bottom: -0.5rem;
  border-radius: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF7FF), to(#AADFFF));
  background: linear-gradient(180deg, #EAF7FF 0%, #AADFFF 100%);
  -webkit-filter: blur(15px);
  filter: blur(15px);
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-home-hours__image::before {
    border-radius: 0 5rem 5rem 0;
    top: 1rem;
    right: -1rem;
    left: 0;
    bottom: -1rem;
    -webkit-filter: blur(25px);
    filter: blur(25px);
  }
}
.p-home-hours__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-hours__image img {
    border-radius: 0 5rem 5rem 0;
  }
}

/* p-home-reserve */
.p-home-reserve {
  padding: 5rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-reserve {
    padding: 10rem 4rem;
  }
}
.p-home-reserve__container {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}

/* p-home-access */
.p-home-access {
  position: relative;
  padding: 0 2rem 1rem 2rem;
  background-color: #EAF7FF;
  margin-top: 15.2vw;
  margin-bottom: 21.6vw;
}
@media screen and (min-width: 1100px), print {
  .p-home-access {
    padding: 0 4rem 1rem 4rem;
  }
}
.p-home-access::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  padding-top: 21.2vw;
  background: url("../img/top/illust_wave_01.webp") no-repeat center top/100% auto;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
.p-home-access::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  padding-top: 21.6vw;
  background: url("../img/top/illust_wave_02.webp") no-repeat center bottom/100% auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.p-home-access__header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-access__header {
    margin-bottom: 5rem;
  }
}
.p-home-access__container {
  max-width: 145rem;
  width: 100%;
  margin-inline: auto;
}
.p-home-access__map {
  border: 0.5rem solid #ffffff;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-access__map {
    margin-bottom: 5rem;
    border: 1rem solid #ffffff;
  }
}
.p-home-access__map iframe {
  height: 36rem;
}
@media screen and (min-width: 768px), print {
  .p-home-access__map iframe {
    height: 50rem;
  }
}
.p-home-access__define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1100px), print {
  .p-home-access__define {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
  }
}
.p-home-access__define dt {
  position: relative;
  display: block;
  width: 20rem;
  height: 13rem;
  place-content: center;
  text-align: center;
  color: #0C62C0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .p-home-access__define dt {
    width: 23.2rem;
    height: 15.3rem;
    font-size: 2.4rem;
  }
}
.p-home-access__define dt::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/top/access_img_01.png") no-repeat center/contain;
  z-index: -1;
}

/* --------------------------------

  下層ページ 共通

-------------------------------- */
.p-secondary {
  padding: 4.5rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary {
    padding: 9rem 4rem;
  }
}
.p-secondary__header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary__header {
    margin-bottom: 6rem;
  }
}
.p-secondary__box {
  position: relative;
  background-color: #EAF7FF;
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary__box {
    border-radius: 2rem;
  }
}
.p-secondary__box--mappy {
  padding: 6rem 2rem 2rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary__box--mappy {
    padding: 9.5rem 4rem 4rem 4rem;
  }
}
.p-secondary__box--mappy::before {
  content: "";
  position: absolute;
  top: -1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5rem;
  height: 6rem;
  background: url("../img/base/mappy_01.webp") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-secondary__box--mappy::before {
    width: 6.6rem;
    height: 9.3rem;
    top: -2rem;
  }
}
.p-secondary__box--normal {
  padding: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary__box--normal {
    padding: 3rem;
  }
}
.p-secondary__box-heading {
  display: block;
  text-align: center;
  color: #0C62C0;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-secondary__box-heading {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.p-secondary__box-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px), print {
  .p-secondary__box-wrap {
    grid-template-columns: 1fr minmax(0, 31rem);
    margin-right: -2rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-secondary__box-wrap {
    grid-template-columns: 1fr minmax(0, 41rem);
    margin-right: -4rem;
    gap: 4rem;
  }
}
.p-secondary__box-image img {
  border-radius: 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .p-secondary__box-image img {
    border-radius: 1rem 0 0 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-secondary__box-image img {
    border-radius: 2rem 0 0 2rem;
  }
}

.p-section-dmy {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 4.5rem 0;
}
@media screen and (min-width: 1100px), print {
  .p-section-dmy {
    padding: 9rem 0;
  }
}

/* p-reserve */
.p-reserve {
  position: relative;
  padding: 4rem 2rem 0.5rem 2rem;
  background-color: #EAF7FF;
  margin-top: 15.2vw;
  margin-bottom: 21.6vw;
}
@media screen and (min-width: 1100px), print {
  .p-reserve {
    padding: 8rem 4rem 1rem 4rem;
  }
}
.p-reserve::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  padding-top: 21.2vw;
  background: url("../img/top/illust_wave_01.webp") no-repeat center top/100% auto;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
.p-reserve::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  padding-top: 21.6vw;
  background: url("../img/top/illust_wave_02.webp") no-repeat center bottom/100% auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

/* p-news-detail */
.p-news-detail__date {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .p-news-detail__date {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-news-detail__body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .p-news-detail__body {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-news-detail__back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .p-news-detail__back {
    margin-top: 5rem;
  }
}

/* p-medical */
@media screen and (max-width: 767.98px) {
  .p-medical-treatment__container {
    max-width: 46rem;
    margin-inline: auto;
  }
}
.p-medical-treatment__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  border-radius: 1rem;
  padding: 2rem;
}
@media screen and (min-width: 768px), print {
  .p-medical-treatment__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3rem 0 3rem 3rem;
    grid-template-columns: 1fr minmax(0, 35rem);
  }
}
@media screen and (min-width: 1100px), print {
  .p-medical-treatment__item {
    border-radius: 2rem;
    gap: 3.5rem;
    grid-template-columns: 1fr minmax(0, 41rem);
    padding: 5rem 0 5rem 5rem;
  }
}
.p-medical-treatment__item:not(:last-child) {
  margin-bottom: 3rem;
}
.p-medical-treatment__item:nth-child(2n+1) {
  background-color: #D4EEFF;
}
.p-medical-treatment__item:nth-child(2n) {
  background-color: #EAF7FF;
}
@media screen and (max-width: 767.98px) {
  .p-medical-treatment__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-medical-treatment__action {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-medical-treatment__action {
    text-align: left;
  }
}
@media screen and (min-width: 1100px), print {
  .p-medical-treatment__action {
    margin-top: 3rem;
  }
}
.p-medical-treatment__image {
  position: relative;
}
.p-medical-treatment__image-message {
  position: absolute;
  bottom: -1.3rem;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 23rem;
  height: 8rem;
  background-image: url("../img/top/medical_fukidashi.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #0C62C0;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.35;
  place-content: center;
  padding: 0 0 2.1rem 3.3rem;
}
@media screen and (min-width: 1100px), print {
  .p-medical-treatment__image-message {
    bottom: -2rem;
    width: 33.3rem;
    height: 11.5rem;
    font-size: 1.8rem;
    padding: 0 0 3rem 4.5rem;
  }
}
.p-medical-treatment__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}
@media screen and (min-width: 768px), print {
  .p-medical-treatment__image img {
    border-radius: 1rem 0 0 1rem;
    height: 25rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-medical-treatment__image img {
    border-radius: 2rem 0 0 2rem;
    height: 30rem;
  }
}
.p-medical-hours {
  background-color: #EAF7FF;
}
.p-medical-hours__container {
  max-width: 90rem;
  margin-inline: auto;
}
.p-medical-basic__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
  max-width: 46rem;
  margin-inline: auto;
}
@media screen and (min-width: 576px), print {
  .p-medical-basic__container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 75rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-medical-basic__container {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 5rem;
    max-width: none;
  }
}
@media screen and (min-width: 1440px), print {
  .p-medical-basic__container {
    gap: 3rem;
  }
}
.p-medical-basic__link {
  position: relative;
  display: block;
  height: 100%;
  background-color: #EAF7FF;
  color: #161616;
  text-decoration: none;
  overflow: hidden;
  border-radius: 2rem;
  padding-bottom: 10rem;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (hover: hover) {
  .p-medical-basic__link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #0C62C0;
    color: #fff;
  }
  .p-medical-basic__link:where(:any-link, :enabled, summary):hover {
    background-color: #0C62C0;
    color: #fff;
  }
  .p-medical-basic__link:where(:-moz-any-link, :enabled, summary):hover .p-medical-basic__title {
    color: #fff;
  }
  .p-medical-basic__link:where(:any-link, :enabled, summary):hover .p-medical-basic__title {
    color: #fff;
  }
  .p-medical-basic__link:where(:-moz-any-link, :enabled, summary):hover .c-link-button {
    color: #fff;
    border-color: #fff;
  }
  .p-medical-basic__link:where(:any-link, :enabled, summary):hover .c-link-button {
    color: #fff;
    border-color: #fff;
  }
  .p-medical-basic__link:where(:-moz-any-link, :enabled, summary):hover .c-link-button span::before {
    border-color: #fff;
  }
  .p-medical-basic__link:where(:any-link, :enabled, summary):hover .c-link-button span::before {
    border-color: #fff;
  }
}
.p-medical-basic__body {
  padding: 2.5rem 2rem 0 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-medical-basic__body {
    padding: 3rem 2rem 0 2rem;
  }
}
.p-medical-basic__description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1100px), print {
  .p-medical-basic__description {
    font-size: 1.6rem;
  }
}
.p-medical-basic__action {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  text-align: center;
}
.p-medical-basic__title {
  color: #0C62C0;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.5rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .p-medical-basic__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-medical-basic__title {
    font-size: 2.4rem;
  }
}
.p-medical-basic__image img {
  width: 100%;
  height: auto;
}
.p-medical-facility__block:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-medical-facility__block:not(:last-child) {
    margin-bottom: 5rem;
  }
}

/* p-about */
.p-about-photo__block:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-about-photo__block:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.p-about-photo__message {
  position: relative;
  max-width: 100rem;
  margin-inline: auto;
  margin-bottom: 3rem;
  padding: 2.5rem 2rem;
  border-radius: 2rem;
  background-color: #EAF7FF;
}
@media screen and (min-width: 1100px), print {
  .p-about-photo__message {
    padding: 4rem 3rem;
    border-radius: 10em;
  }
}
.p-about-photo__message::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  border-top: 2rem solid #EAF7FF;
  border-left: 2.5rem solid transparent;
  border-right: 2.5rem solid transparent;
}
.p-about-photo__gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 480px), print {
  .p-about-photo__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .p-about-photo__gallery {
    gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-about-photo__gallery-image img {
  margin-inline: auto;
}
@media screen and (min-width: 480px), print {
  .p-about-photo__gallery-image img {
    width: 100%;
    height: auto;
  }
}
.p-about-greeting__wrap {
  display: grid;
  grid-template-columns: minmax(0, 47rem);
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1100px), print {
  .p-about-greeting__wrap {
    grid-template-columns: minmax(0, 47rem) 1fr;
    gap: 3rem;
  }
}
.p-about-greeting__image-name {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-about-greeting__image-name {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.p-about-greeting__history {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .p-about-greeting__history {
    gap: 2rem;
    grid-template-columns: 6rem 1fr;
  }
}
@media screen and (min-width: 1100px), print {
  .p-about-greeting__history {
    grid-template-columns: 8rem 1fr;
  }
}
.p-about-greeting__history:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-about-greeting__history:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.p-about-greeting__history-body {
  place-content: center;
}
.p-about-greeting__history-title {
  border-radius: 0.5rem;
  border: 1px solid #0C62C0;
  color: #0C62C0;
  text-align: center;
  place-content: center;
  font-size: 1.6rem;
  list-style: 1.15;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-about-greeting__history-title {
    font-size: 2rem;
    border-radius: 1rem;
  }
}
.p-about-access__table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1rem;
}
.p-about-access__table th, .p-about-access__table td {
  vertical-align: middle;
  text-align: left;
  padding: 1.5rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-about-access__table th, .p-about-access__table td {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-about-access__table th, .p-about-access__table td {
    display: block;
  }
}
.p-about-access__table th {
  background-color: #0C62C0;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 768px), print {
  .p-about-access__table th {
    width: 20rem;
    border-radius: 2rem 0 0 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-about-access__table th {
    font-size: 2rem;
    width: 27rem;
  }
}
.p-about-access__table td {
  background-color: #D4EEFF;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (min-width: 768px), print {
  .p-about-access__table td {
    border-radius: 0 2rem 2rem 0;
  }
}

/* p-secret */
.p-secret-posts__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media screen and (min-width: 1100px), print {
  .p-secret-posts__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
.p-secret-posts__action {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-secret-posts__action {
    margin-top: 4rem;
  }
}
.p-secret-monologue__action {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-secret-monologue__action {
    margin-top: 6rem;
  }
}

/* p-others */
.p-others__block:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-others__block:not(:last-child) {
    margin-bottom: 8rem;
  }
}

/* p-glaucoma */
.p-glaucoma__block:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-glaucoma__block:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.p-glaucoma__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-glaucoma__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* p-cataract */
.p-cataract__block:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-cataract__block:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.p-cataract__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 480px), print {
  .p-cataract__gallery {
    gap: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-cataract__gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .p-cataract__gallery {
    margin-bottom: 5rem;
  }
}
.p-cataract__gallery img {
  width: 100%;
  height: auto;
}
.p-cataract__table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1rem;
}
.p-cataract__table th, .p-cataract__table td {
  vertical-align: middle;
  text-align: left;
  padding: 2rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-cataract__table th, .p-cataract__table td {
    padding: 3rem 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-cataract__table th, .p-cataract__table td {
    display: block;
  }
}
.p-cataract__table th {
  background-color: #0C62C0;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 768px), print {
  .p-cataract__table th {
    width: 20rem;
    border-radius: 2rem 0 0 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-cataract__table th {
    font-size: 2rem;
    width: 25rem;
  }
}
.p-cataract__table td {
  background-color: #D4EEFF;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (min-width: 768px), print {
  .p-cataract__table td {
    border-radius: 0 2rem 2rem 0;
  }
}
.p-cataract__flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  counter-reset: number 0;
}
@media screen and (min-width: 1100px), print {
  .p-cataract__flow {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-cataract-box {
  position: relative;
  padding: 2rem;
  border-radius: 1rem;
  background-color: #F7FCFF;
}
@media screen and (min-width: 1100px), print {
  .p-cataract-box {
    padding: 3.5rem;
    border-radius: 2rem;
  }
}
.p-cataract-box__heading {
  display: block;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 800;
  color: #0C62C0;
  border-bottom: 1px solid #0C62C0;
  padding-bottom: 1.5rem;
  padding-right: 2rem;
  margin-bottom: 1.5rem;
  margin-right: -2rem;
}
@media screen and (min-width: 1100px), print {
  .p-cataract-box__heading {
    font-size: 3.2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    margin-right: -3.5rem;
  }
}
.p-cataract-box__heading-att {
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .p-cataract-box__heading-att {
    font-size: 2rem;
  }
}
.p-cataract-box__heading-label {
  position: relative;
  display: block;
  padding-left: 1.6em;
}
.p-cataract-box__heading-label::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}

/* p-contactlens */
.p-contactlens__block:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-contactlens__block:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.p-contactlens__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-contactlens__wrap {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5rem;
  }
}
.p-contactlens-trivia {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr;
  margin-top: 5rem;
}
@media screen and (min-width: 1100px), print {
  .p-contactlens-trivia {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 4rem;
    margin-top: 8rem;
  }
}
.p-contactlens-trivia__item {
  position: relative;
  border-radius: 1rem;
  border: 1px solid #0C62C0;
  padding: 3.5rem 2rem 2rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-contactlens-trivia__item {
    padding: 5.5rem 2.8rem 2.8rem 2.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-contactlens-trivia__item--wide {
    grid-column: 1/-1;
  }
}
.p-contactlens-trivia__heading {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  display: block;
  max-width: 30rem;
  width: 100%;
  text-align: center;
  place-content: center;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  background-color: #0C62C0;
  color: #fff;
  border-radius: 10em;
  padding: 1rem 1.5rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1100px), print {
  .p-contactlens-trivia__heading {
    font-size: 2.2rem;
    max-width: 43rem;
    padding: 1.5rem 2rem;
    letter-spacing: 0.05em;
  }
}
.p-contactlens-notice {
  position: relative;
  background-color: #fff;
  padding: 3rem 2rem 3rem 2rem;
  border-radius: 1rem;
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-contactlens-notice {
    padding: 3.5rem 4rem 6rem 4rem;
    border-radius: 2rem;
    margin-top: 5rem;
  }
}
.p-contactlens-notice::before {
  content: "";
  position: absolute;
  top: -1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4rem;
  height: 3.4rem;
  background: url("../img/pagses/contactlens/icon-alert.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-contactlens-notice::before {
    width: 5rem;
    height: 4.4rem;
    top: -2.5rem;
  }
}
.p-contactlens-notice__heading {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-contactlens-notice__heading {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
}
.p-contactlens-notice__image img {
  border-radius: 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .p-contactlens-notice__image img {
    border-radius: 1rem 0 0 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-contactlens-notice__image img {
    border-radius: 2rem 0 0 2rem;
  }
}
.p-contactlens-notice__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px), print {
  .p-contactlens-notice__wrap {
    grid-template-columns: 1fr minmax(0, 35rem);
    margin-right: -2rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-contactlens-notice__wrap {
    grid-template-columns: 1fr minmax(0, 40rem);
    margin-right: -4rem;
    gap: 3rem;
  }
}
.p-contactlens-box {
  position: relative;
  padding: 2rem;
  border-radius: 1rem;
  background-color: #F7FCFF;
}
@media screen and (min-width: 1100px), print {
  .p-contactlens-box {
    padding: 3.5rem;
    border-radius: 2rem;
  }
}
.p-contactlens-box__heading {
  display: block;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 800;
  color: #0C62C0;
  border-bottom: 1px solid #0C62C0;
  padding-bottom: 1.5rem;
  padding-right: 2rem;
  margin-bottom: 1.5rem;
  margin-right: -2rem;
}
@media screen and (min-width: 1100px), print {
  .p-contactlens-box__heading {
    font-size: 3.2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    margin-right: -3.5rem;
  }
}
.p-contactlens-flow {
  counter-reset: number 0;
  max-width: 42rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .p-contactlens-flow {
    max-width: none;
  }
}
.p-contactlens-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  background-color: #F7FCFF;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .p-contactlens-flow__item {
    grid-template-columns: 1fr minmax(0, 35rem);
  }
}
@media screen and (min-width: 1100px), print {
  .p-contactlens-flow__item {
    border-radius: 2rem;
    grid-template-columns: 1fr minmax(0, 45rem);
  }
}
.p-contactlens-flow__item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-contactlens-flow__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.p-contactlens-flow__heading {
  position: relative;
  display: block;
  padding-left: 1.7em;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #0C62C0;
  font-weight: 800;
  margin-bottom: 1rem;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .p-contactlens-flow__heading {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
}
.p-contactlens-flow__heading::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}
.p-contactlens-flow__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-contactlens-flow__content {
  padding: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-contactlens-flow__content {
    padding: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-contactlens-flow__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
.u-anime-fadein {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
}
.u-anime-fadein.is-active {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.u-anime-slide-right {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease, -webkit-transform 0.8s ease;
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-filter 1s ease;
}
.u-anime-slide-right.is-active {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.u-anime-delay--sm {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.u-anime-delay--md {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.u-anime-delay--lg {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

/* MV アニメーション */
.u-mv-anime-fadein {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.is-anime-active .u-mv-anime-fadein {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  15% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  30% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  15% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  30% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.u-mv-anime-rotate {
  -webkit-animation: rotate 0.8s infinite ease-in-out 0.8s alternate;
          animation: rotate 0.8s infinite ease-in-out 0.8s alternate;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

/* u-color */
.u-color-dark {
  color: #000;
}
.u-color-hover {
  color: #D4EEFF;
}
.u-color-base {
  color: #0C62C0;
}
.u-color-main {
  color: #0C62C0;
}
.u-color-sub1 {
  color: #FFDD02;
}
.u-color-sub2 {
  color: #EAF7FF;
}
.u-color-text {
  color: #161616;
}
.u-color-white {
  color: #fff;
}
.u-color-danger {
  color: #ff8000;
}
.u-color-red {
  color: #E90000;
}

/* 背景色 */
.u-bg-color-dark {
  background-color: #000;
}
.u-bg-color-hover {
  background-color: #D4EEFF;
}
.u-bg-color-base {
  background-color: #0C62C0;
}
.u-bg-color-main {
  background-color: #0C62C0;
}
.u-bg-color-sub1 {
  background-color: #FFDD02;
}
.u-bg-color-sub2 {
  background-color: #EAF7FF;
}
.u-bg-color-sub4 {
  background-color: #F7FCFF;
}
.u-bg-color-white {
  background-color: #fff;
}
.u-bg-color-black {
  background-color: #000;
}
.u-bg-color-gray2 {
  background-color: #F6F6F6;
}

/* u-display */
.u-d-none {
  display: none;
}
.u-d-block {
  display: block;
}
.u-d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 480px), print {
  .u-d-sm-none {
    display: none;
  }
  .u-d-sm-block {
    display: block;
  }
  .u-d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px), print {
  .u-d-md-none {
    display: none;
  }
  .u-d-md-block {
    display: block;
  }
  .u-d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1100px), print {
  .u-d-lg-none {
    display: none;
  }
  .u-d-lg-block {
    display: block;
  }
  .u-d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1600px), print {
  .u-d-xl-none {
    display: none;
  }
  .u-d-xl-block {
    display: block;
  }
  .u-d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* テキスト改行系 */
@media screen and (max-width: 1099.98px) {
  .u-br-pc {
    display: none;
  }
}

@media screen and (min-width: 1100px), print {
  .u-br-sp {
    display: none;
  }
}

/* u-layout */
/* float 回り込み防止 */
.u-clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/* flex系 レイアウト */
.u-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

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

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

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

.u-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-font-feature-settings {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

/* アンカー位置調整 */
.u-anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -101px;
  margin-bottom: 100px;
  background: transparent;
  pointer-events: none;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .u-anchor-point::before {
    margin-top: -201px;
    margin-bottom: 200px;
  }
}

/* 画像を囲う要素 */
.u-img-wrap {
  aspect-ratio: 4/3;
  display: block;
  position: relative;
  overflow: hidden;
}

/* 画像をトリミング */
.u-img-cover {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 画像を角丸にする */
.u-img-radius {
  border-radius: 1rem;
}
.u-img-radius-lg {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .u-img-radius-lg {
    border-radius: 2rem;
  }
}

/* コンテンツを角丸にする */
.u-box-radius {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .u-box-radius {
    border-radius: 1.5rem;
  }
}
.u-box-radius-lg {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .u-box-radius-lg {
    border-radius: 2rem;
  }
}
.u-box-radius-xl {
  border-radius: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .u-box-radius-xl {
    border-radius: 5rem;
  }
}

/* box-shadow */
.u-box-shadow {
  -webkit-box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
          box-shadow: 0 0 10px rgba(198, 177, 158, 0.25);
}

/* Google Maps */
.u-gmap-area {
  position: relative;
}
.u-gmap-area::before {
  content: "";
  display: block;
  padding-top: 38rem;
}
@media screen and (min-width: 1100px), print {
  .u-gmap-area::before {
    padding-top: 50rem;
  }
}
.u-gmap-area iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* list-style: none; */
.u-list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

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

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

.u-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

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

.u-mt-sm {
  margin-top: 8px !important;
}

.u-mb-sm {
  margin-bottom: 8px !important;
}

.u-ml-sm {
  margin-left: 8px !important;
}

.u-mr-sm {
  margin-right: 8px !important;
}

.u-mx-sm {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.u-my-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-mt-md {
  margin-top: 16px !important;
}

.u-mb-md {
  margin-bottom: 16px !important;
}

.u-ml-md {
  margin-left: 16px !important;
}

.u-mr-md {
  margin-right: 16px !important;
}

.u-mx-md {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.u-my-md {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-mt-lg {
  margin-top: 24px !important;
}

.u-mb-lg {
  margin-bottom: 24px !important;
}

.u-ml-lg {
  margin-left: 24px !important;
}

.u-mr-lg {
  margin-right: 24px !important;
}

.u-mx-lg {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-my-lg {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-mt-xl {
  margin-top: 32px !important;
}

.u-mb-xl {
  margin-bottom: 32px !important;
}

.u-ml-xl {
  margin-left: 32px !important;
}

.u-mr-xl {
  margin-right: 32px !important;
}

.u-mx-xl {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.u-my-xl {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-mx-auto {
  margin-inline: auto;
}

.u-my-auto {
  margin-block: auto;
}

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

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

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

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

.u-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

.u-pt-sm {
  padding-top: 8px !important;
}

.u-pb-sm {
  padding-bottom: 8px !important;
}

.u-pl-sm {
  padding-left: 8px !important;
}

.u-pr-sm {
  padding-right: 8px !important;
}

.u-px-sm {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.u-py-sm {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.u-pt-md {
  padding-top: 16px !important;
}

.u-pb-md {
  padding-bottom: 16px !important;
}

.u-pl-md {
  padding-left: 16px !important;
}

.u-pr-md {
  padding-right: 16px !important;
}

.u-px-md {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.u-py-md {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-pt-lg {
  padding-top: 24px !important;
}

.u-pb-lg {
  padding-bottom: 24px !important;
}

.u-pl-lg {
  padding-left: 24px !important;
}

.u-pr-lg {
  padding-right: 24px !important;
}

.u-px-lg {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-py-lg {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-pt-xl {
  padding-top: 32px !important;
}

.u-pb-xl {
  padding-bottom: 32px !important;
}

.u-pl-xl {
  padding-left: 32px !important;
}

.u-pr-xl {
  padding-right: 32px !important;
}

.u-px-xl {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.u-py-xl {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

/* テキスト位置 */
.u-text-left, .u-text-start {
  text-align: left;
}
.u-text-center {
  text-align: center;
}
.u-text-right, .u-text-end {
  text-align: right;
}

/* テキストインデント */
.u-text-indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* 下層ページ テキスト */
.u-text-body-md {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .u-text-body-md {
    font-size: 1.6rem;
  }
}
.u-text-body-sm {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.u-text-body-lg {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .u-text-body-lg {
    font-size: 1.8rem;
  }
}
.u-text-body-xl {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .u-text-body-xl {
    font-size: 2rem;
  }
}
.u-text-body-xxl {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .u-text-body-xxl {
    font-size: 2.2rem;
  }
}
.u-text-body-ultra {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .u-text-body-ultra {
    font-size: 2.4rem;
  }
}

/* フォントサイズ */
.u-fs-md {
  font-size: 1.6rem;
}
.u-fs-sm {
  font-size: 1.4rem;
}
.u-fs-lg {
  font-size: 1.8rem;
}
.u-fs-xl {
  font-size: 2rem;
}

/* 行間 */
.u-lh-sm {
  line-height: 1.5;
}
.u-lh-base {
  line-height: 1.8;
}
.u-lh-lg {
  line-height: 2;
}

/* 太さ */
.u-fw-light {
  font-weight: 300;
}
.u-fw-normal {
  font-weight: 400;
}
.u-fw-medium {
  font-weight: 500;
}
.u-fw-semibold {
  font-weight: 600;
}
.u-fw-bold {
  font-weight: 700;
}
.u-fw-exbold {
  font-weight: 800;
}
.u-fw-black {
  font-weight: 900;
}

/* フォントファミリー */
.u-ft-gothic {
  font-family: "M PLUS 1p", sans-serif;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.u-ft-mincho {
  font-family: "Noto Serif JP", serif;
}

/* 折り返し禁止 */
.u-text-nowrap {
  white-space: nowrap;
}

/* 三点リーダー 1行 */
.u-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* アンダーライン */
.u-text-underline {
  text-decoration: underline;
}

/* テキストマーカー */
.u-text-marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}