/*
Theme Name: umenotsuji
Author: BASARA
Author URI: https://www.basara-web.com/
Description: 
*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers
*/
article, aside, main, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

:root {
  --color-site-primary: #69625C;
  --color-site-secondary: #E07287;
  --color-site-tertiary: #FFEF71;
  --color-site-quaternary: #FFDDE3;
  --color-site-quinary: #FDEFEE;
  --color-site-senary: #FD8096;
  --color-link-default: #AD4E60;
  --color-link-hover: #CCA6AE;
  --color-link-active: #797979;
  --color-link-visited: #797979;
  --color-link-headache: #FFF6B1;
  --color-link-pager: #FDAEBC;
  --color-em-primary: #E07287;
  --color-txt-selection: #FCCFD4;
}

::selection {
  background-color: var(--color-txt-selection);
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color: var(--color-site-primary);
  font-feature-settings: "palt";
  scroll-behavior: smooth !important;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}
@media print, screen and (width > 1024px) {
  html {
    font-size: 16px;
  }
}

body * {
  scroll-margin-top: 20px;
}
@media print, screen and (width > 1024px) {
  body * {
    scroll-margin-top: 40px;
  }
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1;
  translate: -50% 0;
  width: 110svw;
  height: 100svh;
  background: var(--color-site-quinary) url(./assets/images/common/bg.png) no-repeat left top;
  background-size: cover;
  pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Maru Gothic", sans-serif;
}

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

a {
  color: inherit;
  text-decoration: none;
}
a[href*="tel:"] {
  color: inherit;
}
@media print, screen and (width > 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media print, screen and (width > 1024px) {
  .sp-only {
    display: none !important;
  }
}

@media only screen and (width <= 1024px) {
  .pc-only {
    display: none !important;
  }
}

.wp-block-image {
  margin: 0 0 1em;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}

.scroll-hint-icon-pink {
  background-color: rgba(173, 78, 96, 0.7);
}

.l-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 0 0 20px;
}
@media print, screen and (width > 1024px) {
  .l-header {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100svw - 173px);
    padding: 34px 0 0 min(3.33svw, 64px);
  }
}
.l-header.menu_open .l-header__btn__line:nth-child(1), .l-header.menu_open .l-header__btn__line:nth-child(3) {
  top: 50%;
  translate: 0 -50%;
}
.l-header.menu_open .l-header__btn__line:nth-child(1) {
  rotate: 30deg;
}
.l-header.menu_open .l-header__btn__line:nth-child(3) {
  rotate: -30deg;
}
.l-header.menu_open .l-header__btn__line:nth-child(2) {
  opacity: 0;
}
.l-header.menu_open .p-menu {
  display: block;
}
.l-header__nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: clamp(10px, 1.04svw, 20px);
  margin-left: auto;
}
@media only screen and (width <= 1024px) {
  .l-header__nav {
    display: none !important;
  }
}
.l-header__nav__item {
  width: clamp(140px, 9.6svw, 186px);
  height: clamp(40px, 2.55svw, 49px);
}
.l-header__nav__item:nth-child(1) .l-header__nav__link::after {
  width: clamp(10px, 0.67svw, 13px);
  height: clamp(16px, 0.98svw, 19px);
  -webkit-mask-image: url(./assets/images/common/icon_pin.svg);
  mask-image: url(./assets/images/common/icon_pin.svg);
}
.l-header__nav__item:nth-child(2) .l-header__nav__link::after {
  width: clamp(15px, 0.9375svw, 18px);
  height: clamp(18px, 1.09svw, 21px);
  -webkit-mask-image: url(./assets/images/common/icon_question.svg);
  mask-image: url(./assets/images/common/icon_question.svg);
}
.l-header__nav__link {
  font-family: "Zen Maru Gothic", sans-serif;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  color: #fff;
  font-size: clamp(15px, 0.9375svw, 18px);
  font-weight: 700;
  border-radius: 40px;
  background: var(--color-site-primary);
}
.l-header__nav__link::after {
  content: "";
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
}
.l-header__nav__link:hover {
  background-color: var(--color-link-default);
}
.l-header__info {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: -15px;
  margin-left: clamp(20px, 1.875svw, 36px);
}
@media only screen and (width <= 1024px) {
  .l-header__info {
    display: none !important;
  }
}
.l-header__tel {
  font-size: clamp(30px, 1.9svw, 38px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.77;
}
.l-header__tel__number {
  padding-left: clamp(27px, 1.7svw, 33px);
  position: relative;
  text-decoration: none !important;
}
.l-header__tel__number::before {
  content: "";
  width: clamp(22px, 1.4svw, 27px);
  height: clamp(27px, 1.6svw, 32px);
  background: url(./assets/images/common/icon_tel.svg) no-repeat left top;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: calc(50% + 4px);
  translate: 0 -50%;
}
.l-header__time {
  margin-top: -10px;
  font-size: clamp(13px, 0.88svw, 17px);
  font-weight: 700;
  line-height: 1.7;
}
.l-header__btn {
  display: grid;
  row-gap: 3px;
  place-items: center;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  width: 56px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
@media print, screen and (width > 1024px) {
  .l-header__btn {
    row-gap: 5px;
    top: 38px;
    right: 40px;
    width: 88px;
    height: 76px;
  }
}
.l-header__btn__icon {
  position: relative;
  width: 55px;
  height: 21px;
}
@media print, screen and (width > 1024px) {
  .l-header__btn__icon {
    width: 85px;
    height: 33px;
  }
}
.l-header__btn__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-site-primary);
  border-radius: 20px;
}
.l-header__btn__line:nth-child(1) {
  top: 0;
}
.l-header__btn__line:nth-child(2) {
  top: 50%;
  translate: 0 -50%;
}
.l-header__btn__line:nth-child(3) {
  bottom: 0;
}
.l-header__btn__txt {
  font-family: "Zen Maru Gothic", sans-serif;
  color: var(--color-site-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (width > 1024px) {
  .l-header__btn__txt {
    font-size: 22px;
  }
}

.l-footer {
  margin: 0 auto 0;
  width: calc(100% - 20px);
}
@media print, screen and (width > 1024px) {
  .l-footer {
    width: min(100% - 40px, 1636px);
  }
}
.l-footer {
  position: sticky;
  z-index: 2;
  top: 100vh;
  left: 0;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 40px;
}
@media print, screen and (width > 1024px) {
  .l-footer {
    grid-template-columns: 1fr 54.584%;
    gap: 80px 10%;
  }
}
.l-footer__first .p-snav {
  margin-bottom: 45px;
}
@media print, screen and (width > 1024px) {
  .l-footer__first {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .l-footer__first .p-snav__item {
    height: clamp(40px, 10.344cqw, 60px);
    width: 27.758cqw;
  }
  .l-footer__first .p-snav__item:nth-child(1) {
    width: 35.344cqw;
  }
  .l-footer__first .p-snav__link {
    font-size: min(3.448cqw, 20px);
  }
  .l-footer__first .p-snav__inner {
    padding-right: mim(6.206cqw, 36px);
  }
  .l-footer__first .p-snav__inner span {
    margin-right: min(0.862cqw, 5px);
  }
  .l-footer__first .p-snav__inner::after {
    width: min(4.137cqw, 24px);
    height: min(4.137cqw, 24px);
  }
}
@media print, screen and (width > 1024px) and (width > 1024px) {
  .l-footer__first .p-info__top {
    column-gap: clamp(12px, 3.103cqw, 18px);
    font-size: clamp(12px, 3.103cqw, 18px);
  }
}
@media print, screen and (width > 1024px) and (width > 1024px) {
  .l-footer__first .p-info__middle {
    column-gap: min(2.068cqw, 12px);
  }
}
@media print, screen and (width > 1024px) and (width > 1024px) {
  .l-footer__first .p-info__tel {
    font-size: clamp(21px, 6.03cqw, 35px);
  }
}
@media print, screen and (width > 1024px) and (width > 1024px) {
  .l-footer__first .p-info__tel__number {
    padding-left: min(5.172cqw, 30px);
  }
  .l-footer__first .p-info__tel__number::before {
    width: min(4.31cqw, 25px);
    height: min(5.172cqw, 30px);
  }
}
@media print, screen and (width > 1024px) and (width > 1024px) {
  .l-footer__first .p-info__time {
    font-size: clamp(12px, 3.103cqw, 18px);
    bottom: clamp(6px, 2.068cqw, 12px);
  }
}
@media print, screen and (width > 1024px) and (width > 1024px) {
  .l-footer__first .p-info__note {
    margin-top: clamp(14px, 3.448cqw, 20px);
    font-size: clamp(12px, 2.758cqw, 16px);
  }
}
@media print, screen and (width > 1024px) {
  .l-footer__second {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.l-footer__third {
  padding-top: 16px;
  padding-bottom: 36px;
  border-top: 1px solid var(--color-site-primary);
}
@media print, screen and (width > 1024px) {
  .l-footer__third {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 45px;
    padding-bottom: 45px;
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.l-article__inner {
  margin: 0 auto 0;
  width: calc(100% - 20px);
}
@media print, screen and (width > 1024px) {
  .l-article__inner {
    width: min(100% - 40px, 1200px);
  }
}
.l-article__inner {
  container-type: inline-size;
  container-name: articleBody;
}
.l-article__body {
  margin: 0 auto 0;
  width: calc(100% - 40px);
}
@media print, screen and (width > 1024px) {
  .l-article__body {
    width: min(100% - 40px, 1200px);
  }
}
.l-article__body {
  container-type: inline-size;
  container-name: articleBody;
}
.l-article__body + .p-pager {
  margin-top: 50px;
}
.l-article__body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.l-article__body p:not(:last-child) {
  margin-bottom: 70px;
}
@media print, screen and (width > 1024px) {
  .l-article__body p {
    font-size: 18px;
  }
  .l-article__body p:not(:last-child) {
    margin-bottom: 100px;
  }
}
.l-article__body p.is-style-lead-style {
  font-size: 20px;
  line-height: 2.5;
}
@media print, screen and (width > 1024px) {
  .l-article__body p.is-style-lead-style {
    font-size: 25px;
    line-height: 2.2;
  }
}
.l-article__body p + .wp-block-heading {
  margin-top: 70px;
}
@media print, screen and (width > 1024px) {
  .l-article__body p + .wp-block-heading {
    margin-top: 100px;
  }
}
.l-article__body p + *:not(.wp-block-heading):not(.wp-block-separator):not([class*=wp-block-lazyblock]) {
  margin-top: -25px;
}
@media print, screen and (width > 1024px) {
  .l-article__body p + *:not(.wp-block-heading):not(.wp-block-separator):not([class*=wp-block-lazyblock]) {
    margin-top: -70px;
  }
}
.l-article__body p a {
  color: var(--color-link-default);
  text-decoration: underline;
}
.l-article__body p a:link {
  color: var(--color-link-default);
  text-decoration: underline;
}
.l-article__body p a:hover {
  color: var(--color-link-hover);
  text-decoration: underline;
}
.l-article__body p a:active {
  color: var(--color-link-active);
}
.l-article__body p a:visited {
  color: var(--color-link-visited);
}
.l-article__body p a[href*=".pdf"], .l-article__body p a[href*=".xls"], .l-article__body p a[href*=".doc"], .l-article__body p a[href*=".ppt"] {
  padding-right: 33px;
  display: inline-block;
  position: relative;
}
.l-article__body p a[href*=".pdf"]::after, .l-article__body p a[href*=".xls"]::after, .l-article__body p a[href*=".doc"]::after, .l-article__body p a[href*=".ppt"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 20px;
  height: 27px;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--color-link-default);
}
.l-article__body p a[href*=".pdf"]::after {
  -webkit-mask-image: url(./assets/images/common/icon_pdf.svg);
  mask-image: url(./assets/images/common/icon_pdf.svg);
}
.l-article__body p a[href*=".xls"]::after {
  -webkit-mask-image: url(./assets/images/common/icon_excel.svg);
  mask-image: url(./assets/images/common/icon_excel.svg);
}
.l-article__body p a[href*=".doc"]::after {
  -webkit-mask-image: url(./assets/images/common/icon_word.svg);
  mask-image: url(./assets/images/common/icon_word.svg);
}
.l-article__body p a[href*=".ppt"]::after {
  -webkit-mask-image: url(./assets/images/common/icon_powerpoint.svg);
  mask-image: url(./assets/images/common/icon_powerpoint.svg);
}
.l-article__body p a[target=_blank]:not([href*=".pdf"]):not([href*=".xls"]):not([href*=".doc"]):not([href*=".ppt"]) {
  padding-right: 24px;
  display: inline-block;
  position: relative;
}
.l-article__body p a[target=_blank]:not([href*=".pdf"]):not([href*=".xls"]):not([href*=".doc"]):not([href*=".ppt"])::after {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-mask-image: url(./assets/images/common/icon_external.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(./assets/images/common/icon_external.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--color-link-default);
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
@media print, screen and (width > 1024px) {
  .l-article__body p a[target=_blank]:not([href*=".pdf"]):not([href*=".xls"]):not([href*=".doc"]):not([href*=".ppt"]) {
    padding-right: 27px;
  }
  .l-article__body p a[target=_blank]:not([href*=".pdf"]):not([href*=".xls"]):not([href*=".doc"]):not([href*=".ppt"])::after {
    width: 18px;
    height: 18px;
  }
}
.l-article__body .u-bold {
  font-weight: 700;
}
.l-article__body .u-strong {
  color: var(--color-site-secondary);
  font-weight: 700;
}
.l-article__body .u-small {
  font-size: 88.888%;
  font-weight: 400;
}
.l-article__body .wp-block-heading {
  margin-bottom: 20px;
  line-height: 1.4666;
  font-weight: 700;
  position: relative;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-heading {
    margin-bottom: 25px;
  }
}
.l-article__body .wp-block-heading.is-style-hd--style0101, .l-article__body .wp-block-heading:not([class*=is-style-hd]) {
  font-size: 25px;
  border-bottom: 1px solid;
  padding-bottom: 13px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-heading.is-style-hd--style0101, .l-article__body .wp-block-heading:not([class*=is-style-hd]) {
    font-size: 40px;
    padding-bottom: 15px;
  }
}
.l-article__body .wp-block-heading.is-style-hd--style0201 {
  color: var(--color-site-secondary);
  font-size: 22px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-heading.is-style-hd--style0201 {
    font-size: 30px;
  }
}
.l-article__body .wp-block-heading.is-style-hd--style0202 {
  color: var(--color-site-secondary);
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  row-gap: 8px;
  align-items: center;
  font-size: 22px;
  text-align: center;
}
.l-article__body .wp-block-heading.is-style-hd--style0202::before, .l-article__body .wp-block-heading.is-style-hd--style0202::after {
  content: "";
  min-width: 20px;
  height: 2px;
  background-color: var(--color-site-secondary);
  border-radius: 10px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-heading.is-style-hd--style0202 {
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 100%;
    row-gap: 0;
    column-gap: 10px;
    font-size: 30px;
  }
  .l-article__body .wp-block-heading.is-style-hd--style0202::before, .l-article__body .wp-block-heading.is-style-hd--style0202::after {
    min-width: 120px;
  }
}
.l-article__body .wp-block-heading.is-style-hd--style0301 {
  padding: 7px 14px;
  font-size: 20px;
  color: #fff;
  background-color: var(--color-site-secondary);
  border-radius: 10px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-heading.is-style-hd--style0301 {
    font-size: 23px;
  }
}
.l-article__body .wp-block-list:not(:last-child) {
  margin-bottom: 30px;
}
.l-article__body .wp-block-list:is(ul) li {
  padding-left: 18px;
  font-weight: 500;
}
.l-article__body .wp-block-list:is(ul) li::before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: var(--color-site-secondary);
  border-radius: 50%;
  top: 9px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-list:is(ul) li::before {
    top: 11px;
  }
}
.l-article__body .wp-block-list:is(ol) {
  counter-reset: my-counter;
}
.l-article__body .wp-block-list:is(ol) li {
  padding-left: 19px;
}
.l-article__body .wp-block-list:is(ol) li::before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  font-weight: 500;
  top: 0;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-list:is(ol) li {
    padding-left: 21px;
  }
}
.l-article__body .wp-block-list li {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
}
.l-article__body .wp-block-list li::before {
  position: absolute;
  left: 0;
}
.l-article__body .wp-block-list li:not(:last-child) {
  margin-bottom: 12px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-list li {
    font-size: 18px;
  }
  .l-article__body .wp-block-list li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-list:not(:last-child) {
    margin-bottom: 60px;
  }
}
.l-article__body .wp-block-separator {
  height: 2px;
  position: relative;
  border: none;
  background: repeating-linear-gradient(to right, #BAAA9B 0, #BAAA9B 3px, transparent 3px, transparent 6px), repeating-linear-gradient(to bottom, #BAAA9B 0, #BAAA9B 3px, transparent 3px, transparent 6px);
  background-position: top left, top left;
  background-size: 100% 4px, 4px 100%;
  background-repeat: repeat-x, repeat-y;
}
.l-article__body .wp-block-separator:not(:last-child) {
  margin-bottom: 40px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-separator:not(:last-child) {
    margin-bottom: 100px;
  }
}
.l-article__body .wp-block-buttons:not(:last-child) {
  margin-bottom: 60px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-buttons:not(:last-child) {
    margin-bottom: 100px;
  }
}
.l-article__body .wp-block-buttons .wp-block-button {
  width: fit-content;
}
@media only screen and (width <= 1024px) {
  .l-article__body .wp-block-buttons .wp-block-button .c-btn {
    font-size: 14px !important;
    line-height: 1.7;
    column-gap: 9px;
  }
  .l-article__body .wp-block-buttons .wp-block-button .c-btn.c-btn--primary::after {
    width: 17px;
    height: 11px;
  }
}
.l-article__body .wp-block-flexible-table-block-table:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (width <= 1024px) {
  .l-article__body .wp-block-flexible-table-block-table {
    margin-bottom: 50px;
    overflow-x: auto;
  }
}
.l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  border-radius: 20px;
  overflow: hidden;
}
.l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table:not(.has-fixed-layout) {
  table-layout: initial !important;
}
.l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th,
.l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px !important;
  line-height: 1.4;
  border: 0;
  background-color: transparent;
  vertical-align: top;
}
.l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th a[href*=tel],
.l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td a[href*=tel] {
  font-size: inherit !important;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th,
  .l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
    font-size: 18px !important;
    line-height: 2;
  }
}
.l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  width: 10%;
  padding: 30px 12px;
  white-space: nowrap;
  font-weight: 700;
  background-color: var(--color-txt-selection);
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
    padding: 30px 45px 30px 23px;
  }
}
.l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px 12px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
    padding: 30px;
  }
}
.l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead th,
.l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead td {
  background-color: var(--color-txt-selection);
}
.l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr:not(:last-child) th,
.l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #948E8A;
}
@media only screen and (width <= 1024px) {
  .l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
    width: auto;
    min-width: 100%;
    max-width: initial;
  }
  .l-article__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
    white-space: nowrap;
  }
}
.l-article__body .wp-block-image {
  margin: auto;
}
.l-article__body .wp-block-image:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-image:not(:last-child) {
    margin-bottom: 30px;
  }
}
.l-article__body .wp-block-image .wp-element-caption {
  margin-top: 24px;
  margin-bottom: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  line-height: 1.666;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-image .wp-element-caption {
    font-size: 18px;
    font-weight: 700;
  }
}
.l-article__body .wp-block-image .wp-element-caption .u-bold {
  font-size: 138%;
}
.l-article__body .wp-block-image.is-style-rounded img {
  border-radius: 20px;
}
.l-article__body :where(.wp-block-columns.is-layout-flex) {
  gap: 6.25cqw;
}
.l-article__body .wp-block-columns:not(:last-child) {
  margin-bottom: 50px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-columns:not(:last-child) {
    margin-bottom: 100px;
  }
}
.l-article__body .wp-block-columns .wp-block-column.is-style-column--bg {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px 28px;
  border-radius: 20px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-columns .wp-block-column.is-style-column--bg {
    padding: 4.1666cqw;
    border-radius: 35px;
  }
}
.l-article__body .wp-block-embed__wrapper {
  aspect-ratio: 6/4;
}
.l-article__body .wp-block-embed__wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.l-article__body .smf-form {
  margin-bottom: 30px;
}
.l-article__body .smf-form .smf-item {
  display: grid;
  grid-template-columns: 30% 1fr;
}
@media only screen and (width <= 1024px) {
  .l-article__body .smf-form .smf-item {
    grid-template-columns: 100%;
  }
  .l-article__body .smf-form .smf-item:first-child {
    border-top: 1px solid #ddd;
  }
}
.l-article__body .smf-form .smf-item__col {
  padding: 15px;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
}
@media print, screen and (width > 1024px) {
  .l-article__body .smf-form .smf-item__col {
    padding: 30px;
    font-size: 18px;
  }
}
.l-article__body .smf-form .smf-item__col--label {
  font-weight: 700;
  background-color: #f6f8fc;
}
@media only screen and (width <= 1024px) {
  .l-article__body .smf-form .smf-item__col--label {
    border-right: 0 !important;
    border-bottom: 0 !important;
  }
}
.l-article__body .smf-form .smf-item__label__text sup {
  color: var(--color-em-primary);
}
.l-article__body .smf-form .smf-item .smf-text-control input {
  width: 100%;
}
.l-article__body .smf-action {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  gap: 16px;
}
@media only screen and (width <= 1024px) {
  .l-article__body .smf-action {
    flex-direction: column;
  }
}
.l-article__body .smf-action .smf-button-control {
  display: block;
  width: fit-content;
  height: 44px;
  margin: 0 !important;
  padding-right: 45px;
  position: relative;
  color: #fff !important;
}
.l-article__body .smf-action .smf-button-control::before, .l-article__body .smf-action .smf-button-control::after {
  content: "";
  position: absolute;
}
.l-article__body .smf-action .smf-button-control::before {
  width: 25px;
  height: 6px;
  -webkit-mask-image: url(./assets/images/common/icon_arrow.svg);
  -webkit-mask-size: 25px 6px;
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 0 center;
  mask-image: url(./assets/images/common/icon_arrow.svg);
  mask-size: 25px 6px;
  mask-repeat: repeat-x;
  mask-position: 0 center;
  right: 11px;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  background-color: #fff;
}
.l-article__body .smf-action .smf-button-control::after {
  width: 44px;
  height: 44px;
  border-radius: 4px 10px 10px 4px;
  right: 0;
  top: 0;
  z-index: 1;
}
@media print, screen and (width > 1024px) {
  .l-article__body .smf-action .smf-button-control {
    height: 48px;
    padding-right: 49px;
  }
  .l-article__body .smf-action .smf-button-control::after {
    width: 48px;
    height: 48px;
  }
  .l-article__body .smf-action .smf-button-control:hover::before {
    -webkit-mask-position: 25px center;
    mask-position: 25px center;
    transition: mask-position 0.4s;
  }
}
.l-article__body .smf-action .smf-button-control__control {
  appearance: none;
  display: block;
  padding: 0 27px;
  font-size: 16px;
  line-height: 44px;
  color: #fff !important;
  text-align: center;
  border: 0 !important;
  border-radius: 10px 4px 4px 10px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .smf-action .smf-button-control__control {
    padding: 0 24px;
    font-size: 18px;
    line-height: 48px;
  }
}
.l-article__body *[class*=wp-block-lazyblock]:not(.wp-block-lazyblock-number-title):not(:last-child) {
  margin-bottom: 60px;
}
@media print, screen and (width > 1024px) {
  .l-article__body *[class*=wp-block-lazyblock]:not(.wp-block-lazyblock-number-title):not(:last-child) {
    margin-bottom: 100px;
  }
}
.l-article__body .wp-block-lazyblock-number-title:not(:last-child) {
  margin-bottom: 25px;
}

