@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 {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-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 {
  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%;
  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: #333333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  background: #E9FEFD;
}

@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: flex;
  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: #E9FEFD;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4rem 0 0 2.5rem;
    z-index: 1001;
  }
  .is-fixed .l-header__logo {
    position: fixed;
    top: -10rem;
    height: 10rem;
    place-content: center;
    padding: 0 0 0 2rem;
    transform: translateY(100px);
    transition: transform 0.3s ease;
    z-index: 1002;
  }
}
@media screen and (min-width: 1440px), print {
  .l-header__logo {
    padding: 4rem 0 0 5rem;
  }
  .is-fixed .l-header__logo {
    padding: 0 0 0 2.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__nav {
    position: absolute;
    right: 3rem;
    top: 0;
    height: 12rem;
    padding: 0;
    place-content: center;
    z-index: 1001;
  }
  .is-fixed .l-header__nav {
    position: fixed;
    left: 0;
    right: 0;
    top: -10rem;
    height: 10rem;
    transform: translateY(100px);
    background-color: #E9FEFD;
    padding-right: 2rem;
    border-radius: 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
  }
}
@media screen and (min-width: 1440px), print {
  .l-header__nav {
    right: 5rem;
  }
  .is-fixed .l-header__nav {
    padding-right: 3rem;
  }
}
@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;
    transition: opacity 0.3s ease;
  }
  .l-header__tel::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 0.5rem;
    background-color: #2DC5C2;
    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%;
    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%;
    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;
    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-left: 1px solid #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__floating-item--reserve {
    position: relative;
    right: 0;
    margin-right: -48rem;
    margin-bottom: 1.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: 6rem 48rem;
    height: 22rem;
    margin-right: -48rem;
    border-radius: 2rem 0 0 2rem;
    box-shadow: 0 0 5px 0 rgba(57, 56, 56, 0.25);
    transition: right 0.5s ease;
    cursor: pointer;
  }
  .l-header__schedule:hover {
    right: 48rem;
  }
}
.l-header__schedule-content {
  background-color: #fff;
  place-content: center;
  padding: 1.5rem 2.5rem;
}

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

  l-footer

-------------------------------- */
.l-footer {
  position: relative;
  background-color: #fff;
  padding: 0 2rem;
  margin-top: 15rem;
}
@media screen and (min-width: 1100px), print {
  .l-footer {
    padding: 0 4rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-footer {
    margin-bottom: 6rem;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  transform: translateY(-100%);
  background: url("../img/top/fooer_bg.webp") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .l-footer::before {
    height: 30rem;
  }
}
.l-footer__container {
  display: grid;
  grid-template-columns: minmax(0, 31rem);
  gap: 3rem;
  padding: 5rem 0;
  max-width: 150rem;
  margin-inline: auto;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .l-footer__container {
    grid-template-columns: minmax(0, 43rem);
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__container {
    gap: 5rem;
    padding: 10rem 0;
    grid-template-columns: minmax(0, 45rem) minmax(0, 55rem);
  }
}
@media screen and (min-width: 1280px), print {
  .l-footer__container {
    grid-template-columns: minmax(0, 45rem) minmax(0, 65rem);
  }
}
@media screen and (min-width: 1440px), print {
  .l-footer__container {
    grid-template-columns: minmax(0, 57rem) minmax(0, 80rem);
    justify-content: space-between;
  }
}
.l-footer__logo {
  margin-bottom: 2rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .l-footer__logo {
    margin-bottom: 3.5rem;
    max-width: none;
  }
}
.l-footer__contact {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1440px), print {
  .l-footer__contact {
    margin-top: 4.5rem;
  }
}
.l-footer__info-item {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .l-footer__info-item {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__info-item {
    font-size: 1.6rem;
  }
}
.l-footer__info-item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .l-footer__info-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.l-footer__info-item dt {
  color: #187F7D;
}
@media screen and (min-width: 768px), print {
  .l-footer__info-item dt {
    width: 7rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__info-item dt {
    width: 9rem;
  }
}
.l-footer__info-item dd {
  flex: 1;
}
.l-footer__copy {
  position: relative;
  height: 7rem;
  place-content: center;
  text-align: center;
  padding: 0 2rem;
  margin-inline: -2rem;
  background-color: #E2F6FA;
}
@media screen and (min-width: 768px), print {
  .l-footer__copy {
    height: 7rem;
    padding: 0 4rem;
    margin-inline: -4rem;
  }
}
.l-footer__copy small {
  color: #333333;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@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;
  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: #fff;
  background-color: #FF9F06;
  font-size: 1.4rem;
  width: 100%;
  height: 6rem;
  font-weight: 500;
  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: 1.8rem;
    width: 6rem;
    height: 22rem;
    letter-spacing: 0.18em;
    border-radius: 2rem 0 0 2rem;
    writing-mode: vertical-rl;
  }
}
.c-button--schedule span {
  position: relative;
  display: inline-block;
  padding-top: 1.8em;
}
@media screen and (min-width: 1100px), print {
  .c-button--schedule span {
    padding-top: 2em;
  }
}
.c-button--schedule span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 2rem;
  background: url("../img/base/icon-times_wht.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: #2DC5C2;
  font-size: 1.4rem;
  width: 100%;
  height: 6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  place-content: center;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-button--reserve {
    font-size: 1.8rem;
    width: 6rem;
    height: 22rem;
    letter-spacing: 0.18em;
    border-radius: 2rem 0 0 2rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media (hover: hover) {
  .c-button--reserve:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #FF9F06;
  }
  .c-button--reserve:where(:any-link, :enabled, summary):hover {
    background-color: #FF9F06;
  }
  .c-button--reserve:where(:-moz-any-link, :enabled, summary):hover span::before {
    background: url("../img/base/icon-reserve_wht.svg") no-repeat center/contain;
  }
  .c-button--reserve:where(:any-link, :enabled, summary):hover span::before {
    background: url("../img/base/icon-reserve_wht.svg") no-repeat center/contain;
  }
}
.c-button--reserve span {
  position: relative;
  display: inline-block;
  padding-top: 1.8em;
}
@media screen and (min-width: 1100px), print {
  .c-button--reserve span {
    padding-top: 2em;
  }
}
.c-button--reserve span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 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-button--internet {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10em;
  background-color: #2DC5C2;
  color: #fff;
  line-height: 1.2;
  place-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1440px), print {
  .c-button--internet {
    font-size: 2rem;
  }
}
@media (hover: hover) {
  .c-button--internet:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #FF9F06;
  }
  .c-button--internet:where(:any-link, :enabled, summary):hover {
    background-color: #FF9F06;
  }
}
.c-button--internet span {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
}
.c-button--internet span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../img/base/icon-web_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 1440px), print {
  .c-button--internet span::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}

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

  c-link-button

-------------------------------- */
.c-link-button {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 1rem 4rem 1rem 2rem;
  background-color: #2DC5C2;
  border: 1px solid #fff;
  border-radius: 10em;
  text-decoration: none;
}
@media screen and (min-width: 360px), print {
  .c-link-button {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-link-button {
    font-size: 1.6rem;
    padding: 1rem 9rem 1rem 3rem;
    letter-spacing: 0.05em;
  }
}
.c-link-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/base/icon-arrow2_right_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-link-button::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 1.8rem;
  }
}

a.c-link-button {
  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: #78DEDC;
    color: #fff;
  }
  a.c-link-button:where(:any-link, :enabled, summary):hover {
    background-color: #78DEDC;
    color: #fff;
  }
}

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

  c-anchor-button

-------------------------------- */
.c-anchor-button {
  position: relative;
  display: block;
  height: 4.5rem;
  background-color: #fff;
  border: 1px solid #2DC5C2;
  font-size: 1.4rem;
  border-radius: 10em;
  padding: 0 3.8rem 0 1.6rem;
  place-content: center;
  font-weight: 500;
  color: #2DC5C2;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-anchor-button {
    font-size: 1.6rem;
    height: 5rem;
    padding: 0 5rem 0 2rem;
  }
}
@media (hover: hover) {
  .c-anchor-button:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #2DC5C2;
    color: #fff;
  }
  .c-anchor-button:where(:any-link, :enabled, summary):hover {
    background-color: #2DC5C2;
    color: #fff;
  }
  .c-anchor-button:where(:-moz-any-link, :enabled, summary):hover::before {
    background-color: #fff;
  }
  .c-anchor-button:where(:any-link, :enabled, summary):hover::before {
    background-color: #fff;
  }
}
.c-anchor-button::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: #E2F6FA;
  border-radius: 100%;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-anchor-button::before {
    width: 3rem;
    height: 3rem;
  }
}
.c-anchor-button::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-40%);
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/base/icon-arrow_bottom_blue.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-anchor-button::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 1.75rem;
  }
}