.l-main {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
@media print, screen and (width > 1024px) {
  .l-main {
    padding-bottom: 200px;
  }
}

.c-numbertitle {
  display: grid;
  line-height: 1.6;
  grid-template-columns: auto 1fr;
  place-items: center start;
  column-gap: 7px;
}
@media print, screen and (width > 1024px) {
  .c-numbertitle {
    column-gap: 10px;
  }
}
.c-numbertitle__number {
  display: grid;
  width: 27px;
  height: 27px;
  padding-bottom: 2px;
  color: #fff;
  border-radius: 50%;
  background-color: var(--color-site-primary);
  font-size: 16px;
  font-weight: 700;
  place-items: center;
}
@media print, screen and (width > 1024px) {
  .c-numbertitle__number {
    width: 37px;
    height: 37px;
    font-size: 22px;
  }
}
.c-numbertitle__txt {
  font-size: 18px;
  font-weight: 500;
}
@media print, screen and (width > 1024px) {
  .c-numbertitle__txt {
    font-size: 25px;
  }
}

.c-btn--secondary, .c-btn--primary {
  padding: 11px 23px;
  border-radius: 40px;
  font-size: 18px !important;
  line-height: 1.444 !important;
  column-gap: 12px;
}
.c-btn--secondary::after, .c-btn--primary::after {
  width: 23px;
  height: 16px;
  content: "";
  background: url(./assets/images/common/icon_arrow_primary.svg) no-repeat left top;
  background-size: 100%;
}

.c-btn {
  font-family: "Zen Maru Gothic", sans-serif;
  display: inline flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 700;
}
.c-btn:is(button, input) {
  border: 0;
  background: none;
}
.c-btn[href*=".pdf"] .c-btn__inner, .c-btn[href*=".xls"] .c-btn__inner, .c-btn[href*=".doc"] .c-btn__inner, .c-btn[href*=".ppt"] .c-btn__inner {
  padding-right: 40px;
}
.c-btn[href*=".pdf"] .c-btn__inner::after, .c-btn[href*=".xls"] .c-btn__inner::after, .c-btn[href*=".doc"] .c-btn__inner::after, .c-btn[href*=".ppt"] .c-btn__inner::after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 20px;
  height: 27px;
  content: "";
  background-color: #fff;
  translate: 0 -50%;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
.c-btn[href*=".pdf"] .c-btn__inner::after {
  -webkit-mask-image: url(./assets/images/common/icon_pdf.svg);
  mask-image: url(./assets/images/common/icon_pdf.svg);
}
.c-btn[href*=".xls"] .c-btn__inner::after {
  -webkit-mask-image: url(./assets/images/common/icon_excel.svg);
  mask-image: url(./assets/images/common/icon_excel.svg);
}
.c-btn[href*=".doc"] .c-btn__inner::after {
  -webkit-mask-image: url(./assets/images/common/icon_word.svg);
  mask-image: url(./assets/images/common/icon_word.svg);
}
.c-btn[href*=".ppt"] .c-btn__inner::after {
  -webkit-mask-image: url(./assets/images/common/icon_powerpoint.svg);
  mask-image: url(./assets/images/common/icon_powerpoint.svg);
}
.c-btn__inner {
  position: relative;
  display: inline-block;
}
.c-btn--primary {
  color: #fff;
  background-color: var(--color-site-primary);
}
@media (hover: hover) {
  .c-btn--primary:where(:any-link, :enabled, summary):hover {
    background-color: var(--color-link-default);
  }
}
.c-btn--secondary {
  color: #fff;
  background-color: var(--color-link-default);
}
@media (hover: hover) {
  .c-btn--secondary:where(:any-link, :enabled, summary):hover {
    background-color: var(--color-site-primary);
  }
}
.c-btn--tertiary {
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid;
  border-radius: 10px;
}
@media print, screen and (width > 1024px) {
  .c-btn--tertiary {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 16px;
  }
  .c-btn--tertiary:hover {
    background-color: var(--color-site-quaternary);
  }
}
.c-btn--tertiary .c-btn__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 9px;
  position: relative;
}
.c-btn--tertiary .c-btn__inner::after {
  content: "";
  width: 8px;
  height: 9px;
  background: var(--color-site-primary);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media print, screen and (width > 1024px) {
  .c-btn--tertiary .c-btn__inner::after {
    width: 9px;
    height: 11px;
  }
}

.p-logo__img {
  width: 100%;
}
@media (hover: hover) {
  .p-logo__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-logo--header {
  width: 218px;
}
@media print, screen and (width > 1024px) {
  .p-logo--header {
    width: clamp(280px, 17.18svw, 330px);
  }
}
.p-logo--menu {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 218px;
}
@media print, screen and (width > 1024px) {
  .p-logo--menu {
    top: 58px;
    left: min(3.125svw, 60px);
    width: 330px;
  }
}
.p-logo--footer {
  width: min(100%, 460px);
  margin: 0 auto 10px;
}
@media print, screen and (width > 1024px) {
  .p-logo--footer {
    margin: 0 0 24px;
  }
}

.p-menu {
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100svw;
  height: 100svh;
  padding-top: 74px;
  background-color: var(--color-txt-selection);
}
@media print, screen and (width > 1024px) {
  .p-menu {
    padding-top: clamp(130px, 17.12svh, 185px);
  }
}
.p-menu__wrapper {
  overflow-y: auto;
  height: 100%;
}
.p-menu__inner {
  margin: 0 auto 0;
  width: calc(100% - 20px);
}
@media print, screen and (width > 1024px) {
  .p-menu__inner {
    width: min(100% - 40px, 1605px);
  }
}
.p-menu__inner {
  display: grid;
  padding-top: 10px;
  padding-bottom: 34px;
  grid-template-columns: 100%;
  row-gap: 43px;
}
@media print, screen and (width > 1024px) {
  .p-menu__inner {
    grid-template-columns: 55.7% 1fr;
    gap: 0 6.23%;
  }
}
.p-menu__first {
  container-type: inline-size;
  container-name: menuFirst;
}
@media print, screen and (width > 1024px) {
  .p-menu__first {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.p-menu__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
  margin-bottom: 17px;
}
@media print, screen and (width > 1024px) {
  .p-menu__nav {
    gap: min(4.9cqw, 30px) min(2.77cqw, 17px);
    margin-bottom: min(9.477cqw, 58px);
  }
}
.p-menu__nav__item:nth-child(2), .p-menu__nav__item:nth-child(3) {
  height: 50px;
}
@media print, screen and (width > 1024px) {
  .p-menu__nav__item:nth-child(2), .p-menu__nav__item:nth-child(3) {
    height: min(12.41cqw, 76px);
  }
}
.p-menu__nav__item:nth-child(2) .p-menu__nav__txt {
  padding-right: 12px;
}
.p-menu__nav__item:nth-child(2) .p-menu__nav__txt::after {
  right: 0;
  width: 9px;
  height: 14px;
  background-image: url(./assets/images/common/icon_pin.svg);
}
@media print, screen and (width > 1024px) {
  .p-menu__nav__item:nth-child(2) .p-menu__nav__txt {
    padding-right: min(3.92cqw, 24px);
  }
  .p-menu__nav__item:nth-child(2) .p-menu__nav__txt::after {
    width: min(2.94cqw, 18px);
    height: min(4.14cqw, 26px);
  }
}
.p-menu__nav__item:nth-child(3) .p-menu__nav__txt {
  padding-right: 19px;
}
.p-menu__nav__item:nth-child(3) .p-menu__nav__txt::after {
  right: 0;
  width: 13px;
  height: 15px;
  background-image: url(./assets/images/common/icon_question.svg);
}
@media print, screen and (width > 1024px) {
  .p-menu__nav__item:nth-child(3) .p-menu__nav__txt {
    padding-right: min(5.39cqw, 33px);
  }
  .p-menu__nav__item:nth-child(3) .p-menu__nav__txt::after {
    width: min(4.08cqw, 25px);
    height: min(4.57cqw, 28px);
  }
}
.p-menu__nav__link {
  font-family: "Zen Maru Gothic", sans-serif;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--color-site-primary);
  border-radius: 40px;
}
@media print, screen and (width > 1024px) {
  .p-menu__nav__link {
    font-size: clamp(16px, 3.75cqw, 23px);
  }
}
@media (hover: hover) {
  .p-menu__nav__link:where(:any-link, :enabled, summary):hover {
    background-color: var(--color-link-default);
  }
}
.p-menu__nav__txt {
  color: #fff;
  position: relative;
}
.p-menu__nav__txt::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  top: 50%;
  translate: 0 -50%;
}
.p-menu__nav__txt br {
  display: none;
}
.p-menu__last {
  container-type: inline-size;
  container-name: menuLast;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 30px;
}
.p-menu__last .p-schedule__table__th {
  background-color: #ededed;
}
@media print, screen and (width > 1024px) {
  .p-menu__last {
    grid-column: 1/2;
    grid-row: 1/2;
    row-gap: min(3.59svw, 69px);
  }
}
@media only screen and (width <= 1024px) {
  .p-menu__last .p-schedule {
    grid-row: 2/3;
  }
  .p-menu__last .p-info {
    grid-row: 1/2;
  }
}

.p-gnav {
  margin-bottom: 18px;
}
@media print, screen and (width > 1024px) {
  .p-gnav {
    margin-bottom: 4.901cqw;
  }
}
.p-gnav__list {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 12px;
}
@media print, screen and (width > 1024px) {
  .p-gnav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.901cqw 5.55cqw;
  }
}
.p-gnav__item {
  height: 60px;
}
@media print, screen and (width > 1024px) {
  .p-gnav__item {
    height: min(17.15cqw, 105px);
  }
}
.p-gnav__link {
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  padding-left: 34px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  font-size: 20px;
  font-weight: 700;
  place-items: center start;
}
.p-gnav__link::before, .p-gnav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
.p-gnav__link::before {
  z-index: 1;
  width: 27px;
  height: 27px;
  right: 24px;
  -webkit-mask-image: url(./assets/images/common/icon_bgflower.svg);
  mask-image: url(./assets/images/common/icon_bgflower.svg);
  background-color: var(--color-site-secondary);
}
.p-gnav__link::after {
  z-index: 2;
  width: 11px;
  height: 8px;
  right: 32px;
  -webkit-mask-image: url(./assets/images/common/icon_arrow_secondary.svg);
  mask-image: url(./assets/images/common/icon_arrow_secondary.svg);
  background-color: #fff;
}
@media print, screen and (width > 1024px) {
  .p-gnav__link {
    font-size: min(3.75cqw, 23px);
    padding-left: min(7.18cqw, 44px);
  }
  .p-gnav__link:hover {
    color: #fff;
    background-color: var(--color-site-secondary);
  }
  .p-gnav__link:hover::before {
    background-color: #fff;
  }
  .p-gnav__link:hover::after {
    background-color: var(--color-site-secondary);
  }
  .p-gnav__link::before {
    width: min(5.88cqw, 36px);
    height: min(5.88cqw, 36px);
    right: min(5.22cqw, 32px);
  }
  .p-gnav__link::after {
    width: min(2.45cqw, 15px);
    height: min(1.79cqw, 11px);
    right: min(7.02cqw, 43px);
  }
}
.p-gnav--sub__list {
  display: grid;
  row-gap: clamp(20px, 1.45svw, 28px);
  margin-bottom: clamp(28px, 1.82svw, 35px);
}
.p-gnav--sub__item {
  position: relative;
  padding-left: 23px;
}
.p-gnav--sub__item::before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--color-site-secondary);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.p-gnav--sub__link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(18px, 1.41svw, 20px);
  font-weight: 700;
}
.p-gnav--sub__link:hover {
  color: var(--color-link-default);
}

.p-snav {
  container-type: inline-size;
  container-name: subNav;
}
.p-snav__list {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 12px;
}
@media print, screen and (width > 1024px) {
  .p-snav__list {
    justify-content: space-between;
    gap: 0;
  }
}
.p-snav__item {
  width: 124px;
  height: 45px;
}
@media only screen and (width <= 1024px) {
  .p-snav__item:nth-child(1) {
    width: 100%;
  }
  .p-snav__item:nth-child(1) .p-snav__link {
    width: 158px;
    margin: auto;
  }
}
@media print, screen and (width > 1024px) {
  .p-snav__item {
    width: 27.777cqw;
    height: clamp(40px, 10.13cqw, 62px);
  }
  .p-snav__item:nth-child(1) {
    width: 35.457cqw;
  }
}
.p-snav__link {
  font-family: "Zen Maru Gothic", sans-serif;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  font-size: 15px;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .p-snav__link {
    font-size: min(3.431cqw, 21px);
  }
  .p-snav__link:hover {
    color: #fff;
    background-color: var(--color-site-secondary);
  }
  .p-snav__link:hover .p-snav__inner:after {
    background-color: #fff;
  }
}
.p-snav__inner {
  position: relative;
  padding-right: 28px;
}
.p-snav__inner::after {
  content: "";
  width: 18px;
  height: 18px;
  -webkit-mask-image: url(./assets/images/common/icon_arrow_circle.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(./assets/images/common/icon_arrow_circle.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--color-site-secondary);
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.p-snav__inner span {
  margin-right: 5px;
  font-size: 13px;
}
@media print, screen and (width > 1024px) {
  .p-snav__inner span {
    margin-right: min(1.633cqw, 10px);
    font-size: min(2.941cqw, 18px);
  }
}
@media print, screen and (width > 1024px) {
  .p-snav__inner {
    padding-right: min(6.209cqw, 38px);
  }
  .p-snav__inner::after {
    width: min(4.084cqw, 25px);
    height: min(4.084cqw, 25px);
  }
}

.p-fnav {
  container-type: inline-size;
  container-name: footerNav;
  margin-bottom: 45px;
}
.p-fnav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 37px;
}
@media print, screen and (width > 1024px) {
  .p-fnav__list {
    grid-template-columns: repeat(3, auto);
    gap: 4.137cqw 6.206cqw;
  }
}
.p-fnav__item {
  position: relative;
  padding-left: 20px;
}
.p-fnav__item::before {
  content: "";
  width: 11px;
  height: 11px;
  background: var(--color-site-secondary);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media print, screen and (width > 1024px) {
  .p-fnav__item {
    padding-left: 23px;
  }
  .p-fnav__item::before {
    width: 12px;
    height: 12px;
  }
}
.p-fnav__link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .p-fnav__link {
    font-size: min(3.448cqw, 20px);
  }
  .p-fnav__link:hover {
    color: var(--color-link-default);
  }
}
.p-fnav--secondary {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0;
}
@media print, screen and (width > 1024px) {
  .p-fnav--secondary {
    grid-template-columns: repeat(2, auto);
    gap: 0 35px;
  }
}
.p-fnav--secondary__list {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 20px;
}
@media print, screen and (width > 1024px) {
  .p-fnav--secondary__list {
    column-gap: 35px;
  }
}
.p-fnav--secondary__link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
@media print, screen and (width > 1024px) {
  .p-fnav--secondary__link {
    font-size: 16px;
  }
}

.p-lnav {
  display: grid;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
  place-items: center;
  row-gap: 14px;
  padding: 13px 18px 20px;
}
@media print, screen and (width > 1024px) {
  .p-lnav {
    grid-template-columns: auto 1fr;
    padding: 18px 2cqw 18px 2.666cqw;
    place-items: center start;
    gap: 0 2cqw;
  }
}
.p-lnav__title {
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0 !important;
  color: var(--color-site-secondary);
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 1 !important;
}
@media print, screen and (width > 1024px) {
  .p-lnav__title {
    font-size: 25px;
  }
}
.p-lnav__list {
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin: 0 !important;
}
@media print, screen and (width > 1024px) {
  .p-lnav__list {
    gap: 0 1.333cqw;
    flex-wrap: nowrap;
  }
}
.p-lnav__item {
  width: calc((100% - 14px) / 2);
}
@media print, screen and (width > 1024px) {
  .p-lnav__item {
    width: fit-content;
  }
}
.p-lnav__link {
  position: relative;
  display: block;
  padding: 8px 12px;
  border: 1px solid;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.p-lnav__link::after {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 9px;
  height: 11px;
  content: "";
  background-color: var(--color-site-primary);
  translate: 0 -50%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media print, screen and (width > 1024px) {
  .p-lnav__link {
    padding: 6px 2.75cqw 6px 1.5cqw;
    font-size: 1.333cqw;
  }
  .p-lnav__link::after {
    right: 1.5cqw;
  }
  .p-lnav__link:hover {
    background-color: var(--color-txt-selection);
  }
}
.p-lnav__link.is_current {
  pointer-events: none;
  background-color: var(--color-txt-selection);
}

.p-info {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 30px;
  container-type: inline-size;
  container-name: infoBox;
}
@media print, screen and (width > 1024px) {
  .p-info {
    margin-bottom: 40px;
  }
}
.p-info__top {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.666;
}
@media print, screen and (width > 1024px) {
  .p-info__top {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: clamp(12px, 2.01cqw, 18px);
    font-size: clamp(12px, 2.01cqw, 18px);
  }
}
.p-info__middle {
  text-align: center;
}
@media print, screen and (width > 1024px) {
  .p-info__middle {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: min(1.34cqw, 12px);
  }
}
.p-info__tel {
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.77;
}
@media print, screen and (width > 1024px) {
  .p-info__tel {
    font-size: clamp(21px, 3.91cqw, 35px);
  }
}
.p-info__tel__number {
  padding-left: 30px;
  position: relative;
  text-decoration: none !important;
}
.p-info__tel__number::before {
  content: "";
  width: 25px;
  height: 30px;
  background: url(./assets/images/common/icon_tel.svg) no-repeat left top;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media print, screen and (width > 1024px) {
  .p-info__tel__number {
    padding-left: min(3.35cqw, 30px);
  }
  .p-info__tel__number::before {
    width: min(2.79cqw, 25px);
    height: min(3.35cqw, 30px);
  }
}
.p-info__time {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.444;
}
@media only screen and (width <= 1024px) {
  .p-info__time {
    margin-top: 4px;
  }
}
@media print, screen and (width > 1024px) {
  .p-info__time {
    font-size: clamp(12px, 2.01cqw, 18px);
    position: relative;
    bottom: clamp(6px, 1.34cqw, 12px);
  }
}
.p-info__note {
  margin-top: 23px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
}
@media print, screen and (width > 1024px) {
  .p-info__note {
    margin-top: clamp(14px, 2.23cqw, 20px);
    text-align: left;
    font-size: clamp(12px, 1.78cqw, 16px);
    line-height: 1.625;
  }
}

.p-schedule {
  container-type: inline-size;
  container-name: scheduleBox;
}
.p-schedule__icon {
  display: inline grid;
  place-items: center;
  width: 17px;
  height: 17px;
  line-height: 1;
}
@media print, screen and (width > 1024px) {
  .p-schedule__icon {
    width: min(20px, 4cqw, 25px);
    height: min(20px, 4cqw, 25px);
  }
}
.p-schedule__icon--circle {
  background-color: #fff;
  border: 3px solid var(--color-site-secondary);
  border-radius: 50%;
}
.p-schedule__icon--cross {
  width: 14px;
  height: 14px;
  background: url(./assets/images/common/icon_cross_primary.svg) no-repeat center;
  background-size: 100%;
}
@media print, screen and (width > 1024px) {
  .p-schedule__icon--cross {
    width: min(18px, 3.5cqw, 22px);
    height: min(18px, 3.5cqw, 22px);
  }
}
.p-schedule__icon--number {
  font-family: "Zen Maru Gothic", sans-serif;
  padding-bottom: 1px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background-color: var(--color-site-secondary);
  border-radius: 50%;
}
.p-schedule__attention {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .p-schedule__attention {
    font-size: min(2.6cqw, 16px);
  }
}
.p-schedule__table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (width <= 1024px) {
  .p-schedule__table {
    min-width: 590px;
  }
}
.p-schedule__table__th, .p-schedule__table__td {
  height: 40px;
  font-size: 12px;
  vertical-align: middle;
}
@media print, screen and (width > 1024px) {
  .p-schedule__table__th, .p-schedule__table__td {
    height: 60px;
    font-size: min(2.9cqw, 18px);
  }
}
.p-schedule__table__th {
  text-align: left;
  font-weight: 500;
  background-color: var(--color-txt-selection);
  border-bottom: 1px solid var(--color-site-primary);
}
.p-schedule__table__th--ampm {
  text-align: center;
  font-weight: 700;
  background-color: #fff !important;
}
.p-schedule__table__td {
  text-align: center;
  font-weight: 700;
  background-color: #fff;
  border-left: 1px solid var(--color-site-primary);
  border-bottom: 1px solid var(--color-site-primary);
}
.p-schedule__table__tr:last-child .p-schedule__table__th,
.p-schedule__table__tr:last-child .p-schedule__table__td {
  border-bottom: 0;
}
.p-schedule__table__tr:nth-last-of-type(2) .p-schedule__table__th:nth-of-type(1) {
  border-bottom: 0;
}
.p-schedule__table__department {
  display: inline-block;
  font-weight: 700;
  line-height: 1.666;
  margin-bottom: 7px;
}
.p-schedule__table__head .p-schedule__table__th {
  color: #fff;
  font-weight: 700;
  background-color: var(--color-site-secondary);
  border-bottom: 0;
}
.p-schedule__table__head .p-schedule__table__th:not(:first-child) {
  text-align: center;
  border-left: 1px solid var(--color-site-primary);
}
.p-schedule__table__head .p-schedule__table__th:first-child {
  padding-left: min(2.2cqw, 14px);
}
@media print, screen and (width > 1024px) {
  .p-schedule__table__head .p-schedule__table__th {
    font-size: min(2.9cqw, 18px);
  }
  .p-schedule__table__head .p-schedule__table__th:first-child {
    padding-left: min(3.2cqw, 20px);
  }
}
.p-schedule__table__body .p-schedule__table__th {
  padding-left: 17px;
}
@media print, screen and (width > 1024px) {
  .p-schedule__table__body .p-schedule__table__th {
    padding-left: min(3.2cqw, 20px);
  }
}
.p-schedule__table__body .p-schedule__table__th--ampm {
  padding-left: 0 !important;
}
.p-schedule__time {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
  gap: 10px 20px;
}
@media print, screen and (width > 1024px) {
  .p-schedule__time {
    margin-top: 16px;
    gap: 10px min(3.2cqw, 20px);
  }
}
.p-schedule__time__item {
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc((100% - 20px) / 2);
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  column-gap: 6px;
}
.p-schedule__time__item .p-schedule__icon {
  width: 22px;
  height: 22px;
}
.p-schedule__time__item .p-schedule__icon--number {
  font-size: 17px;
}
.p-schedule__time__item .p-schedule__icon--circle {
  border-width: 4px;
}
@media print, screen and (width > 1024px) {
  .p-schedule__time__item {
    width: fit-content;
    font-size: clamp(14px, 3cqw, 20px);
    column-gap: min(0.9cqw, 6px);
  }
  .p-schedule__time__item .p-schedule__icon {
    width: clamp(18px, 3cqw, 22px);
    height: clamp(18px, 3cqw, 22px);
  }
  .p-schedule__time__item .p-schedule__icon--number {
    font-size: min(14px, 2.9cqw, 18px);
  }
}
.p-schedule__note {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.666;
  column-gap: 25px;
}
@media print, screen and (width > 1024px) {
  .p-schedule__note {
    font-size: clamp(12px, 2.6cqw, 16px);
  }
}

.p-cta {
  margin-bottom: 25px;
}
.p-cta__list {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 10px;
}
.p-cta__item {
  width: 100%;
  height: 96px;
}
.p-cta__link {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 10px 15px 15px 18px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  grid-template-columns: 1fr 78px;
  gap: 3px 8px;
}
.p-cta__lead {
  font-family: "Zen Maru Gothic", sans-serif;
  color: var(--color-site-secondary);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.17;
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-cta__txt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.69;
  grid-column: 1/2;
  grid-row: 2/3;
}
.p-cta__box {
  display: grid;
  grid-column: 2/3;
  grid-row: 1/3;
  place-items: center;
}
.p-cta__img--01 {
  width: 78px;
  height: 57px;
}
.p-cta__img--02 {
  width: 49px;
  height: 63px;
}
.p-cta__close {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 34px;
  height: 34px;
  background-color: var(--color-site-primary);
  border-radius: 0 5px 0 10px;
  cursor: pointer;
}
.p-cta__close::before, .p-cta__close::after {
  content: "";
  height: 2px;
  width: 16px;
  background-color: #fff;
  border-radius: 4px;
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-cta__close::before {
  rotate: 45deg;
}
.p-cta__close::after {
  rotate: -45deg;
}
@media print, screen and (width > 1024px) {
  .p-cta--menu {
    display: none !important;
  }
}
.p-cta--fixed {
  position: fixed;
  z-index: 5;
  right: 30px;
  bottom: 0;
  height: 148px;
  margin: 0;
  opacity: 1;
  transition: opacity 0.2s;
}
.p-cta--fixed.is_hidden {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media only screen and (width <= 1024px) {
  .p-cta--fixed {
    display: none !important;
  }
}
.p-cta--fixed .p-cta__list {
  grid-template-columns: repeat(2, auto);
  column-gap: 24px;
  place-items: center end;
}
.p-cta--fixed .p-cta__item {
  position: relative;
  width: fit-content;
  max-width: 468px;
  height: 100%;
}
.p-cta--fixed .p-cta__item.is_hidden {
  opacity: 0;
  pointer-events: none;
}
.p-cta--fixed .p-cta__link {
  grid-template-columns: 1fr 146px;
  grid-template-rows: auto 1fr;
  gap: 6px 3px;
  padding: 16px 16px 20px 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
}
.p-cta--fixed .p-cta__lead {
  padding-top: 15px;
  font-size: 20px;
}
.p-cta--fixed .p-cta__txt {
  font-size: 16px;
}
.p-cta--fixed .p-cta__img {
  height: auto;
}
.p-cta--fixed .p-cta__img--01 {
  width: 146px;
}
.p-cta--fixed .p-cta__img--02 {
  width: 100px;
}

.p-jumbotron {
  display: grid;
  padding-top: 89px;
  grid-template-columns: 10px 1fr;
}
@media only screen and (width <= 1024px) {
  .p-jumbotron {
    padding-bottom: 20px;
    margin-bottom: 40px;
    overflow: hidden;
  }
}
@media print, screen and (width > 1024px) {
  .p-jumbotron {
    margin-bottom: 80px;
    padding-top: 144px;
    grid-template-columns: 1fr 81.25%;
  }
}
.p-jumbotron__nav {
  padding-top: 44px;
  padding-left: min(3.64svw, 69px);
}
@media only screen and (width <= 1024px) {
  .p-jumbotron__nav {
    display: none;
  }
}
.p-jumbotron__link {
  width: 190px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  border-radius: 10px;
  color: #fff;
  background-color: var(--color-site-primary);
  padding: 12px 0 12px 25px;
}
.p-jumbotron__link:hover {
  background-color: var(--color-link-default);
}
.p-jumbotron__link__txt {
  display: inline-block;
  position: relative;
  padding-left: 50px;
}
.p-jumbotron__link__txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 35px;
  height: 37px;
  background: url(./assets/images/common/icon_doctor.svg) no-repeat left top;
  background-size: 100%;
}
.p-jumbotron__inner {
  position: relative;
  display: grid;
  container-type: inline-size;
  container-name: mvBox;
  grid-column: 2/3;
  grid-template-columns: 10px 1fr;
  grid-template-rows: max(153px, 40.8svw) min(5.63cqw, 20px);
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__inner {
    grid-template-columns: min(6.66cqw, 110px) 1fr;
    grid-template-rows: 450px min(6.66cqw, 110px);
  }
}
.p-jumbotron__inner::before, .p-jumbotron__inner::after {
  position: absolute;
  z-index: 2;
  content: "";
}
.p-jumbotron__inner::before {
  top: -10px;
  left: -28px;
  width: 63px;
  height: 66px;
  background: url(./assets/images/common/img_flower01.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__inner::before {
    top: -37px;
    left: 96px;
    width: clamp(128px, 10.78cqw, 178px);
    height: clamp(140px, 11.27cqw, 186px);
  }
}
.p-jumbotron__inner::after {
  right: -18px;
  bottom: -34px;
  width: 80px;
  height: 80px;
  opacity: 0.75;
  background: url(./assets/images/common/img_flower02.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__inner::after {
    right: min(6.06cqw, 100px);
    bottom: 0;
    width: clamp(140px, 14.72cqw, 243px);
    height: clamp(140px, 14.72cqw, 243px);
  }
}
.p-jumbotron__mv {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 500px 0 0 500px;
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-jumbotron__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.p-jumbotron__title {
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  z-index: 2;
  display: grid;
  padding: 12px 20px;
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 25px;
  font-weight: 700;
  place-items: center;
  grid-column: 1/3;
  grid-row: 1/3;
  place-self: end left;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__title {
    height: min(14.54cqw, 240px);
    padding: 0 min(6.66cqw, 110px);
    letter-spacing: 0.14em;
    border-radius: 200px;
    font-size: min(2.72cqw, 45px);
  }
}

.p-breadcrumb {
  position: relative;
  z-index: 2;
  margin: 13px 0 0 10px;
  grid-column: 2/3;
}
@media print, screen and (width > 1024px) {
  .p-breadcrumb {
    margin: 27px 0 0 0;
  }
  .p-breadcrumb::before {
    position: absolute;
    width: 228px;
    height: 217px;
    width: clamp(150px, 11.875svw, 228px);
    height: clamp(142px, 11.302svw, 217px);
    top: clamp(-126px, -6.56svw, -95px);
    left: clamp(-164px, -8.54svw, -118px);
    content: "";
    background: url(./assets/images/common/img_flower03.svg) no-repeat left top;
    background-size: 100%;
  }
}
.p-breadcrumb__list {
  position: relative;
  z-index: 2;
  display: flex;
  column-gap: 37px;
}
.p-breadcrumb__item {
  font-size: 13px;
  font-weight: 500;
}
.p-breadcrumb__item:not(:last-child) {
  position: relative;
}
.p-breadcrumb__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -24px;
  content: ">";
  font-size: 15px;
  font-weight: 700;
  translate: 0 -50%;
}
@media print, screen and (width > 1024px) {
  .p-breadcrumb__item {
    font-size: 15px;
  }
}
.p-breadcrumb__link {
  text-decoration: underline;
  color: var(--color-link-default);
}

.p-pagetitle {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
}
.p-pagetitle__meta {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  column-gap: 20px;
}
.p-pagetitle__time {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4444;
  grid-column: 1/2;
}
@media print, screen and (width > 1024px) {
  .p-pagetitle__time {
    font-size: 20px;
  }
}
.p-pagetitle__category {
  padding: 4px 15px;
  text-align: center;
  border-radius: 18px;
  background-color: var(--color-site-tertiary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
}
@media print, screen and (width > 1024px) {
  .p-pagetitle__category {
    padding: 6px 24px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-pagetitle__txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4666;
}
@media print, screen and (width > 1024px) {
  .p-pagetitle__txt {
    font-size: 40px;
  }
}

.p-news {
  padding: 30px 25px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media print, screen and (width > 1024px) {
  .p-news {
    padding: 4.833cqw 4.416cqw;
    border-radius: 50px;
  }
}
.p-news__list {
  display: grid;
  row-gap: 35px;
  grid-template-columns: auto 1fr;
}
@media print, screen and (width > 1024px) {
  .p-news__list {
    grid-template-columns: auto auto 1fr;
    row-gap: 5.833cqw;
  }
}
.p-news__item {
  position: relative;
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: 7px 20px;
  place-items: start;
}
@media print, screen and (width > 1024px) {
  .p-news__item {
    grid-column: span 3;
    gap: 0;
  }
  .p-news__item:hover .p-news__txt {
    color: var(--color-link-default);
  }
}
.p-news__link {
  display: inherit;
  grid-template-columns: inherit;
  grid-column: inherit;
  place-items: inherit;
  gap: inherit;
}
.p-news__time {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4444;
  grid-column: 1/2;
}
@media print, screen and (width > 1024px) {
  .p-news__time {
    margin-right: 25px;
    font-size: 20px;
    line-height: 1.8;
  }
}
.p-news__category {
  min-width: 156px;
  padding: 4px 15px;
  border-radius: 18px;
  background-color: var(--color-site-tertiary);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
  grid-column: 2/3;
}
@media print, screen and (width > 1024px) {
  .p-news__category {
    width: calc(100% - 20px);
    min-width: 193px;
    margin-right: 20px;
    padding: 6px 24px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-news__txt {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.466;
  grid-column: 1/3;
  grid-row: 2/3;
}
.p-news__txt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media print, screen and (width > 1024px) {
  .p-news__txt {
    font-size: 18px;
    line-height: 2;
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.p-news--index + .p-pager {
  margin-top: 35px;
}
.p-news--top {
  padding: 0;
  background: none;
}
@media print, screen and (width > 1024px) {
  .p-news--top {
    padding-top: 15px;
  }
}
.p-news--top .p-news__list {
  row-gap: 35px;
}

.p-closed {
  display: grid;
  margin-bottom: 40px;
  padding: 25px 14px;
  border-radius: 20px;
  background-color: #FFF7DD;
  grid-template-columns: 100%;
  place-items: center center;
  row-gap: 19px;
}
@media print, screen and (width > 1024px) {
  .p-closed {
    padding: 20px 38px;
    grid-template-columns: auto minmax(0, 1fr);
    place-items: center start;
    gap: 0 50px;
  }
}
.p-closed__head {
  text-align: center;
}
.p-closed__title {
  color: var(--color-site-secondary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
@media print, screen and (width > 1024px) {
  .p-closed__title {
    margin-bottom: 5px;
    font-size: 23px;
  }
}
.p-closed__time {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.444;
}
@media print, screen and (width > 1024px) {
  .p-closed__time {
    font-size: 20px;
  }
}
.p-closed__body p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.666;
}
.p-closed__body p:not(:last-child) {
  margin-bottom: 13px;
}
@media print, screen and (width > 1024px) {
  .p-closed__body p {
    font-size: 18px;
    line-height: 1.444;
  }
}

.p-blog__list {
  display: grid;
  gap: 20px;
}
@media print, screen and (width > 1024px) {
  .p-blog__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.333cqw 2cqw;
  }
}
.p-blog__img {
  width: 100%;
  height: auto !important;
  margin-bottom: 9px;
  border-radius: 10px;
  aspect-ratio: 320/222;
  object-fit: cover;
}
@media print, screen and (width > 1024px) {
  .p-blog__img {
    margin-bottom: 13px;
  }
}
.p-blog__category {
  display: block;
  width: fit-content;
  margin-bottom: 5px;
  padding: 2px 11px;
  background-color: var(--color-site-tertiary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (width > 1024px) {
  .p-blog__category {
    margin-bottom: 8px;
    padding: 4px 16px;
    border-radius: 5px;
    font-size: 16px;
  }
}
.p-blog__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.444;
}
@media print, screen and (width > 1024px) {
  .p-blog__title {
    font-size: 22px;
    line-height: 1.5;
  }
}
.p-blog--index .p-blog__item {
  padding: 15px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
@media print, screen and (width > 1024px) {
  .p-blog--index .p-blog__item {
    padding: 30px 32px;
    border-radius: 35px;
  }
  .p-blog--index .p-blog__item:hover {
    background-color: var(--color-site-secondary);
  }
  .p-blog--index .p-blog__item:hover .p-blog__title {
    color: #fff;
  }
}
.p-blog--index + .p-pager {
  margin-top: 35px;
}
@media print, screen and (width > 1024px) {
  .p-blog--index + .p-pager {
    margin-top: 70px;
  }
}

.p-headache {
  display: grid;
  row-gap: 20px;
}
.p-headache:not(.p-headache--top) .p-headache__item {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
@media print, screen and (width > 1024px) {
  .p-headache:not(.p-headache--top) .p-headache__item {
    padding: 2.5cqw 2.25cqw 2.5cqw 4.75cqw;
    border-radius: 35px;
  }
}
.p-headache__item {
  display: grid;
  align-items: center;
  padding: 14px;
  row-gap: 14px;
}
@media print, screen and (width > 1024px) {
  .p-headache__item {
    position: relative;
    grid-template-columns: repeat(2, auto);
    gap: 0 11cqw;
  }
}
.p-headache__title {
  position: relative;
  margin: 0 !important;
  padding-left: 18px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.222 !important;
}
.p-headache__title::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background-color: var(--color-site-secondary);
}
@media print, screen and (width > 1024px) {
  .p-headache__title {
    padding-left: 25px;
    font-size: 22px;
    line-height: 1 !important;
  }
  .p-headache__title::before {
    top: 2px;
    width: 15px;
    height: 15px;
  }
}
.p-headache__text {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 2 !important;
}
@media print, screen and (width > 1024px) {
  .p-headache__text {
    margin-top: 24px !important;
    font-size: 18px;
  }
}
.p-headache__link {
  font-family: "Zen Maru Gothic", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  width: fit-content;
  padding: 0 16px;
  color: var(--color-site-secondary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
.p-headache__link::after {
  width: 36px;
  height: 36px;
  content: "";
  background: url(./assets/images/common/icon_arrow_flower.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 1024px) {
  .p-headache__link {
    place-self: center end;
    padding: 9px 23px;
    font-size: 25px;
    border-radius: 20px;
    justify-content: flex-end;
  }
  .p-headache__link::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
  }
  .p-headache__link:hover {
    background-color: var(--color-link-headache);
  }
}
.p-headache--top {
  row-gap: 0;
}
.p-headache--top .p-headache__item {
  padding: 14px 6px;
}
.p-headache--top .p-headache__item:not(:last-child) {
  position: relative;
}
.p-headache--top .p-headache__item:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  border: none;
  background: repeating-linear-gradient(to right, #BAAA9B 0, #BAAA9B 3px, transparent 3px, transparent 8px), repeating-linear-gradient(to bottom, #BAAA9B 0, #BAAA9B 3px, transparent 3px, transparent 8px);
  background-repeat: repeat-x, repeat-y;
  background-position: top left, top left;
  background-size: 100% 4px, 4px 100%;
}
@media print, screen and (width > 1024px) {
  .p-headache--top .p-headache__item {
    padding: 20px 0;
    column-gap: 2.75cqw;
  }
}
.p-headache--top .p-headache__title {
  font-size: 18px;
  line-height: 1.3 !important;
}
.p-headache--top .p-headache__title::before {
  top: 7px;
  width: 12px;
  height: 12px;
}
.p-headache--top .p-headache__link {
  font-size: 20px;
}
.p-headache--top .p-headache__link::after {
  width: 36px;
  height: 36px;
}
@media print, screen and (width > 1024px) {
  .p-headache--top .p-headache__link {
    padding: 9px 17px;
    right: -13px;
  }
}

.p-faq__icon {
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  display: grid;
  width: 28px;
  height: 28px;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  place-items: center;
}
@media print, screen and (width > 1024px) {
  .p-faq__icon {
    font-size: 15px;
  }
}
.p-faq__icon::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url(./assets/images/common/icon_bgflower.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(./assets/images/common/icon_bgflower.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
.p-faq__question, .p-faq__answer {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
}
@media print, screen and (width > 1024px) {
  .p-faq__question, .p-faq__answer {
    column-gap: 15px;
  }
}
.p-faq__question {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 13px;
  color: var(--color-site-secondary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (width > 1024px) {
  .p-faq__question {
    margin-bottom: 35px;
    font-size: 25px;
    line-height: 1.6;
  }
}
.p-faq__question .p-faq__icon {
  color: #fff;
}
.p-faq__question .p-faq__icon::before {
  background-color: var(--color-site-secondary);
}
.p-faq__answer {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
@media print, screen and (width > 1024px) {
  .p-faq__answer {
    font-size: 18px;
    line-height: 2.222;
  }
}
.p-faq__answer:not(:last-child) {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.p-faq__answer:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  border: none;
  background: repeating-linear-gradient(to right, #BAAA9B 0, #BAAA9B 3px, transparent 3px, transparent 8px), repeating-linear-gradient(to bottom, #BAAA9B 0, #BAAA9B 3px, transparent 3px, transparent 8px);
  background-repeat: repeat-x, repeat-y;
  background-position: top left, top left;
  background-size: 100% 4px, 4px 100%;
}
@media print, screen and (width > 1024px) {
  .p-faq__answer:not(:last-child) {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
}

.p-linkbox {
  display: grid;
  row-gap: 20px;
}
@media print, screen and (width > 1024px) {
  .p-linkbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 5cqw;
  }
}
.p-linkbox__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex: 1 0 1%;
  padding: 24px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(134, 35, 35, 0.15);
  column-gap: 15px;
}
@media print, screen and (width > 1024px) {
  .p-linkbox__item {
    padding: 28px;
    align-items: center;
    flex-direction: row;
  }
  .p-linkbox__item:hover {
    background-color: var(--color-site-secondary);
  }
  .p-linkbox__item:hover .p-linkbox__title,
  .p-linkbox__item:hover .p-linkbox__text {
    color: #fff;
  }
}
.p-linkbox__title {
  margin-top: 0 !important;
  margin-bottom: 7px !important;
  color: var(--color-site-secondary);
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.222 !important;
}
.p-linkbox__title + .p-linkbox__text {
  margin-top: 8px !important;
}
@media print, screen and (width > 1024px) {
  .p-linkbox__title {
    font-size: 20px !important;
  }
  .p-linkbox__title + .p-linkbox__text {
    margin-top: 13px !important;
  }
}
.p-linkbox__text {
  margin-top: 0 !important;
  margin-bottom: 13px !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.7 !important;
}
@media print, screen and (width > 1024px) {
  .p-linkbox__text {
    font-size: 18px !important;
    line-height: 1.222 !important;
    margin-bottom: 0 !important;
  }
}
.p-linkbox__img {
  width: 100%;
  height: auto;
}
@media print, screen and (width > 1024px) {
  .p-linkbox__img {
    width: 111px;
  }
}

.p-pager {
  height: 44px;
}
.p-pager__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100%;
  margin: auto;
  padding: 0 55px;
  column-gap: 5px;
}
.p-pager__item {
  font-family: "Zen Maru Gothic", sans-serif;
  width: 32px;
  height: 100%;
}
.p-pager__item .page-numbers {
  display: grid;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-site-primary);
  border-radius: 20px;
  background-color: #fff;
  font-size: 23px;
  font-weight: 700;
  place-items: center;
}
.p-pager__item .page-numbers.current, .p-pager__item .page-numbers:hover {
  border-color: var(--color-link-pager);
  background-color: var(--color-link-pager);
}
.p-pager__arrow {
  position: absolute;
  top: 0;
  width: 45px;
  height: 44px;
}
.p-pager__arrow--prev {
  left: 0;
}
.p-pager__arrow--prev .p-pager__icon::after {
  scale: -1 1;
}
.p-pager__arrow--next {
  right: 0;
}
.p-pager__arrow:hover .p-pager__icon::before {
  background-color: var(--color-site-secondary);
}
.p-pager__icon {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}
.p-pager__icon::after, .p-pager__icon::before {
  position: relative;
  content: "";
  grid-column: 1/2;
  grid-row: 1/2;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
.p-pager__icon::after {
  z-index: 2;
  width: 19px;
  height: 13px;
  background-color: #fff;
  -webkit-mask-image: url(./assets/images/common/icon_arrow_secondary.svg);
  mask-image: url(./assets/images/common/icon_arrow_secondary.svg);
}
.p-pager__icon::before {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--color-site-primary);
  -webkit-mask-image: url(./assets/images/common/icon_bgflower.svg);
  mask-image: url(./assets/images/common/icon_bgflower.svg);
}
.p-pager__index .c-btn::after {
  display: none;
}

.p-copyright {
  margin-top: 45px;
  text-align: center;
  font-size: 13px;
}
@media print, screen and (width > 1024px) {
  .p-copyright {
    margin-top: 0;
    text-align: right;
    letter-spacing: 0.08em;
    font-size: 15px;
    line-height: 1.73;
  }
}

.top-wrapper {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.top-wrapper .top-title {
  display: grid;
  row-gap: 4px;
  place-items: center;
  font-weight: 700;
  line-height: 1.45;
}
.top-wrapper .top-title__small {
  font-size: 22px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-title__small {
    font-size: 30px;
  }
}
.top-wrapper .top-title__main {
  font-size: 30px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-title__main {
    font-size: 45px;
  }
}
.top-wrapper .top-title__sub {
  color: var(--color-site-secondary);
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-title__sub {
    font-size: 20px;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-title--secondary {
    place-items: start;
  }
}
.top-wrapper .top-title--secondary .top-title__main {
  color: var(--color-site-secondary);
  font-size: 45px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-title--secondary .top-title__main {
    font-size: 55px;
  }
}
.top-wrapper .top-lead {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 18px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-lead {
    margin-bottom: 28px;
    font-size: 35px;
  }
}
.top-wrapper .top-txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-txt {
    font-size: 18px;
    line-height: 2.5;
  }
}
.top-wrapper .top-mv {
  position: relative;
  z-index: 2;
  container-type: inline-size;
  container-name: topMv;
  width: 100%;
  height: 174.133svw;
  min-height: 653px;
  margin-bottom: 40px;
}
.top-wrapper .top-mv::before, .top-wrapper .top-mv::after {
  position: absolute;
  z-index: 1;
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.top-wrapper .top-mv::after {
  z-index: 2;
  width: 229px;
  height: 226px;
  background-image: url(./assets/images/top/img_flower03.svg);
  right: -109px;
  bottom: -90px;
  scale: 0;
  animation: 0.6s ease-in 0.5s 1 normal forwards interAnimation;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv {
    display: grid;
    height: 56.25svw;
    min-height: 750px;
    max-height: 1080px;
    margin-bottom: mn(5.208svw, 100px);
  }
  .top-wrapper .top-mv::before {
    width: clamp(190px, 11.875cqw, 228px);
    height: clamp(180px, 11.302cqw, 217px);
    background-image: url(./assets/images/top/img_flower04.svg);
    left: clamp(-77px, -4.01cqw, -64px);
    top: auto;
    bottom: clamp(-79px, -4.11cqw, -65px);
    scale: 0;
    animation: 0.3s ease-in 0.5s 1 normal forwards interAnimation;
  }
  .top-wrapper .top-mv::after {
    width: clamp(437px, 27.343cqw, 525px);
    height: clamp(431px, 26.979cqw, 518px);
    right: clamp(-182px, -9.479cqw, -151px);
    bottom: clamp(-159px, -8.281cqw, -131px);
  }
}
.top-wrapper .top-mv__nav {
  position: relative;
  z-index: 3;
  padding-left: min(3.64cqw, 69px);
  grid-column: 1/2;
  grid-row: 1/2;
  width: fit-content;
  height: fit-content;
  padding-top: 188px;
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-mv__nav {
    display: none;
  }
}
.top-wrapper .top-mv__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__inner {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.top-wrapper .top-mv__picture {
  position: absolute;
}
.top-wrapper .top-mv__picture::before {
  position: absolute;
  z-index: 2;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.top-wrapper .top-mv__picture--01 {
  top: 16.533svw;
  right: 10px;
  width: 43.2cqw;
  height: 42.4cqw;
}
.top-wrapper .top-mv__picture--01::before {
  bottom: -33.962%;
  left: 61.728%;
  width: 38.271%;
  height: 40.88%;
  background-image: url(./assets/images/top/img_flower01.svg);
  scale: 0;
  animation: 0.3s ease-in 0.2s 1 normal forwards interAnimation;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__picture--01 {
    top: min(3.802cqw, 84px);
    right: min(50.625cqw, 975px);
    width: min(26.145cqw, 502px);
    height: min(25.52cqw, 490px);
  }
  .top-wrapper .top-mv__picture--01::before {
    top: 73.061%;
    left: -20.119%;
    width: 48.406%;
    height: 49.591%;
    background-image: url(./assets/images/top/img_flower02.svg);
  }
}
.top-wrapper .top-mv__picture--01 .top-mv__img {
  animation: 0.4s ease-in 0s 1 normal forwards interAnimation;
}
.top-wrapper .top-mv__picture--02 {
  top: 44.8cqw;
  left: -5px;
  width: 69.333cqw;
  height: 67.733cqw;
}
.top-wrapper .top-mv__picture--02::before {
  top: -22.692%;
  left: 8.267%;
  width: 32.692%;
  height: 33.464%;
  background-image: url(./assets/images/top/img_flower02.svg);
  scale: 0;
  animation: 0.4s ease-in 0.5s 1 normal forwards interAnimation;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__picture--02 {
    top: min(4.375cqw, 73px);
    right: min(3.906cqw, 75px);
    left: auto;
    width: min(41.77cqw, 802px);
    height: min(40.833cqw, 784px);
  }
  .top-wrapper .top-mv__picture--02::before {
    top: -10.076%;
    left: -2.244%;
    width: 22.069%;
    height: 23.724%;
    background-image: url(./assets/images/top/img_flower01.svg);
  }
}
.top-wrapper .top-mv__picture--02 .top-mv__img {
  animation: 0.4s ease-in 0.3s 1 normal forwards interAnimation;
}
.top-wrapper .top-mv__picture--03 {
  top: 103.466cqw;
  right: 10px;
  width: 33.6cqw;
  height: 32.8cqw;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__picture--03 {
    top: min(33.697cqw, 647px);
    right: min(43.072cqw, 827px);
    width: min(20.208cqw, 388px);
    height: min(19.739cqw, 379px);
  }
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-mv__picture--03::before {
    top: -49.593%;
    left: 9.523%;
    width: 63.2%;
    height: 61.788%;
    background-image: url(./assets/images/top/img_flower04.svg);
    scale: 0;
    animation: 0.4s ease-in 0.8s 1 normal forwards interAnimation;
  }
}
.top-wrapper .top-mv__picture--03 .top-mv__img {
  animation: 0.5s ease-in 0.6s 1 normal forwards interAnimation;
}
.top-wrapper .top-mv__img {
  width: 100%;
  height: auto;
  scale: 0;
}
@keyframes interAnimation {
  0% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
.top-wrapper .top-mv__box {
  position: relative;
  z-index: 3;
  padding-left: 20px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__box {
    padding-left: min(3.645cqw, 70px);
    padding-bottom: 5.833cqh;
  }
}
.top-wrapper .top-mv__catchcopy {
  margin-bottom: 16px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.42;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__catchcopy {
    margin-bottom: 1.944cqh;
    font-size: min(3.125cqw, 60px);
  }
}
.top-wrapper .top-mv__lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.666;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__lead {
    font-size: min(1.25cqw, 24px);
  }
}
.top-wrapper .top-news {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}
.top-wrapper .top-news::after {
  position: absolute;
  z-index: 1;
  left: -18px;
  bottom: -45px;
  content: "";
  width: 116px;
  height: 116px;
  background: url(./assets/images/top/img_flower02.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-news {
    margin-bottom: 87px;
  }
  .top-wrapper .top-news::after {
    bottom: -159px;
    left: 50%;
    width: 243px;
    height: 243px;
    translate: 114px 0;
  }
}
.top-wrapper .top-news__inner {
  margin: 0 auto 0;
  width: calc(100% - 20px);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-news__inner {
    width: min(100% - 40px, 1800px);
  }
}
.top-wrapper .top-news__inner {
  position: relative;
  z-index: 2;
  padding: 17px 20px 40px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 25px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-news__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    column-gap: min(115px, 5.989svw);
    padding: 70px 80px 80px 80px;
    border-radius: 50px;
  }
}
.top-wrapper .top-news__btn {
  margin-top: 34px;
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-news__btn {
    text-align: center;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-news__btn {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 10px;
  }
}
.top-wrapper .top-news .top-title {
  margin-bottom: 23px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-news .top-title {
    grid-column: 1/2;
    grid-row: 1/2;
    place-items: start;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-news .p-news--top {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.top-wrapper .top-clinic {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
.top-wrapper .top-clinic::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  translate: calc(-50% + 20px) 0;
  content: "";
  width: 3422px;
  height: 100%;
  background: url(./assets/images/top/bg_clinic.svg) no-repeat center;
  background-size: auto 100%;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-clinic {
    padding-top: 134px;
    padding-bottom: 140px;
  }
  .top-wrapper .top-clinic::before {
    width: 2056px;
    translate: -1456px 0;
  }
}
.top-wrapper .top-about {
  position: relative;
  z-index: 2;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-about {
    display: grid;
    grid-template-columns: 1fr min(100% - 40px, 1636px) 1fr;
  }
}
.top-wrapper .top-about__inner {
  display: grid;
  row-gap: 26px;
  width: calc(100svw - 20px);
  margin: 0 0 100px 20px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-about__inner {
    grid-column: 2/4;
    grid-template-columns: auto 1fr;
    gap: 0 min(10.208svw, 196px);
    place-items: center start;
    width: 100%;
    margin: 0 0 208px 0;
  }
}
.top-wrapper .top-about__title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-about__title {
    margin-bottom: 38px;
    text-align: left;
    font-size: 45px;
    line-height: 1;
  }
}
.top-wrapper .top-about__txt {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.22;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-about__txt {
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 2.5;
  }
}
.top-wrapper .top-about__body {
  height: 346px;
  overflow: hidden;
  border-radius: 50px 0 0 50px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-about__body {
    height: 500px;
  }
}
.top-wrapper .top-about__body > * {
  height: 100%;
}
.top-wrapper .top-about__body .swiper-wrapper {
  transition-timing-function: linear;
}
.top-wrapper .top-about__body .swiper-wrapper .swiper-slide {
  height: 100% !important;
  width: auto !important;
}
.top-wrapper .top-about__body .swiper-wrapper .swiper-slide img {
  width: 485px;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-about__body .swiper-wrapper .swiper-slide img {
    width: 700px;
    aspect-ratio: 700/500;
  }
}
.top-wrapper .top-treatment {
  margin: 0 auto 0;
  width: calc(100% - 20px);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment {
    width: min(100% - 40px, 1636px);
  }
}
.top-wrapper .top-treatment {
  position: relative;
  z-index: 2;
  container-type: inline-size;
  container-name: treatmentBox;
}
.top-wrapper .top-treatment::before, .top-wrapper .top-treatment::after {
  position: absolute;
  z-index: 1;
  content: "";
}
.top-wrapper .top-treatment::before {
  top: -158px;
  right: -75px;
  width: 189px;
  height: 180px;
  background: url(./assets/images/top/img_flower04.svg) no-repeat left top;
  background-size: 100%;
}
.top-wrapper .top-treatment::after {
  bottom: -159px;
  left: -119px;
  width: 240px;
  height: 237px;
  background: url(./assets/images/top/img_flower03.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment::before {
    top: -1.711cqw;
    right: -4.523cqw;
    width: 13.936cqw;
    height: 13.264cqw;
  }
  .top-wrapper .top-treatment::after {
    bottom: -21.76cqw;
    left: -17.787cqw;
    width: 32.09cqw;
    height: 31.662cqw;
  }
}
.top-wrapper .top-treatment__inner {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 38px;
  position: relative;
  z-index: 2;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment__inner {
    row-gap: 2.689cqw;
  }
}
.top-wrapper .top-treatment__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 30px 35px 30px 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.top-wrapper .top-treatment__item:nth-child(-n+3) {
  padding: 30px 35px 30px 20px;
  justify-content: space-between;
}
.top-wrapper .top-treatment__item:nth-child(-n+3) .top-treatment__link {
  font-family: "Zen Maru Gothic", sans-serif;
  justify-content: flex-end;
  column-gap: 6px;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.16;
}
.top-wrapper .top-treatment__item:nth-last-child(-n+2) {
  padding: 24px 16px;
}
.top-wrapper .top-treatment__item:nth-child(1) .top-treatment__department::after {
  background: url(./assets/images/top/icon_cn.svg) no-repeat center top;
  background-size: 172px 153px;
}
.top-wrapper .top-treatment__item:nth-child(2) .top-treatment__department::after {
  background: url(./assets/images/top/icon_internal.svg) no-repeat center top;
  background-size: 161px 152px;
}
.top-wrapper .top-treatment__item:nth-child(3) .top-treatment__department::after {
  background: url(./assets/images/top/icon_orthopedics.svg) no-repeat center top;
  background-size: 77px 169px;
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-treatment__item:nth-last-child(-n+5) {
    margin-top: -10px;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment__item {
    position: relative;
    border-radius: 35px;
    width: 23.227cqw;
    padding: 3.422cqw 1.955cqw 3.422cqw 2.322cqw;
  }
  .top-wrapper .top-treatment__item:nth-child(-n+3) {
    width: 31.784cqw;
    padding: 3.361cqw 1.955cqw 3.361cqw 2.322cqw;
  }
  .top-wrapper .top-treatment__item:nth-child(-n+3) .top-treatment__link {
    margin-top: 64px;
  }
  .top-wrapper .top-treatment__item:nth-last-child(-n+2) {
    width: 48.838cqw;
    padding: 1.955cqw 2.078cqw 1.955cqw 2.75cqw;
  }
  .top-wrapper .top-treatment__item:nth-child(1) .top-treatment__department::after {
    background-size: 13.141cqw 11.735cqw;
  }
  .top-wrapper .top-treatment__item:nth-child(2) .top-treatment__department::after {
    background-position: center 0.855cqw;
    background-size: 11.552cqw 10.88cqw;
  }
  .top-wrapper .top-treatment__item:nth-child(3) .top-treatment__department::after {
    background-size: 5.867cqw 12.775cqw;
  }
}
.top-wrapper .top-treatment__btn {
  width: 100%;
  text-align: center;
}
.top-wrapper .top-treatment__department {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100%;
  height: 169px;
  margin-bottom: 30px;
}
.top-wrapper .top-treatment__department::after {
  width: 100%;
  height: 100%;
  content: "";
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment__department {
    height: 15.281cqw;
    margin-bottom: 0;
  }
}
.top-wrapper .top-treatment__department__name {
  writing-mode: vertical-rl;
  color: var(--color-site-secondary);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment__department__name {
    font-size: 2.139cqw;
    line-height: 1.14;
  }
}
.top-wrapper .top-treatment__department__label {
  display: block;
  height: fit-content;
  padding: 9px 9px;
  margin-left: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: var(--color-site-secondary);
  border-radius: 10px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment__department__label {
    font-size: 1.405cqw;
    margin-left: 0.855cqw;
  }
}
.top-wrapper .top-treatment__lead {
  margin-bottom: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment__lead {
    font-size: 22px;
    line-height: 1.5;
  }
}
.top-wrapper .top-treatment__txt {
  margin-bottom: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.2;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment__txt {
    font-size: 16px;
    line-height: 2;
  }
}
.top-wrapper .top-treatment__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment__link::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
  }
  .top-wrapper .top-treatment__link:hover .top-treatment__kind {
    color: var(--color-site-secondary);
  }
  .top-wrapper .top-treatment__link:hover .top-treatment__pdf {
    color: var(--color-site-secondary);
  }
  .top-wrapper .top-treatment__link:hover .top-treatment__pdf::after {
    background-color: var(--color-site-secondary);
  }
  .top-wrapper .top-treatment__link:hover .top-treatment__icon::before {
    background-color: var(--color-site-senary);
  }
}
.top-wrapper .top-treatment__kind {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}
.top-wrapper .top-treatment__kind::before {
  content: "";
  width: 54px;
  height: 49px;
  margin-right: 21px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment__kind {
    font-size: 1.405cqw;
  }
  .top-wrapper .top-treatment__kind::before {
    width: 3.789cqw;
    height: 3.422cqw;
    margin-right: 1.711cqw;
  }
}
.top-wrapper .top-treatment__kind--bs::before {
  background: url(./assets/images/top/icon_bs.svg) no-repeat center center;
  background-size: 52px 46px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment__kind--bs::before {
    background-size: 3.789cqw 3.3cqw;
  }
}
.top-wrapper .top-treatment__kind--hospital::before {
  background: url(./assets/images/top/icon_hospital.svg) no-repeat center center;
  background-size: 54px 45px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment__kind--hospital::before {
    background-size: 3.3cqw 2.75cqw;
  }
}
.top-wrapper .top-treatment__kind--risk::before {
  background: url(./assets/images/top/icon_risk.svg) no-repeat center center;
  background-size: 54px 44px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment__kind--risk::before {
    background-size: 3.606cqw 2.872cqw;
  }
}
.top-wrapper .top-treatment__kind--checkup::before {
  background: url(./assets/images/top/icon_checkup.svg) no-repeat center center;
  background-size: 35px 49px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment__kind--checkup::before {
    background-size: 2.444cqw 3.422cqw;
  }
}
.top-wrapper .top-treatment__pdf {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
.top-wrapper .top-treatment__pdf::before, .top-wrapper .top-treatment__pdf::after {
  content: "";
}
.top-wrapper .top-treatment__pdf::after {
  width: 20px;
  height: 25px;
  margin-left: 5px;
  -webkit-mask-image: url(./assets/images/top/icon_pdf.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(./assets/images/top/icon_pdf.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--color-site-primary);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment__pdf {
    font-size: 1.4cqw;
  }
  .top-wrapper .top-treatment__pdf::after {
    width: 21px;
    height: 26px;
    margin-left: 10px;
  }
}
.top-wrapper .top-treatment__pdf--symptom::before {
  width: 27px;
  height: 32px;
  margin-right: 12px;
  background: url(./assets/images/top/icon_symptom.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment__pdf--symptom::before {
    width: 2.99cqw;
    height: 3.48cqw;
    margin-right: 1.83cqw;
  }
}
.top-wrapper .top-treatment__pdf--diary::before {
  width: 27px;
  height: 23px;
  margin-right: 12px;
  background: url(./assets/images/top/icon_diary.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment__pdf--diary::before {
    width: 3.6cqw;
    height: 3.05cqw;
    margin-right: 1.52cqw;
  }
}
.top-wrapper .top-treatment__icon {
  position: relative;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
}
.top-wrapper .top-treatment__icon::after, .top-wrapper .top-treatment__icon::before {
  position: relative;
  content: "";
  grid-column: 1/2;
  grid-row: 1/2;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
.top-wrapper .top-treatment__icon::after {
  z-index: 2;
  width: 15px;
  height: 11px;
  background-color: #fff;
  -webkit-mask-image: url(./assets/images/common/icon_arrow_secondary.svg);
  mask-image: url(./assets/images/common/icon_arrow_secondary.svg);
}
.top-wrapper .top-treatment__icon::before {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--color-site-secondary);
  -webkit-mask-image: url(./assets/images/common/icon_bgflower.svg);
  mask-image: url(./assets/images/common/icon_bgflower.svg);
}
.top-wrapper .top-treatment .top-title {
  margin-bottom: 30px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-treatment .top-title {
    margin-bottom: 35px;
    place-items: start;
  }
}
.top-wrapper .top-headache {
  position: relative;
  z-index: 3;
  margin-top: 63px;
  margin-bottom: 58px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-headache {
    margin-top: 354px;
    margin-bottom: 167px;
  }
  .top-wrapper .top-headache::after {
    position: absolute;
    z-index: 1;
    top: max(-310px, -16.145svw);
    left: 50%;
    translate: min(662px, 34.479svw) 0;
    content: "";
    width: min(334px, 17.395svw);
    height: min(350px, 18.229svw);
    background: url(./assets/images/top/img_flower01.svg) no-repeat left top;
    background-size: 100%;
  }
}
.top-wrapper .top-headache__inner {
  margin: 0 auto 0;
  width: calc(100% - 40px);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-headache__inner {
    width: min(100% - 40px, 1636px);
  }
}
.top-wrapper .top-headache__inner {
  container-type: inline-size;
  container-name: headacheInner;
}
.top-wrapper .top-headache__inner::after {
  position: absolute;
  right: -73px;
  bottom: -39px;
  z-index: 1;
  content: "";
  width: 159px;
  height: 159px;
  background: url(./assets/images/top/img_flower02.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-headache__inner {
    padding-left: min(58.233svw, 976px);
  }
  .top-wrapper .top-headache__inner::after {
    bottom: -118px;
    right: 37.224cqw;
    width: 243px;
    height: 243px;
  }
}
.top-wrapper .top-headache__img {
  position: relative;
  left: 50%;
  translate: -50% 0;
  max-width: initial;
  width: min(118.666svw, 600px);
  margin-bottom: 20px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-headache__img {
    position: absolute;
    top: max(-216px, -11.25svw);
    translate: calc(-100% + min(5.208svw, 100px)) 0;
    width: min(72.8125svw, 1398px);
  }
}
.top-wrapper .top-headache__link {
  margin-top: 40px;
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-headache__link {
    margin-top: 28px;
    text-align: center;
  }
}
.top-wrapper .top-headache__list {
  position: relative;
  z-index: 2;
  margin-top: 68px;
  padding: 46px 18px 24px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-headache__list {
    padding: 50px 2.444cqw 24px;
    border-radius: 35px;
  }
}
.top-wrapper .top-headache__title {
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -50%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
  padding: 16px 48px 16px 48px;
  background-color: var(--color-site-secondary);
  border-radius: 50px 50px 50px 0;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-headache__title {
    font-size: 25px;
    line-height: 1.32;
  }
}
.top-wrapper .top-headache .top-title {
  margin-bottom: 18px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-headache .top-title {
    margin-bottom: 32px;
  }
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-headache .top-lead {
    text-align: center;
  }
}
.top-wrapper .top-column {
  position: relative;
  z-index: 2;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-column {
    display: grid;
    grid-template-columns: 1fr min(100% - 40px, 1636px) 1fr;
  }
}
.top-wrapper .top-column__inner {
  display: grid;
  row-gap: 26px;
  width: calc(100svw - 20px);
  margin: 0 0 96px 20px;
  padding: 37px 0 43px 34px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px 0 0 20px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-column__inner {
    grid-column: 2/4;
    grid-template-columns: auto 1fr;
    gap: 0 min(10.208svw, 196px);
    width: 100%;
    margin: 0 0 165px 0;
    padding: 86px 0 86px 90px;
    border-radius: 50px 0 0 50px;
  }
}
.top-wrapper .top-column__body {
  position: relative;
  overflow: hidden;
}
.top-wrapper .top-column__body .swiper-wrapper .swiper-slide {
  width: clamp(202px, 53.866svw, 320px) !important;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-column__body .swiper-wrapper .swiper-slide {
    width: max(16.666svw, 320px) !important;
  }
}
.top-wrapper .top-column__control {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 18px;
  position: relative;
  width: calc(100% - 20px);
  margin-top: 33px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-column__control {
    row-gap: 0;
    width: 100%;
    margin-top: 77px;
  }
}
.top-wrapper .top-column__control .swiper-scrollbar {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background-color: var(--color-site-quaternary);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-column__control .swiper-scrollbar {
    width: min(560px, 29.166svw);
  }
}
.top-wrapper .top-column__control .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--color-link-pager);
  cursor: pointer;
}
.top-wrapper .top-column__control__btns {
  position: relative;
  width: 100%;
  height: 45px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-column__control__btns {
    width: 116px;
    margin-right: 60px;
  }
}
.top-wrapper .top-column__control__btns .swiper-button {
  display: grid;
  justify-content: initial;
  width: 45px;
  height: 45px;
  place-items: center;
  opacity: 1;
}
.top-wrapper .top-column__control__btns .swiper-button.swiper-button-lock {
  display: none !important;
}
.top-wrapper .top-column__control__btns .swiper-button::after, .top-wrapper .top-column__control__btns .swiper-button::before {
  position: relative;
  content: "";
  grid-column: 1/2;
  grid-row: 1/2;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
.top-wrapper .top-column__control__btns .swiper-button::after {
  z-index: 2;
  width: 19px;
  height: 13px;
  background-color: #fff;
  -webkit-mask-image: url(./assets/images/common/icon_arrow_secondary.svg);
  mask-image: url(./assets/images/common/icon_arrow_secondary.svg);
}
.top-wrapper .top-column__control__btns .swiper-button::before {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--color-site-primary);
  -webkit-mask-image: url(./assets/images/common/icon_bgflower.svg);
  mask-image: url(./assets/images/common/icon_bgflower.svg);
}
.top-wrapper .top-column__control__btns .swiper-button-prev {
  left: 0;
}
.top-wrapper .top-column__control__btns .swiper-button-prev::after {
  scale: -1 1;
}
.top-wrapper .top-column__control__btns .swiper-button-next {
  right: 0;
}
.top-wrapper .top-column__btn {
  margin-top: 50px;
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-column__btn {
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 47px;
    translate: calc(-50% + 17px) 0;
  }
}
.top-wrapper .top-column .top-title {
  place-items: start;
}
.top-wrapper .top-online {
  position: relative;
  z-index: 2;
  padding: 51px 0;
}
.top-wrapper .top-online::before, .top-wrapper .top-online::after {
  position: absolute;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 51px;
  background: url(./assets/images/top/bg_online.svg) repeat-x center;
  background-size: auto 100%;
  opacity: 0.5;
}
.top-wrapper .top-online::before {
  top: 0;
}
.top-wrapper .top-online::after {
  bottom: 0;
  rotate: 180deg;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-online {
    padding-top: 117px;
    padding-bottom: 117px;
  }
  .top-wrapper .top-online::before, .top-wrapper .top-online::after {
    height: 117px;
  }
}
.top-wrapper .top-online__inner {
  margin: 0 auto 0;
  width: calc(100% - 20px);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-online__inner {
    width: min(100% - 40px, 1200px);
  }
}
.top-wrapper .top-online__inner {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 80px;
}
.top-wrapper .top-online__inner > * {
  position: relative;
  z-index: 2;
}
.top-wrapper .top-online__inner::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  translate: -50% 0;
  content: "";
  width: 100svw;
  height: 100%;
  background-color: rgba(252, 207, 212, 0.5);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-online__inner {
    padding-bottom: 100px;
  }
  .top-wrapper .top-online__inner::after {
    position: absolute;
    bottom: -33px;
    right: max(-396px, -20.625svw);
    z-index: 2;
    content: "";
    width: 266px;
    height: 266px;
    background: url(./assets/images/top/img_flower02.svg) no-repeat left top;
    background-size: 100%;
  }
}
.top-wrapper .top-online__img {
  margin-bottom: 19px;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-online__img {
    margin-bottom: 30px;
    border-radius: 35px;
  }
}
.top-wrapper .top-online__links {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-online__links {
    flex-direction: row;
    justify-content: center;
    gap: 0 10px;
  }
}
.top-wrapper .top-online .top-title {
  margin-bottom: 20px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-online .top-title {
    margin-bottom: 30px;
  }
}
.top-wrapper .top-online .top-lead {
  margin-bottom: 18px;
  text-align: center;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-online .top-lead {
    margin-bottom: 30px;
  }
}
.top-wrapper .top-online .top-txt {
  margin-bottom: 24px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-online .top-txt {
    margin-bottom: 50px;
    text-align: center;
  }
}
.top-wrapper .top-nonsmoking {
  position: relative;
  z-index: 3;
  padding-top: 67px;
  padding-bottom: 104px;
}
.top-wrapper .top-nonsmoking::after {
  position: absolute;
  left: 20px;
  bottom: -74px;
  z-index: 2;
  content: "";
  width: 168px;
  height: 160px;
  background: url(./assets/images/top/img_flower04.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-nonsmoking {
    padding-top: 201px;
    padding-bottom: 177px;
  }
  .top-wrapper .top-nonsmoking::after {
    left: 50%;
    bottom: -108px;
    translate: -180px 0;
    width: 228px;
    height: 217px;
  }
}
.top-wrapper .top-nonsmoking__inner {
  margin: 0 auto 0;
  width: calc(100% - 40px);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-nonsmoking__inner {
    width: min(100% - 40px, 1636px);
  }
}
.top-wrapper .top-nonsmoking__inner {
  container-type: inline-size;
  container-name: nonsmokingInner;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-nonsmoking__inner {
    position: relative;
    padding-right: min(50.833svw, 976px);
  }
}
.top-wrapper .top-nonsmoking__img {
  margin-bottom: 20px;
  width: clamp(445px, 118.66svw, 800px);
  max-width: initial;
  position: relative;
  left: 50%;
  translate: -50% 0;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-nonsmoking__img {
    position: absolute;
    width: min(54.895svw, 1054px);
    top: 0;
    right: -195px;
    translate: 0 max(-298px, -15.52svw);
  }
}
.top-wrapper .top-nonsmoking__links {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-nonsmoking__links {
    row-gap: 18px;
  }
}
.top-wrapper .top-nonsmoking .top-title {
  margin-bottom: 20px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-nonsmoking .top-title {
    margin-bottom: 4.545cqw;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-nonsmoking .top-lead {
    margin-bottom: 3.78cqw;
  }
}
.top-wrapper .top-nonsmoking .top-txt {
  margin-bottom: 40px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-nonsmoking .top-txt {
    margin-bottom: 6.06cqw;
  }
}
.top-wrapper .top-homecare {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 65px;
  padding-top: 86px;
  padding-bottom: 110px;
}
.top-wrapper .top-homecare::before, .top-wrapper .top-homecare::after {
  position: absolute;
  z-index: 1;
  left: 50%;
  content: "";
  width: max(821px, 218.933svw);
  height: 316px;
  background: url(./assets/images/top/bg_homecare.svg) no-repeat left top;
  background-size: 100%;
  translate: -50% 0;
}
.top-wrapper .top-homecare::before {
  top: 0;
}
.top-wrapper .top-homecare::after {
  bottom: 0;
  rotate: 180deg;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-homecare {
    margin-bottom: 112px;
    padding-top: 232px;
    padding-bottom: 245px;
  }
  .top-wrapper .top-homecare::before, .top-wrapper .top-homecare::after {
    width: 3034px;
    height: 910px;
  }
}
.top-wrapper .top-homecare__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  overflow: hidden;
  background-color: #fff;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-homecare__inner {
    padding: 0;
    background: none;
  }
  .top-wrapper .top-homecare__inner::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 675px;
    z-index: 1;
    translate: -50% 0;
    width: 3034px;
    height: 385px;
    background-color: #fff;
  }
}
.top-wrapper .top-homecare__content {
  position: relative;
  z-index: 2;
  container-type: inline-size;
  container-name: homecareContent;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
  width: 100svw;
  margin-left: -20px;
  margin-bottom: 68px;
  overflow: hidden;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-homecare__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column: 0 12.72%;
    width: min(100% - 40px, 1415px);
    margin: 0 auto 77px;
  }
}
.top-wrapper .top-homecare__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 567px;
  height: 554px;
  padding-top: 83px;
  background: url(./assets/images/top/bg_flowerbox.svg) no-repeat center;
  background-size: 100%;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-homecare__section {
    width: 43.694cqw;
    height: 42.614cqw;
    padding-top: 76px;
  }
  .top-wrapper .top-homecare__section:nth-child(1) {
    grid-column: 1/3;
    place-self: center;
  }
  .top-wrapper .top-homecare__section:nth-child(2) {
    margin-top: -35px;
  }
  .top-wrapper .top-homecare__section:nth-child(3) {
    margin-top: -35px;
    place-self: end;
  }
}
.top-wrapper .top-homecare__type, .top-wrapper .top-homecare__name, .top-wrapper .top-homecare__thumbnail, .top-wrapper .top-homecare__lead, .top-wrapper .top-homecare__txt {
  width: 294px;
}
.top-wrapper .top-homecare__type {
  grid-row: 1/2;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-homecare__type {
    margin-bottom: 4px;
    font-size: 1.13cqw;
  }
}
.top-wrapper .top-homecare__name {
  margin-bottom: 12px;
  text-align: center;
  color: var(--color-site-secondary);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-homecare__name {
    font-size: 2.12cqw;
  }
}
.top-wrapper .top-homecare__thumbnail {
  margin-bottom: 12px;
  aspect-ratio: 294/190;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-homecare__thumbnail {
    width: 47.649%;
    margin-bottom: 1.272cqw;
  }
}
.top-wrapper .top-homecare__img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.top-wrapper .top-homecare__lead {
  margin-bottom: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-homecare__lead {
    margin-bottom: 1.272cqw;
    font-size: 1.554cqw;
  }
}
.top-wrapper .top-homecare__txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-homecare__txt {
    font-size: 1.13cqw;
  }
}
.top-wrapper .top-homecare__link {
  text-align: center;
}
.top-wrapper .top-homecare .top-title {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-homecare .top-title {
    margin-bottom: 77px;
  }
}
.top-wrapper .top-homecare .top-lead {
  position: relative;
  z-index: 2;
  text-align: center;
}
.top-wrapper .top-homecare .top-txt {
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-homecare .top-txt {
    padding: 0 20px;
    margin-bottom: 50px;
    text-align: center;
  }
}