/* --------------------------------
  c-global-contact
-------------------------------- */
.c-global-contact {
  display: grid;
  grid-template-columns: 21rem;
  grid-template-rows: 4.5rem 4.5rem;
  gap: 1rem;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .c-global-contact {
    grid-template-columns: 21rem 21rem;
    grid-template-rows: 4.5rem;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1440px), print {
  .c-global-contact {
    grid-template-columns: 27rem 27rem;
    grid-template-rows: 5rem;
    gap: 1.5rem;
  }
}
.c-global-contact__item--tel .tel-link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10em;
  background-color: #FF9F06;
  color: #fff;
  line-height: 1.2;
  place-content: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-decoration: none;
}
@media screen and (min-width: 1440px), print {
  .c-global-contact__item--tel .tel-link {
    font-size: 2.2rem;
  }
}
.c-global-contact__item--tel .tel-link .tel-num {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
}
.c-global-contact__item--tel .tel-link .tel-num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../img/base/icon-tel_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 1440px), print {
  .c-global-contact__item--tel .tel-link .tel-num::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}

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

  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;
    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: flex;
    flex-direction: row;
    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: linear-gradient(180deg, #E9FEFD 0%, #FAFFFE 100%);
    -webkit-overflow-scrolling: touch;
    z-index: 10;
  }
}
.c-gnav__contact {
  place-content: center;
}
@media screen and (min-width: 1100px), print {
  .c-gnav__contact {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-gnav__contact {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__contact {
    margin-top: 2.5rem;
    text-align: center;
  }
}
.c-gnav__contact-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #2DC5C2;
  border-radius: 10em;
  width: 20rem;
  height: 5rem;
  text-align: center;
  place-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-gnav__contact-link {
    font-size: 1.6rem;
    width: 15.6rem;
    height: 4rem;
  }
}
@media (hover: hover) {
  .c-gnav__contact-link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #FF9F06;
  }
  .c-gnav__contact-link:where(:any-link, :enabled, summary):hover {
    background-color: #FF9F06;
  }
}
.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: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.6rem;
    padding: 0;
  }
}
@media screen and (min-width: 1440px), print {
  .c-gnav__menu {
    gap: 3rem;
  }
}
.c-gnav__item {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__item {
    border-bottom: 1px solid #2DC5C2;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__item:first-child {
    border-top: 1px solid #2DC5C2;
  }
}
.c-gnav__title {
  display: block;
}
.c-gnav__label {
  position: relative;
  line-height: 1.2;
  color: #333333;
  font-weight: 500;
  cursor: pointer;
  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: 6rem;
    font-size: 1.4rem;
    padding: 0;
  }
}
@media screen and (min-width: 1280px), print {
  .c-gnav__label {
    font-size: 1.6rem;
  }
}
@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.5rem;
    height: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    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%;
    transform: translateY(-50%);
    background: #2DC5C2 url("../img/base/icon-plus.svg") no-repeat center/50%;
    border-radius: 0.5rem;
  }
}
.c-gnav__link {
  position: relative;
  line-height: 1.2;
  color: #333333;
  font-weight: 500;
  text-decoration: none;
  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: 6rem;
    font-size: 1.4rem;
    padding: 0;
  }
}
@media screen and (min-width: 1280px), print {
  .c-gnav__link {
    font-size: 1.6rem;
  }
}
@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%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    background: #2DC5C2 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: #2DC5C2;
  }
  .c-gnav__link:where(:any-link, :enabled, summary):hover {
    color: #2DC5C2;
  }
}
@media screen and (hover: hover) and (min-width: 1100px), print and (hover: hover) {
  .c-gnav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #2DC5C2;
  }
  .c-gnav__link:where(:any-link, :enabled, summary):hover {
    color: #2DC5C2;
  }
}
.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: -1rem;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 20rem;
    z-index: -1;
    opacity: 0;
    padding: 0;
    overflow: hidden;
  }
}
.c-gnav__dropdown.is-active {
  pointer-events: auto;
  opacity: 1;
  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;
}
@media screen and (min-width: 1100px), print {
  .c-gnav__submenu {
    background-color: #fff;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__submenu {
    padding: 0 0 2rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__submenu-item {
    border-bottom: 1px solid #2DC5C2;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__submenu-item {
    border-top: 1px solid #2DC5C2;
  }
}
.c-gnav__submenu-link {
  position: relative;
  display: block;
  text-align: left;
  place-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333333;
  height: 5rem;
  background-color: transparent;
  text-decoration: none;
  transition: color 0.3s ease;
  z-index: 0;
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__submenu-link {
    padding-left: 3rem;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  .c-gnav__submenu-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid #161616;
    transition: border 0.3s ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__submenu-link {
    font-size: 1.6rem;
    height: 5rem;
    background-color: #fff;
    color: #333333;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
@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: #2DC5C2;
  }
  .c-gnav__submenu-link:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #2DC5C2;
  }
  .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: #2DC5C2;
  }
  .c-gnav__submenu-link:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #2DC5C2;
  }
}
.c-gnav__toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 6rem;
  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: 6rem;
    margin-bottom: -6rem;
    background: transparent;
    z-index: 30;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__toggle:hover + .c-gnav__label {
    color: #2DC5C2;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__toggle:hover + .c-gnav__label {
    color: #2DC5C2;
  }
}
@media screen and (min-width: 1100px), print {
  .c-gnav__toggle.is-active + .c-gnav__label {
    color: #2DC5C2;
  }
  .c-gnav__toggle.is-active + .c-gnav__label::before {
    transform: translateX(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-gnav__toggle.is-active + .c-gnav__label {
    color: #2DC5C2;
  }
  .c-gnav__toggle.is-active + .c-gnav__label::before {
    background: #2DC5C2 url("../img/base/icon-minus.svg") no-repeat center/50%;
  }
}
.c-gnav {
  /* ハンバーガーメニューボタン */
}
.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%;
  transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.5rem;
  background-color: #2DC5C2;
  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: "Zen Kaku Gothic Antique", 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%;
  transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.5rem;
  background-color: #2DC5C2;
  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 {
  transform: rotate(30deg);
}
.c-gnav__button-close .c-gnav__button-icon::after {
  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;
  transition: 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;
  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 {
  display: inline-block;
  padding-left: 3em;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .c-heading--primary {
    padding-left: 4em;
  }
}
.c-heading--primary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6rem;
  height: 8rem;
  background: url("../img/base/icon-flower.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-heading--primary::before {
    width: 8rem;
    height: 10rem;
  }
}
.c-heading--primary .c-heading__ja {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 360px), print {
  .c-heading--primary .c-heading__ja {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--primary .c-heading__ja {
    font-size: 3rem;
  }
}
.c-heading--primary .c-heading__en {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #2DC5C2;
  line-height: 1.2;
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: 0.025em;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 360px), print {
  .c-heading--primary .c-heading__en {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--primary .c-heading__en {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
}
.c-heading--secondary {
  display: block;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid #2DC5C2;
}
@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: #2DC5C2;
  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;
  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--third {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  border-bottom: 2px solid #2DC5C2;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .c-heading--third {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
.c-heading--fourth {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-wrap: inherit;
  padding-left: 0.85em;
  border-left: 0.3rem solid #2DC5C2;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .c-heading--fourth {
    font-size: 2rem;
    margin-bottom: 2rem;
    border-left: 0.4rem solid #2DC5C2;
  }
}
.c-heading--border {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-wrap: inherit;
  padding-left: 0.85em;
  font-family: "Zen Old Mincho", serif;
  border-left: 0.3rem solid #2DC5C2;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .c-heading--border {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    border-left: 0.4rem solid #2DC5C2;
  }
}
.c-heading--common {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-wrap: inherit;
  padding-left: 0.85em;
  border-left: 0.3rem solid #2DC5C2;
  margin-bottom: 1.5rem;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 1100px), print {
  .c-heading--common {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    border-left: 0.4rem solid #2DC5C2;
  }
}
.c-heading--detail {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.35;
  font-weight: 500;
  padding: 0.5rem 0 0.5rem 1.5rem;
  text-wrap: inherit;
  border-left: 0.3rem solid #2DC5C2;
}
@media screen and (min-width: 1100px), print {
  .c-heading--detail {
    font-size: 3rem;
    letter-spacing: 0.05em;
    padding: 0.5rem 0 0.5rem 2rem;
    border-left: 0.4rem solid #2DC5C2;
  }
}
.c-heading--step {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 2px solid #2DC5C2;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .c-heading--step {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}
.c-heading--step .c-heading__title {
  position: relative;
  display: block;
  font-size: 1.7rem;
  padding-left: 2.3em;
}
@media screen and (min-width: 1100px), print {
  .c-heading--step .c-heading__title {
    font-size: 2.5rem;
    padding-left: 2.8em;
  }
}
.c-heading--step .c-heading__title::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero) ".";
  position: absolute;
  top: 0.16em;
  left: 0;
  display: inline-block;
  font-size: 2.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #2DC5C2;
}
@media screen and (min-width: 1100px), print {
  .c-heading--step .c-heading__title::before {
    font-size: 4rem;
    top: 0;
  }
}
.c-heading--step .c-heading__label {
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .c-heading--step .c-heading__label {
    font-size: 2rem;
  }
}
.c-heading--check {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  text-wrap: inherit;
  padding-left: 1.88em;
  margin-bottom: 1rem;
}
.c-heading--check::before {
  content: "";
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 2.6rem;
  height: 2.1rem;
  background: url("../img/base/icon-check.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-heading--check::before {
    width: 3.6rem;
    height: 3rem;
    top: 0.1em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--check {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    padding-left: 2.2em;
  }
}
.c-heading--check.c-heading--check02 {
  color: #187F7D;
  font-weight: 700;
}
.c-heading--check.c-heading--check02::before {
  background: url("../img/base/icon-check2.svg") no-repeat center/contain;
}
.c-heading--normal {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 1rem;
  background-color: #2DC5C2;
  color: #fff;
  padding: 1.6rem;
  margin-bottom: 2rem;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .c-heading--normal {
    font-size: 2rem;
    padding: 1.6rem 2rem;
    margin-bottom: 3rem;
  }
}
/* --------------------------------
  c-list
-------------------------------- */
.c-list--primary li {
  position: relative;
  padding-left: 1.25em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .c-list--primary li {
    font-size: 1.6rem;
    padding-left: 1.35em;
  }
}
.c-list--primary li:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .c-list--primary li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.c-list--primary li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #2DC5C2;
}
@media screen and (min-width: 1100px), print {
  .c-list--primary li::before {
    top: 0.65em;
  }
}
.c-list--secondary li {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 1100px), print {
  .c-list--secondary li {
    font-size: 1.6rem;
  }
}
.c-list--secondary li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list--normal li {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 1100px), print {
  .c-list--normal li {
    font-size: 1.6rem;
  }
}
.c-list--normal li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .c-list--normal li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.c-list--normal li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #333333;
}
@media screen and (min-width: 1100px), print {
  .c-list--normal li::before {
    top: 0.6em;
  }
}

/* --------------------------------
  c-check-list
-------------------------------- */
.c-check-list__item {
  position: relative;
  color: #2DC5C2;
  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%;
  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-logo

-------------------------------- */
@media screen and (max-width: 1099.98px) {
  .c-logo--primary {
    text-align: center;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-logo--primary .c-logo__link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1100px), print {
  .is-fixed .c-logo--primary .c-logo__link {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
.c-logo--primary .c-logo__title {
  width: 10rem;
}
@media screen and (min-width: 360px), print {
  .c-logo--primary .c-logo__title {
    width: 15rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-logo--primary .c-logo__title {
    width: 20rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-logo--primary .c-logo__title {
    margin: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .is-fixed .c-logo--primary .c-logo__title {
    width: 17rem;
  }
}
@media screen and (min-width: 1440px), print {
  .is-fixed .c-logo--primary .c-logo__title {
    width: 20rem;
  }
}
.c-logo--primary .c-logo__label {
  margin: 0;
  font-size: 1rem;
  padding: 1rem;
}
@media screen and (min-width: 1100px), print {
  .c-logo--primary .c-logo__label {
    margin: 0 0 1.5rem 0;
    font-size: 2.5rem;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-logo--primary .c-logo__label {
    scale: 0.8;
  }
}
@media screen and (min-width: 1100px), print {
  .is-fixed .c-logo--primary .c-logo__label {
    font-size: 1.5rem;
    margin: 0;
  }
}
@media screen and (min-width: 1440px), print {
  .is-fixed .c-logo--primary .c-logo__label {
    font-size: 1.8rem;
  }
}
.c-logo--primary .c-logo__label-unit {
  font-size: 1rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .c-logo--primary .c-logo__label-unit {
    font-size: 2.3rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .is-fixed .c-logo--primary .c-logo__label-unit {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1440px), print {
  .is-fixed .c-logo--primary .c-logo__label-unit {
    font-size: 1.7rem;
  }
}
.c-logo--secondary .c-logo__link {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .c-logo--secondary .c-logo__link {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.c-logo--secondary .c-logo__title {
  margin: 0;
  width: 26rem;
}
@media screen and (min-width: 1100px), print {
  .c-logo--secondary .c-logo__title {
    width: 28rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-logo--secondary .c-logo__title {
    width: 34.5rem;
  }
}
.c-logo--secondary .c-logo__label {
  font-size: 1.6rem;
}
@media screen and (min-width: 1440px), print {
  .c-logo--secondary .c-logo__label {
    font-size: 2.5rem;
  }
}
.c-logo--secondary .c-logo__label-unit {
  font-size: 1.4rem;
}
@media screen and (min-width: 1440px), print {
  .c-logo--secondary .c-logo__label-unit {
    font-size: 2.3rem;
  }
}
.c-logo__link {
  display: inline-block;
  text-decoration: none;
}
.c-logo__link img {
  height: auto;
}
.c-logo__label {
  display: inline-block;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  background-color: #2DC5C2;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1100px), print {
  .c-logo__label {
    font-size: 2.5rem;
  }
}
.c-logo__label-unit {
  display: block;
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1100px), print {
  .c-logo__label-unit {
    font-size: 2.3rem;
  }
}
.c-logo__title {
  display: block;
  width: 20rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .c-logo__title {
    width: 20rem;
  }
}

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

  c-news-list

-------------------------------- */
.c-news-list__item {
  padding: 2rem 0;
}
.c-news-list__item:not(:last-child) {
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (min-width: 1100px), print {
  .c-news-list__item {
    padding: 2.5rem 0;
  }
}
.c-news-item {
  overflow: hidden;
}
.c-news-item__link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .c-news-item__link {
    grid-template-columns: 9rem 1fr;
    gap: 1.5rem;
    letter-spacing: 0.05em;
  }
}
@media (hover: hover) {
  .c-news-item__link:where(:-moz-any-link, :enabled, summary):hover .c-news-item__title {
    color: #2DC5C2;
  }
  .c-news-item__link:where(:any-link, :enabled, summary):hover .c-news-item__title {
    color: #2DC5C2;
  }
}
.c-news-item__date {
  display: block;
  color: #333333;
  transition: color 0.3s ease;
}
.c-news-item__title {
  display: block;
  color: #333333;
  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: #2DC5C2;
  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;
  transition: scale 0.3s ease;
}
.c-news-thumb-item__date {
  display: block;
  color: #333333;
  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: flex;
  justify-content: center;
  margin: 0 -1em;
}

#topics_paging li {
  display: flex;
  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: #2DC5C2;
  text-decoration: none;
}

/* WP ページネーション */
.c-pagination {
  display: block;
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .c-pagination {
    margin-top: 4rem;
  }
}
.c-pagination__links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination__numbers {
  display: block;
  margin: 0 0.2rem;
  padding: 1rem 1.5rem;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #444;
  transition: background-color 0.25s;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .c-pagination__numbers {
    margin: 0.2rem;
    font-size: 1.4rem;
  }
}
.c-pagination__numbers:hover {
  text-decoration: none;
}
.c-pagination__numbers[href]:hover,
.c-pagination .is-current {
  background-color: #2DC5C2;
}
.c-pagination__screenreader {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

  c-schedule

-------------------------------- */
.c-schedule__table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
  line-height: 1.2;
  overflow: hidden;
}
.c-schedule__table th,
.c-schedule__table td {
  font-weight: 500;
}
.c-schedule__table th {
  width: 6rem;
}
@media screen and (min-width: 480px), print {
  .c-schedule__table th {
    width: 9rem;
  }
}
.c-schedule__table td {
  place-content: center;
  text-align: center;
}
.c-schedule__table .tr-head th,
.c-schedule__table .tr-head td {
  height: 3.3rem;
  color: #333333;
  background-color: #E2F6FA;
}
.c-schedule__table .tr-head .td-label {
  font-size: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .c-schedule__table .tr-head .td-label {
    font-size: 1.8rem;
  }
}
.c-schedule__table .tr-body th,
.c-schedule__table .tr-body td {
  height: 3.1rem;
  color: #333333;
  background-color: #F4F4F4;
}
.c-schedule__table .td-label {
  font-size: 1.4rem;
  font-weight: 500;
}
@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;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (min-width: 1100px), print {
  .c-schedule__table .th-time {
    font-size: 1.6rem;
  }
}
.c-schedule__table .td-open {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-radius: 100%;
  background-color: #2DC5C2;
}
@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%;
  transform: translateX(-50%);
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}
.c-schedule__table .td-closed::before {
  content: "-";
  font-weight: 500;
}
.c-schedule-note__item {
  position: relative;
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.2rem;
  padding-left: 1.1em;
}
@media screen and (min-width: 1100px), print {
  .c-schedule-note__item {
    font-size: 1.4rem;
  }
}
.c-schedule-note__item::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #2DC5C2;
}

.c-pagetitle {
  position: relative;
  overflow: hidden;
  margin-top: 6rem;
  margin-bottom: 5rem;
  z-index: 0;
  padding: 0 0 0 2rem;
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle {
    margin-top: 12rem;
    margin-bottom: 10rem;
    padding: 0 5rem 0 25rem;
  }
}
.c-pagetitle__container {
  width: 100%;
  height: 15rem;
  border-radius: 3rem 0 0 1rem;
  background: url("../img/base/page-title.webp") no-repeat center/cover;
}
@media screen and (min-width: 768px), print {
  .c-pagetitle__container {
    height: 18rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle__container {
    height: 30rem;
    border-radius: 20rem 1rem 1rem 1rem;
  }
}
.c-pagetitle__name {
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  display: inline-block;
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(23, 108, 107, 0.18);
  background: linear-gradient(90deg, #2DC5C2 0%, #98E8E1 100%);
  color: #fff;
  padding: 0.9rem 1.5rem 0.9rem 3.5rem;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .c-pagetitle__name {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle__name {
    bottom: 5rem;
    font-size: 4.7rem;
    padding: 1.2rem 1.5rem 1.2rem 15rem;
  }
}

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

  c-footer-nav

-------------------------------- */
.c-footer-nav {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(2, auto);
  gap: 1.5rem 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .c-footer-nav {
    grid-template-columns: repeat(3, auto);
  }
}
@media screen and (min-width: 1280px), print {
  .c-footer-nav {
    grid-template-columns: repeat(4, auto);
    gap: 3rem;
    max-width: none;
  }
}
@media screen and (min-width: 1600px), print {
  .c-footer-nav {
    gap: 5rem;
  }
}
.c-footer-nav__list {
  padding: 0 0 0 1.5rem !important;
  border-left: 1px solid #E4E4E4;
}
@media screen and (min-width: 768px), print {
  .c-footer-nav__list {
    padding: 0.5rem 0 0.5rem 2rem !important;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer-nav__list {
    padding: 0.5rem 0 0.5rem 2rem !important;
  }
}
.c-footer-nav__item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .c-footer-nav__item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.c-footer-nav__link {
  position: relative;
  display: inline-block;
  line-height: 1.8;
  color: #333333;
  font-weight: 500;
  font-size: 1.3rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .c-footer-nav__link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-footer-nav__link {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .c-footer-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #2DC5C2;
  }
  .c-footer-nav__link:where(:any-link, :enabled, summary):hover {
    color: #2DC5C2;
  }
}

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

  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;
  transition-property: opacity;
  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: #2DC5C2;
  transition-property: background-color;
  transition-duration: 0.2s;
}
@media (hover: hover) {
  .c-pagetop__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    text-decoration: none;
    background-color: #FF9F06;
  }
  .c-pagetop__link:where(:any-link, :enabled, summary):hover {
    color: #fff;
    text-decoration: none;
    background-color: #FF9F06;
  }
  .c-pagetop__link:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
  .c-pagetop__link:where(:any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
}
.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;
  transform: rotate(-45deg);
  transition-property: border-color;
  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: #E9FEFD;
  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;
  transform: translate(-50%, -50%);
  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 {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* p-home-mv */
.p-home-mv {
  position: relative;
  margin-top: 6rem;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .p-home-mv {
    margin-top: 12rem;
  }
}
.p-home-mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30rem;
  height: 30rem;
  border-radius: 100%;
  transform: translate(30%, 30%);
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1100px), print {
  .p-home-mv::before {
    width: 64.4rem;
    height: 64.4rem;
  }
}
.p-home-mv__container {
  padding: 0 0 0 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__container {
    padding: 0 3rem 0 15rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-home-mv__container {
    padding: 0 5rem 0 20rem;
  }
}
.p-home-mv__slider {
  position: relative;
}
.p-home-mv__slider::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: -1rem;
  bottom: 3rem;
  border: 1px solid #2DC5C2;
  border-radius: 5rem 0 0 1rem;
  z-index: 2;
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__slider::before {
    border-radius: 34rem 1rem 1rem 1rem;
    top: 2rem;
    right: 2rem;
    left: -2rem;
    bottom: 4rem;
  }
}
.p-home-mv__content {
  position: absolute;
  bottom: 5rem;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__content {
    bottom: 12rem;
  }
}
.p-home-mv__catch--ja {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.3rem;
}
.p-home-mv__catch--ja .p-home-mv__catch-label {
  display: inline;
  font-size: clamp(1.6rem, 38 * var(--vw1100), 3.8rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(23, 108, 107, 0.18);
  background: linear-gradient(90deg, #2DC5C2 0%, #98E8E1 100%);
  color: #fff;
  padding: 1rem 1rem 1rem 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__catch--ja .p-home-mv__catch-label {
    font-size: 3.7rem;
    padding: 1.2rem 1.2rem 1.2rem 6rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-home-mv__catch--ja .p-home-mv__catch-label {
    font-size: 4.7rem;
  }
}
.p-home-mv__catch--en .p-home-mv__catch-label {
  position: relative;
  display: block;
  text-align: right;
  font-size: clamp(1.6rem, 24 * var(--vw1100), 2.4rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #2DC5C2;
  padding-right: 2.5em;
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__catch--en .p-home-mv__catch-label {
    font-size: 2.4rem;
    padding-right: 2em;
  }
}
@media screen and (min-width: 1440px), print {
  .p-home-mv__catch--en .p-home-mv__catch-label {
    font-size: 3rem;
    padding-right: 2.3em;
  }
}
.p-home-mv__catch--en .p-home-mv__catch-label::before {
  content: "";
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  width: clamp(4rem, 60 * var(--vw1100), 6rem);
  height: clamp(4rem, 60 * var(--vw1100), 6rem);
  background: url("../img/top/mv_flower.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-home-mv__catch--en .p-home-mv__catch-label::before {
    width: 8rem;
    height: 8rem;
    right: -4rem;
    bottom: -0.8rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-home-mv__catch--en .p-home-mv__catch-label::before {
    width: 11.2rem;
    height: 11.2rem;
    bottom: -1.2rem;
    right: -5.5rem;
  }
}
/* p-home-important */
.p-home-important {
  position: relative;
  padding: 4rem 2rem 0 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-important {
    padding: 8rem 4rem 0 4rem;
  }
}
.p-home-important::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25rem;
  height: 25rem;
  border-radius: 100%;
  transform: translate(-25%, 50%);
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1100px), print {
  .p-home-important::before {
    width: 55.6rem;
    height: 55.6rem;
  }
}
.p-home-important__container {
  background-color: #fff;
  border: 0.5rem solid #FFF1DA;
  box-shadow: 0 0 10px rgba(23, 108, 107, 0.18);
  padding: 3rem 2rem;
}
@media screen and (min-width: 768px), print {
  .p-home-important__container {
    padding: 3rem 4rem;
    border: 1rem solid #FFF1DA;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-important__container {
    padding: 5rem 8rem;
  }
}
.p-home-important__header {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-important__header {
    margin-bottom: 3rem;
  }
}
.p-home-important__heading {
  position: relative;
  display: block;
  text-align: center;
  color: #FF9F06;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.35;
  font-family: "Zen Old Mincho", serif;
  padding-top: 2.4em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-home-important__heading {
    font-size: 3rem;
    padding-top: 3.2em;
  }
}
.p-home-important__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.5rem;
  height: 5rem;
  background: url("../img/top/important_flower.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-home-important__heading::before {
    width: 6rem;
    height: 8rem;
  }
}
.p-home-important__action {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-important__action {
    margin-top: 5rem;
  }
}

/* p-home-news */
.p-home-news {
  position: relative;
  padding: 7rem 2rem 0 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-news {
    padding: 15rem 4rem 0 4rem;
  }
}
.p-home-news__container {
  background-color: #fff;
  border: 0.5rem solid #F6FBFB;
  box-shadow: 0 0 10px rgba(23, 108, 107, 0.18);
  padding: 3rem 2rem 9rem 2rem;
}
@media screen and (min-width: 768px), print {
  .p-home-news__container {
    padding: 3rem 4rem;
    border: 1rem solid #F6FBFB;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-news__container {
    padding: 5rem 8rem;
  }
}
.p-home-news__header {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .p-home-news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-news__header {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-news__action {
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    text-align: center;
  }
}

/* p-home-greeting */
.p-home-greeting {
  position: relative;
  padding: 6rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-greeting {
    padding: 15rem 4rem;
  }
}
.p-home-greeting::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30rem;
  height: 30rem;
  border-radius: 100%;
  transform: translate(40%, -50%);
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-home-greeting::before {
    width: 72.5rem;
    height: 72.5rem;
    transform: translate(40%, -30%);
  }
}
.p-home-greeting__content {
  position: relative;
  text-align: center;
  max-width: 35rem;
  margin-inline: auto;
}
@media screen and (min-width: 480px), print {
  .p-home-greeting__content {
    max-width: 48rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-home-greeting__content {
    max-width: 70rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-greeting__content {
    max-width: none;
  }
}
.p-home-greeting__content::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: -2rem;
  width: 7rem;
  height: 8rem;
  background: url("../img/top/greeting_flower_01.svg") no-repeat center/contain;
}
@media screen and (min-width: 480px), print {
  .p-home-greeting__content::before {
    top: -5rem;
    width: 10rem;
    height: 13rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-greeting__content::before {
    width: 15rem;
    height: 16.2rem;
  }
}
.p-home-greeting__content::after {
  content: "";
  position: absolute;
  bottom: auto;
  top: -4.5rem;
  right: -2.5rem;
  width: 8rem;
  height: 8rem;
  background: url("../img/top/greeting_flower_02.svg") no-repeat center/contain;
}
@media screen and (min-width: 480px), print {
  .p-home-greeting__content::after {
    width: 12rem;
    height: 13rem;
    bottom: 4rem;
    top: auto;
    right: -3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-greeting__content::after {
    width: 21.3rem;
    height: 20.5rem;
  }
}
.p-home-greeting__description {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .p-home-greeting__description {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-greeting__description {
    font-size: 2rem;
    line-height: 2.3;
  }
}
.p-home-greeting__heading {
  text-align: center;
  color: #187F7D;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-greeting__heading {
    margin-bottom: 4rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}
.p-home-greeting__heading-lg {
  font-size: 2.6rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-greeting__heading-lg {
    font-size: 3.5rem;
  }
}
.p-home-greeting__heading-md {
  font-size: 2.2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-greeting__heading-md {
    font-size: 3.2rem;
  }
}
.p-home-greeting__heading-sm {
  font-size: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-greeting__heading-sm {
    font-size: 3rem;
  }
}
.p-home-greeting__label {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.35;
  color: #2DC5C2;
  font-family: "Montserrat", sans-serif;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}
.p-home-greeting__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 1px;
  background-color: #2DC5C2;
}
@media screen and (min-width: 1100px), print {
  .p-home-greeting__label {
    font-size: 2rem;
    padding-top: 4rem;
    margin-top: 4rem;
  }
}

/* p-home-feature */
.p-home-feature {
  position: relative;
  padding: 0 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature {
    padding: 0 4rem;
  }
}
.p-home-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50rem;
  height: 50rem;
  border-radius: 100%;
  transform: translate(-40%, -25%);
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature::before {
    width: 106.7rem;
    height: 106.7rem;
    transform: translate(-42%, -30%);
  }
}
.p-home-feature__header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature__header {
    margin-bottom: 5rem;
  }
}
.p-home-feature__container {
  counter-reset: number 0;
}
.p-home-feature__item {
  width: calc(50% + 50vw);
  padding: 2.5rem;
  place-content: center;
  box-shadow: 0 0 10px rgba(23, 108, 107, 0.18);
}
.p-home-feature__item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature__item {
    min-height: 29.7rem;
    padding: 5rem;
  }
}
.p-home-feature__item--facility {
  background: url("../img/top/feature_01.webp") no-repeat center/cover;
}
.p-home-feature__item--art {
  background: url("../img/top/feature_02.webp") no-repeat center/cover;
}
.p-home-feature__item--staff {
  background: url("../img/top/feature_03.webp") no-repeat center/cover;
}
.p-home-feature__action {
  margin-top: 2rem;
}
.p-home-feature__description {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature__description {
    font-size: 1.6rem;
  }
}
.p-home-feature__heading {
  position: relative;
  display: block;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
  font-weight: 500;
  font-size: 2rem;
  padding-left: 2.7em;
  margin-bottom: 1.5rem;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature__heading {
    font-size: 2.5rem;
    padding-left: 3.5em;
    margin-bottom: 1.5rem;
  }
}
.p-home-feature__heading::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero) ".";
  position: absolute;
  left: 0;
  font-family: "Montserrat", sans-serif;
  color: #2DC5C2;
  line-height: 1.1;
  font-weight: 500;
  font-size: 2.8rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-feature__heading::before {
    font-size: 5rem;
    bottom: -0.1em;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-home-feature__heading::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

/* p-home-infertility */
.p-home-infertility {
  position: relative;
  padding: 7rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-infertility {
    padding: 15rem 4rem;
  }
}
.p-home-infertility::before {
  content: "";
  position: absolute;
  top: 10rem;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url("../img/top/infertility_bg.png") no-repeat center/cover;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .p-home-infertility::before {
    top: 20rem;
  }
}
.p-home-infertility__container {
  max-width: 150rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-infertility__container {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-home-infertility__item {
  position: relative;
  background-color: #fff;
  border: 0.5rem solid #F6FBFB;
  box-shadow: 0 0 10px rgba(23, 108, 107, 0.18);
  padding: 3rem 2rem 11rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-infertility__item {
    padding: 5rem 3rem 14rem 3rem;
    border: 1rem solid #F6FBFB;
  }
}
.p-home-infertility__action {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-home-infertility__action {
    bottom: 5rem;
  }
}
.p-home-infertility__description {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-home-infertility__description {
    font-size: 1.6rem;
  }
}
.p-home-infertility__heading {
  position: relative;
  display: block;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.35;
  margin-bottom: 2rem;
  padding-top: 3.3em;
}
.p-home-infertility__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1100px), print {
  .p-home-infertility__heading::before {
    width: 10rem;
    height: 8rem;
  }
}
.p-home-infertility__heading--sterility::before {
  background-image: url("../img/top/infertility_icon_01.svg");
}
.p-home-infertility__heading--cause::before {
  background-image: url("../img/top/infertility_icon_02.svg");
}
.p-home-infertility__heading--inspection::before {
  background-image: url("../img/top/infertility_icon_03.svg");
}
.p-home-infertility__heading--treatment::before {
  background-image: url("../img/top/infertility_icon_04.svg");
}
@media screen and (min-width: 1100px), print {
  .p-home-infertility__heading {
    margin-bottom: 4rem;
    font-size: 3rem;
    padding-top: 3.5em;
  }
}
.p-home-infertility__image {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-infertility__image {
    margin-top: 4rem;
  }
}
.p-home-infertility__image img {
  margin-inline: auto;
}

/* p-home-appointment */
.p-home-appointment {
  position: relative;
  background-color: #FAFFFE;
  padding: 6rem 2rem 7rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-appointment {
    padding: 15rem 4rem 15rem 0;
  }
}
.p-home-appointment__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 60rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-home-appointment__container {
    grid-template-columns: 40rem 1fr;
    gap: 4rem;
    max-width: none;
  }
}
@media screen and (min-width: 1280px), print {
  .p-home-appointment__container {
    grid-template-columns: 50rem 1fr;
  }
}
@media screen and (min-width: 1600px), print {
  .p-home-appointment__container {
    grid-template-columns: 69.2rem 1fr;
    gap: 10rem;
  }
}
.p-home-appointment__side {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.p-home-appointment__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1100px), print {
  .p-home-appointment__image img {
    height: 55rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-home-appointment__image img {
    height: 65rem;
  }
}
@media screen and (min-width: 1600px), print {
  .p-home-appointment__image img {
    height: 70rem;
  }
}
.p-home-appointment__header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-appointment__header {
    margin-bottom: 4rem;
  }
}
.p-home-appointment__heading {
  display: block;
  line-height: 1.35;
  padding: 0.5em 0 0.5em 0.5em;
  font-family: "Zen Old Mincho", serif;
  border-left: 0.4rem solid #2DC5C2;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .p-home-appointment__heading {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-home-appointment__heading {
    padding: 0.85em 0 0.85em 0.65em;
  }
}
.p-home-appointment__wrap {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  .p-home-appointment__wrap {
    grid-template-columns: minmax(0, 35rem) 16rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-appointment__wrap {
    grid-template-columns: minmax(0, 40rem) 16rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-home-appointment__wrap {
    grid-template-columns: minmax(0, 40rem) 22rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1600px), print {
  .p-home-appointment__wrap {
    grid-template-columns: minmax(0, 40rem) 22rem;
    gap: 2rem;
  }
}
.p-home-appointment__qrcode {
  background-color: #fff;
  padding: 0.5rem;
  max-width: 18rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .p-home-appointment__qrcode {
    max-width: none;
  }
}
@media screen and (min-width: 1280px), print {
  .p-home-appointment__qrcode {
    padding: 1rem;
  }
}
.p-home-appointment__description {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 1100px), print {
  .p-home-appointment__description {
    font-size: 1.6rem;
  }
}
.p-home-appointment__content {
  border-radius: 1rem;
  background-color: #E2F6FA;
  box-shadow: 0 0 10px rgba(23, 108, 107, 0.18);
  padding: 2rem 2rem;
  max-width: 70rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-appointment__content {
    padding: 3rem;
    max-width: 70rem;
  }
}
@media screen and (min-width: 1600px), print {
  .p-home-appointment__content {
    padding: 5rem;
    max-width: 75.4rem;
  }
}

/* p-home-access */
.p-home-access {
  position: relative;
  background-color: #FAFFFE;
  padding: 0 2rem 7rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-access {
    padding: 0 4rem 15rem 4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-home-access .l-inner {
    max-width: 60rem;
  }
}
.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 {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(23, 108, 107, 0.18);
  padding: 2rem;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (min-width: 480px), print {
  .p-home-access__container {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-home-access__container {
    padding: 5rem;
    gap: 5rem;
    grid-template-columns: minmax(0, 40rem) 1fr;
  }
}
.p-home-access__logo {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1099.98px) {
  .p-home-access__logo img {
    margin-inline: auto;
  }
}
.p-home-access__table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.p-home-access__table th, .p-home-access__table td {
  vertical-align: middle;
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 1.5rem 0;
  text-align: left;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (min-width: 480px), print {
  .p-home-access__table th, .p-home-access__table td {
    font-size: 1.6rem;
  }
}
.p-home-access__table th {
  color: #187F7D;
  width: 8rem;
}
@media screen and (min-width: 480px), print {
  .p-home-access__table th {
    width: 9.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-home-access__content {
    order: 2;
  }
}
.p-home-access__action {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-home-access__action {
    margin-top: 5rem;
  }
}

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

  下層ページ 共通

-------------------------------- */
.p-secondary {
  padding: 0 2rem 6rem 2rem;
  counter-reset: number 0;
}
@media screen and (min-width: 1100px), print {
  .p-secondary {
    padding: 0 4rem 15rem 4rem;
  }
}
.p-secondary__header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary__header {
    margin-bottom: 5rem;
  }
}
.p-secondary__block:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary__block:not(:last-child) {
    margin-bottom: 10rem;
  }
}
.p-secondary__box {
  background-color: #E2F6FA;
  border-radius: 1rem;
  padding: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary__box {
    padding: 3.5rem;
  }
}
.p-secondary__box-wrap {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1100px), print {
  .p-secondary__box-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1100px), print {
  .p-secondary__box-start {
    padding-right: 3.5rem;
    border-right: 1px dashed #BFBFBF;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-secondary__box-start {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px dashed #BFBFBF;
  }
}
@media screen and (min-width: 1100px), print {
  .p-secondary__box-end {
    padding-left: 3.5rem;
  }
}
.p-secondary__box-item:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #BFBFBF;
}
@media screen and (min-width: 1100px), print {
  .p-secondary__box-item:not(:last-child) {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.p-secondary-flow__side {
  text-align: center;
}
.p-secondary-flow__heading {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .p-secondary-flow__heading {
    font-size: 2rem;
  }
}
.p-secondary-flow__content {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-flow__content--button {
    padding-right: 22rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-secondary-flow__content--button .p-secondary-flow__heading, .p-secondary-flow__content--button .p-secondary-flow__description {
    text-align: center;
  }
}
@media screen and (min-width: 1100px), print {
  .p-secondary-flow__action {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    min-width: 20rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-secondary-flow__action {
    max-width: 20rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-secondary-flow__action {
    margin-inline: auto;
  }
}
.p-secondary-flow__num {
  display: block;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 400;
  color: #2DC5C2;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px), print {
  .p-secondary-flow__num {
    font-size: 4rem;
  }
}
.p-secondary-flow__label {
  display: block;
  line-height: 1.2;
  font-size: 1.7rem;
  font-weight: 400;
  color: #2DC5C2;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px), print {
  .p-secondary-flow__label {
    font-size: 2rem;
  }
}
.p-secondary-flow__item {
  position: relative;
  border: 0.5rem solid #F6FBFB;
  background: #fff;
  box-shadow: 0 0 10px rgba(23, 108, 107, 0.18);
  min-height: 17rem;
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .p-secondary-flow__item {
    align-items: center;
    grid-template-columns: 5rem 1fr;
    gap: 4rem;
    padding: 5rem 4rem;
    border: 1rem solid #F6FBFB;
  }
}
.p-secondary-flow__item:not(:last-child) {
  margin-bottom: 2rem;
}
.p-secondary-flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #2DC5C2;
}
@media screen and (min-width: 768px), print {
  .p-secondary-flow__item:not(:last-child)::before {
    bottom: -3rem;
  }
}
.p-secondary-flow__description {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-flow__description {
    font-size: 1.6rem;
  }
}
.p-secondary-thumb-anchor {
  max-width: 30rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 640px), print {
  .p-secondary-thumb-anchor {
    max-width: 50rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-secondary-thumb-anchor {
    max-width: 62rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-secondary-thumb-anchor {
    max-width: 92rem;
  }
}
.p-secondary-thumb-anchor__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1rem -1rem 0;
}
.p-secondary-thumb-anchor__item {
  width: 100%;
  padding: 0 1rem 1rem 0;
}
@media screen and (min-width: 640px), print {
  .p-secondary-thumb-anchor__item {
    width: 50%;
  }
}
@media screen and (min-width: 1100px), print {
  .p-secondary-thumb-anchor__item {
    width: 33.33333%;
  }
}
.p-secondary-thumb-anchor__link {
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 1rem;
  border: 1px solid #2DC5C2;
  background-color: #fff;
  font-size: 1.4rem;
  color: #2DC5C2;
  overflow: hidden;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .p-secondary-thumb-anchor__link {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .p-secondary-thumb-anchor__link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #2DC5C2;
    color: #fff;
  }
  .p-secondary-thumb-anchor__link:where(:any-link, :enabled, summary):hover {
    background-color: #2DC5C2;
    color: #fff;
  }
  .p-secondary-thumb-anchor__link:where(:-moz-any-link, :enabled, summary):hover .p-secondary-thumb-anchor__title::before {
    background-color: #fff;
  }
  .p-secondary-thumb-anchor__link:where(:any-link, :enabled, summary):hover .p-secondary-thumb-anchor__title::before {
    background-color: #fff;
  }
}
.p-secondary-thumb-anchor__image img {
  width: 100%;
  height: 8.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .p-secondary-thumb-anchor__image img {
    height: 10rem;
  }
}
.p-secondary-thumb-anchor__title {
  position: relative;
  display: block;
  place-content: center;
  height: 4rem;
  padding: 1rem 5rem 1rem 2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .p-secondary-thumb-anchor__title {
    height: 5rem;
  }
}
.p-secondary-thumb-anchor__title::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: #E2F6FA;
  border-radius: 100%;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-thumb-anchor__title::before {
    width: 3rem;
    height: 3rem;
  }
}
.p-secondary-thumb-anchor__title::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-45%);
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/base/icon-arrow_bottom_blue.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-thumb-anchor__title::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 1.75rem;
  }
}
.p-secondary-rows {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .p-secondary-rows {
    gap: 3rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px), print {
  .p-secondary-rows {
    gap: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-secondary-rows__content {
    order: 2;
  }
}
@media screen and (min-width: 768px), print {
  .p-secondary-rows__content {
    flex: 1;
  }
}
@media screen and (min-width: 768px), print {
  .p-secondary-rows__image {
    max-width: 35rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-secondary-rows__image {
    max-width: none;
  }
}
@media screen and (max-width: 767.98px) {
  .p-secondary-rows__image img {
    margin-inline: auto;
  }
}
.p-secondary-rows__image-title {
  display: block;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-secondary-intro {
  padding: 2rem 1.6rem;
  border: 0.5rem solid #F6FBFB;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(23, 108, 107, 0.18);
}
@media screen and (min-width: 1100px), print {
  .p-secondary-intro {
    padding: 5rem 3rem;
    border: 1rem solid #F6FBFB;
  }
}
.p-secondary-intro--secondary {
  position: relative;
}
.p-secondary-intro--secondary::before, .p-secondary-intro--secondary::after {
  content: "";
  position: absolute;
  bottom: -3.5rem;
  display: block;
  width: 60px;
  height: 70px;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-intro--secondary::before, .p-secondary-intro--secondary::after {
    width: 115px;
    height: 125px;
    bottom: -5.5rem;
  }
}
.p-secondary-intro--secondary::before {
  left: 1rem;
  background: url("../img/base/icon-flower2.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-intro--secondary::before {
    left: 2rem;
  }
}
.p-secondary-intro--secondary::after {
  right: 1rem;
  background: url("../img/base/icon-flower3.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-intro--secondary::after {
    right: 2rem;
  }
}
.p-secondary-intro__heading {
  text-align: center;
  color: #187F7D;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1.6rem;
  text-wrap: inherit;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-intro__heading {
    letter-spacing: 0.05em;
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.p-secondary-intro__heading-label {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-intro__heading-label {
    font-size: 3.5rem;
  }
}
.p-secondary-intro__description {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-intro__description {
    font-size: 2rem;
    line-height: 2.3;
  }
}
.p-secondary-intro__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 2.5rem;
  gap: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .p-secondary-intro__actions {
    flex-direction: row;
    gap: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-secondary-intro__actions {
    margin-top: 5rem;
    gap: 5rem;
  }
}

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

/* 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-staff-greeting__history {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0.8rem;
}
@media screen and (min-width: 1100px), print {
  .p-staff-greeting__history {
    grid-template-columns: 5rem 1fr;
    gap: 1.5rem;
  }
}
.p-staff-greeting__history:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-staff-greeting__history:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.p-staff-greeting__history dt, .p-staff-greeting__history dd {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .p-staff-greeting__history dt, .p-staff-greeting__history dd {
    font-size: 1.6rem;
  }
}
.p-staff-greeting__table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-staff-greeting__table {
    margin-top: 5rem;
  }
}
.p-staff-greeting__table tr th, .p-staff-greeting__table tr td {
  vertical-align: middle;
  line-height: 1.8;
  padding: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .p-staff-greeting__table tr th, .p-staff-greeting__table tr td {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-staff-greeting__table tr th, .p-staff-greeting__table tr td {
    display: block;
  }
}
.p-staff-greeting__table tr th {
  font-weight: 500;
  font-size: 1.6rem;
  background-color: #E2F6FA;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-staff-greeting__table tr th {
    font-size: 2rem;
    width: 30rem;
  }
}
.p-staff-greeting__table tr td {
  background-color: #fff;
}
.p-staff-greeting__heading {
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
  border-bottom: 1px solid #2DC5C2;
}
@media screen and (min-width: 1100px), print {
  .p-staff-greeting__heading {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}
.p-staff-greeting__heading-label {
  font-size: 1.8rem;
  padding-right: 0.45em;
}
@media screen and (min-width: 1100px), print {
  .p-staff-greeting__heading-label {
    font-size: 2.5rem;
  }
}
.p-staff-greeting__heading-name {
  font-size: 2.2rem;
}
@media screen and (min-width: 1100px), print {
  .p-staff-greeting__heading-name {
    font-size: 3rem;
  }
}

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

  院内のご案内 ページ

-------------------------------- */
.p-facility-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 640px), print {
  .p-facility-photo {
    flex-direction: row;
    gap: 2rem;
  }
}
/* --------------------------------

  診療時間・地図 ページ

-------------------------------- */
.p-access-hours__info {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-access-hours__info {
    margin-bottom: 2rem;
  }
}
.p-access-hours__logo {
  margin-bottom: 1rem;
  max-width: 30rem;
}
@media screen and (min-width: 1100px), print {
  .p-access-hours__logo {
    max-width: 35.2rem;
    margin-bottom: 1.5rem;
  }
}
.p-access-hours__image {
  margin-top: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-access-hours__image {
    margin-top: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-access-hours__image img {
    margin-inline: auto;
  }
}
.p-access-hours__define {
  display: flex;
  gap: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-access-hours__define {
    gap: 2rem;
  }
}
.p-access-hours__define:not(:last-child) {
  margin-bottom: 0.5rem;
}
.p-access-hours__define dt {
  width: 6rem;
  color: #187F7D;
}
@media screen and (min-width: 1100px), print {
  .p-access-hours__define dt {
    width: 7rem;
  }
}
.p-access-hours__define dd {
  flex: 1;
}
.p-access-hours__define dt, .p-access-hours__define dd {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .p-access-hours__define dt, .p-access-hours__define dd {
    font-size: 1.6rem;
  }
}
.p-access-hours__box {
  padding: 1.6rem;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .p-access-hours__box {
    padding: 2.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-access-hours__box {
    max-width: 60rem;
    margin-inline: auto;
  }
}
.p-access-map__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px), print {
  .p-access-map__wrap {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-access-map__wrap {
    grid-template-columns: auto 1fr;
    gap: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-access-map__image img {
    margin-inline: auto;
  }
}
.p-access-map__item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-access-map__item:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.p-access-map__heading {
  position: relative;
  display: block;
  padding-left: 2.2em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-access-map__heading {
    font-size: 2rem;
    margin-bottom: 1.8rem;
    padding-left: 2.5em;
  }
}
.p-access-map__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/pagses/access/icon-cars.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-access-map__heading::before {
    width: 3.4rem;
    height: 3rem;
  }
}
.p-access-reserve-list__link {
  text-decoration: underline;
  color: #333333;
}
@media (hover: hover) {
  .p-access-reserve-list__link:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
    color: #187F7D;
  }
  .p-access-reserve-list__link:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
    color: #187F7D;
  }
}
.p-access-reserve-list__item {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 1rem 0 1rem 1.5rem;
}
.p-access-reserve-list__item::before {
  content: "";
  position: absolute;
  top: 1.35em;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #333333;
}
@media screen and (min-width: 1100px), print {
  .p-access-reserve-list__item::before {
    width: 1rem;
    height: 1rem;
    top: 1.6em;
  }
}
.p-access-reserve-list__item:not(:last-child) {
  border-bottom: 1px dashed #bfbfbf;
}
@media screen and (min-width: 1100px), print {
  .p-access-reserve-list__item {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 1.5rem 0 1.5rem 2.3rem;
  }
}

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

  不妊症について ページ

-------------------------------- */
.p-sterility__wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .p-sterility__wrap {
    flex-direction: row;
    gap: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-sterility__wrap {
    gap: 5rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-sterility__content {
    flex: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .p-sterility__content {
    order: 2;
  }
}
@media screen and (min-width: 768px), print {
  .p-sterility__image {
    max-width: 32rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-sterility__image {
    max-width: none;
  }
}
.p-sterility__image img {
  margin-inline: auto;
}
.p-sterility-anchors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-top: 3rem;
  max-width: 41rem;
}
@media screen and (min-width: 1100px), print {
  .p-sterility-anchors {
    margin-top: 5rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-sterility-anchors {
    margin-inline: auto;
  }
}

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

  検査について ページ

-------------------------------- */
.p-inspection-anchor {
  gap: 0.5rem;
  margin-top: 3rem;
  max-width: 83rem;
  margin-inline: auto;
}
@media screen and (min-width: 480px), print {
  .p-inspection-anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1100px), print {
  .p-inspection-anchor {
    margin-top: 3rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 479.98px) {
  .p-inspection-anchor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 480px), print {
  .p-inspection-anchor__item {
    min-width: 20rem;
  }
}
.p-inspection-tableWrap {
  overflow-x: auto;
}
.p-inspection-table {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  min-width: 60rem;
}
.p-inspection-table th, .p-inspection-table td {
  border: 1px solid #F4F4F4;
}
.p-inspection-table thead th, .p-inspection-table thead td {
  vertical-align: middle;
  line-height: 1.2;
  height: 5rem;
  place-content: center;
  text-align: center;
  background-color: #E2F6FA;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-inspection-table thead th, .p-inspection-table thead td {
    font-size: 1.6rem;
    height: 6rem;
  }
}
.p-inspection-table tbody th, .p-inspection-table tbody td {
  background-color: #fff;
  vertical-align: middle;
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1.5rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-inspection-table tbody th, .p-inspection-table tbody td {
    font-size: 1.6rem;
  }
}
.p-inspection-table tbody th {
  color: #187F7D;
  text-align: left;
}
.p-inspection__gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 480px), print {
  .p-inspection__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-inspection__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

  治療について ページ

-------------------------------- */
.p-treatment-anchor {
  gap: 0.5rem;
  margin-top: 3rem;
  max-width: 83rem;
  margin-inline: auto;
}
@media screen and (min-width: 480px), print {
  .p-treatment-anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1100px), print {
  .p-treatment-anchor {
    margin-top: 3rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 479.98px) {
  .p-treatment-anchor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 480px), print {
  .p-treatment-anchor__item {
    min-width: 20rem;
  }
}

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

  高度生殖医療 ページ

-------------------------------- */
.p-art-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 768px), print {
  .p-art-table tr:not(:last-child) th {
    border-bottom: 1px solid #fff;
  }
}
.p-art-table tr th, .p-art-table tr td {
  vertical-align: middle;
  line-height: 1.8;
  padding: 1.3rem 1.6rem;
  border: 1px solid #E1F3FC;
}
@media screen and (min-width: 1100px), print {
  .p-art-table tr th, .p-art-table tr td {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-art-table tr th, .p-art-table tr td {
    display: block;
  }
}
.p-art-table tr th {
  font-weight: 500;
  font-size: 1.4rem;
  background-color: #E1F3FC;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-art-table tr th {
    width: 15rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-art-table tr th {
    font-size: 1.6rem;
    width: 30rem;
  }
}
.p-art-table tr td {
  background-color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .p-art-table tr td {
    font-size: 1.6rem;
  }
}
.p-art-check {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-art-check {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.p-art-check__item {
  padding-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-art-check__item {
    padding-bottom: 3rem;
  }
}
.p-art-check__item:not(:last-child) {
  border-bottom: 1px dashed #BFBFBF;
}
.p-art-step__header {
  display: grid;
  grid-template-columns: 6rem 1fr;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-art-step__header {
    grid-template-columns: 10rem 1fr;
    margin-bottom: 3rem;
  }
}
.p-art-step__heading {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
  border-bottom: 2px solid #2DC5C2;
  min-height: 6rem;
  place-content: center;
  font-family: "Zen Old Mincho", serif;
  padding-left: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-art-step__heading {
    font-size: 3rem;
    padding-left: 3rem;
    min-height: 10rem;
  }
}
.p-art-step__num {
  display: block;
  width: 6rem;
  height: 6rem;
  background-color: #2DC5C2;
  color: #fff;
  place-content: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 1100px), print {
  .p-art-step__num {
    width: 10rem;
    height: 10rem;
    font-size: 4rem;
  }
}
.p-art-step__label {
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .p-art-step__label {
    font-size: 2rem;
  }
}
.p-art-info {
  display: grid;
  gap: 1.5rem;
}
.p-art-info--rows {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1100px), print {
  .p-art-info--rows {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-art-info__define {
  position: relative;
  padding-left: 1.2em;
}
@media screen and (min-width: 1100px), print {
  .p-art-info__define {
    padding-left: 1.4em;
  }
}
.p-art-info__define::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #333333;
}
@media screen and (min-width: 1100px), print {
  .p-art-info__define::before {
    top: 0.6em;
  }
}
.p-art-info__define dt, .p-art-info__define dd {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .p-art-info__define dt, .p-art-info__define dd {
    font-size: 1.6rem;
  }
}
.p-art-info__define dt {
  font-weight: 700;
}
.p-art-info__define dd {
  font-weight: 500;
}
.p-art-document {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-art-document {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-art-document__heading {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-art-document__heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-art-document__action-item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-art-document__action-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}

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

  アニメーション

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

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

/* u-color */
.u-color-dark {
  color: #000;
}
.u-color-hover {
  color: #FF9F06;
}
.u-color-base {
  color: #2DC5C2;
}
.u-color-main {
  color: #2DC5C2;
}
.u-color-sub1 {
  color: #B4DFE8;
}
.u-color-sub2 {
  color: #FFD99D;
}
.u-color-sub8 {
  color: #187F7D;
}
.u-color-text {
  color: #333333;
}
.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: #FF9F06;
}
.u-bg-color-base {
  background-color: #2DC5C2;
}
.u-bg-color-main {
  background-color: #2DC5C2;
}
.u-bg-color-sub1 {
  background-color: #B4DFE8;
}
.u-bg-color-sub2 {
  background-color: #FFD99D;
}
.u-bg-color-sub4 {
  background-color: #78DEDC;
}
.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: 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: 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: 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: 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: flex;
  }
}

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

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

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

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

.u-justify-content-center {
  justify-content: center;
}

.u-align-items-center {
  align-items: center;
}

.u-align-items-end {
  align-items: flex-end;
}

.u-flex-row-reverse {
  flex-direction: row-reverse;
}

.u-font-feature-settings {
  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 {
  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: 35rem;
}
@media screen and (min-width: 1100px), print {
  .u-gmap-area::before {
    padding-top: 45rem;
  }
}
.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-max-width-wide {
  max-width: 81rem;
}

.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-mt-xxl {
  margin-top: 50px !important;
}

.u-mb-xxl {
  margin-bottom: 50px !important;
}

.u-ml-xxl {
  margin-left: 50px !important;
}

.u-mr-xxl {
  margin-right: 50px !important;
}

.u-mx-xxl {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.u-my-xxl {
  margin-top: 50px !important;
  margin-bottom: 50px !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: 500;
  line-height: 1.8;
}
@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: 500;
  line-height: 1.8;
}
@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: "Montserrat", sans-serif;
  transform: rotate(0.05deg);
}
.u-ft-mincho {
  font-family: "Zen Old Mincho", 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: linear-gradient(transparent 60%, #ff6 60%);
}

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

  swiper

-------------------------------- */
.swiper {
  padding-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .swiper {
    padding-bottom: 6rem;
  }
}
.swiper-pagination {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  display: flex;
  justify-content: flex-end;
  padding: 0 1rem 0 0;
}
@media screen and (min-width: 1100px), print {
  .swiper-pagination {
    padding: 0;
  }
}
.swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #2DC5C2;
  opacity: 1;
}
@media screen and (min-width: 1100px), print {
  .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.swiper-pagination-bullet-active {
  background-color: #78DEDC;
}
.swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 5rem 0 0 1rem;
}
@media screen and (min-width: 1100px), print {
  .swiper-slide {
    border-radius: 34rem 1rem 1rem 1rem;
  }
}
.swiper-slide::before {
  content: "";
  display: block;
  padding-top: 80%;
}
@media screen and (min-width: 480px), print {
  .swiper-slide::before {
    padding-top: 60%;
  }
}
@media screen and (min-width: 1100px), print {
  .swiper-slide::before {
    padding-top: 80rem;
  }
}
.swiper-slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=styles.css.map */