@charset "UTF-8";
/*
Theme Name: koda-ac
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: #535353;
  --color-site-secondary: #C85B6E;
  --color-site-tertiary: #653A1A;
  --color-site-quaternary: #000;
  --color-site-quinary: #5f5f5f;
  --color-link-default: #AD4E60;
  --color-link-hover: #CCA6AE;
  --color-link-active: #797979;
  --color-link-visited: #797979;
  --color-link-pager: #FDAEBC;
  --color-em-primary: #C85B6E;
  --color-txt-selection: #FCCFD4;
  --color-border-primary: #959595;
}

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

html {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  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 */
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  text-autospace: normal; /* 和文中の英数字に余白 */
}
@media print, screen and (width > 1024px) {
  html {
    font-size: 18px;
  }
}

body {
  overflow-x: clip;
  background: url(./assets/images/common/img_bg.png) repeat left top;
  background-size: 1920px 1081px;
}
body * {
  scroll-margin-top: 20px;
}
@media print, screen and (width > 1024px) {
  body * {
    scroll-margin-top: 40px;
  }
}
body {
  min-height: 800px;
}

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 {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding: min(7.5svw, 30px) min(3.25svw, 13px) 0 min(5svw, 20px);
}
@media print, screen and (width > 1024px) {
  .l-header {
    position: fixed;
    align-items: flex-end;
    top: 50px;
    left: 50%;
    width: 94.791svw;
    padding: 0;
    translate: -50% 0;
  }
}
.l-header.menu_open .l-header__btn {
  background-color: #fff;
}
.l-header.menu_open .l-header__btn::before {
  background-color: var(--color-site-secondary);
}
.l-header.menu_open .l-header__btn__txt {
  color: var(--color-site-secondary);
}
.l-header.menu_open .l-header__btn__close {
  visibility: visible;
  z-index: 2;
}
.l-header.menu_open .l-header__btn__open {
  visibility: hidden;
  z-index: 1;
}
.l-header.menu_open .p-logo--header .p-logo__txt::before {
  background-image: url(./assets/images/common/logo_txt_white.svg);
  visibility: visible;
}
.l-header.menu_open .p-logo--header .p-logo__txt .p-logo__img {
  visibility: hidden;
}
.l-header.menu_open .p-menu {
  pointer-events: initial;
  translate: 0;
  opacity: 1;
  transition: opacity 0.2s, translate 0.4s;
}
@media print, screen and (width > 1024px) {
  .l-header__first {
    padding-bottom: 22px;
  }
}
.l-header__btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: min(15.5svw, 62px);
  height: min(15.5svw, 62px);
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  background-color: var(--color-site-secondary);
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
}
@media print, screen and (width > 1024px) {
  .l-header__btn {
    display: none !important;
  }
}
.l-header__btn::before {
  content: "";
  width: min(7svw, 28px);
  height: min(5.25svw, 21px);
  position: relative;
  -webkit-mask-image: url(./assets/images/common/icon_paw.svg);
  -webkit-mask-size: min(7svw, 28px) min(5.25svw, 21px);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(./assets/images/common/icon_paw.svg);
  mask-size: min(7svw, 28px) min(5.25svw, 21px);
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
}
.l-header__btn__txt {
  display: grid;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.46;
}
@media print, screen and (width > 1024px) {
  .l-header__btn__txt {
    font-size: 22px;
  }
}
.l-header__btn__close, .l-header__btn__open {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 1;
}
.l-header__btn__close {
  visibility: hidden;
}
.l-header__btn__open {
  z-index: 2;
}

.l-footer {
  position: sticky;
  z-index: 3;
  top: 100vh;
  left: 0;
  display: flex;
  flex-direction: column;
  width: calc(100svw - 40px);
  margin: auto;
  padding-bottom: 90px;
  row-gap: 60px;
  container-type: inline-size;
  container-name: footer;
}
@media print, screen and (width > 1024px) {
  .l-footer {
    width: min(96.774svw, 1200px);
    padding-bottom: 50px;
  }
}
.l-footer__embed {
  width: 100%;
}
@media only screen and (width <= 1024px) {
  .l-footer__embed {
    max-width: 600px;
    margin: auto;
  }
}
.l-footer__hd {
  color: var(--color-site-tertiary);
  font-size: 20px;
  font-weight: 700;
  line-height: 65px;
}
@media print, screen and (width > 1024px) {
  .l-footer__hd {
    margin-bottom: 5px;
    font-size: clamp(20px, 1.5625svw, 30px);
  }
}
@media print, screen and (width > 1024px) {
  .l-footer:not(.l-footer--home) {
    flex-direction: row;
    justify-content: space-between;
  }
  .l-footer:not(.l-footer--home) .l-footer__embed {
    width: 44.1666cqw;
    order: 2;
  }
  .l-footer:not(.l-footer--home) .l-footer__info {
    order: 1;
  }
}
@media print, screen and (width > 1024px) {
  .l-footer--home {
    width: min(97.315svw, 1450px);
    row-gap: 145px;
  }
  .l-footer--home .l-footer__embed {
    width: 36.551cqw;
  }
}

.l-main {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
  background: url(./assets/images/common/img_bg_main_sp.png) no-repeat center top;
  background-size: 100% auto;
}
@media print, screen and (width > 1024px) {
  .l-main {
    padding-bottom: 180px;
    background-image: url(./assets/images/common/img_bg_main.png);
    background-size: 1920px auto;
  }
}

.l-article__inner {
  margin: 0 auto 0;
  width: calc(100% - 40px);
}
@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 .u-bold {
  color: var(--color-site-secondary);
  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 p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.666;
}
.l-article__body p:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (width > 1024px) {
  .l-article__body p {
    font-size: 18px;
    line-height: 1.8333;
  }
  .l-article__body p:not(:last-child) {
    margin-bottom: 25px;
  }
}
.l-article__body p.is-style-lead-style {
  color: var(--color-site-secondary);
  font-size: 25px;
  line-height: 1.6;
}
.l-article__body p.is-style-lead-style:not(:last-child) {
  margin-bottom: 40px;
}
@media print, screen and (width > 1024px) {
  .l-article__body p.is-style-lead-style {
    font-size: 35px;
    line-height: 1.8;
  }
  .l-article__body p.is-style-lead-style:not(:last-child) {
    margin-bottom: 90px;
  }
}
.l-article__body p + .wp-block-heading {
  margin-top: 60px;
}
@media print, screen and (width > 1024px) {
  .l-article__body p + .wp-block-heading {
    margin-top: 130px;
  }
}
.l-article__body p .u-strong {
  font-size: 111%;
}
.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 .wp-block-heading {
  margin-bottom: 6px;
  line-height: 1.4666;
  font-weight: 700;
  position: relative;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-heading {
    margin-bottom: 20px;
  }
}
.l-article__body .wp-block-heading.is-style-hd--style0101, .l-article__body .wp-block-heading:not([class*=is-style-hd]) {
  color: var(--color-site-tertiary);
  font-size: 25px;
  line-height: 2.5;
}
@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: 35px;
    line-height: 1.85;
  }
}
.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 li {
  font-size: 15px;
  line-height: 1.666;
}
.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;
    line-height: 1.8333;
  }
}
.l-article__body .wp-block-list:is(ul) li {
  padding-left: 18px;
}
.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(ul).is-style-list-stamp > li {
  padding-left: 29px;
}
.l-article__body .wp-block-list:is(ul).is-style-list-stamp > li::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(./assets/images/common/icon_list_paw.svg) no-repeat center;
  background-size: 100%;
  top: 6px;
}
.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 {
  column-gap: 15px;
}
.l-article__body .wp-block-buttons:not(:last-child) {
  margin-bottom: 60px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-buttons {
    column-gap: 25px;
  }
  .l-article__body .wp-block-buttons:not(:last-child) {
    margin-bottom: 100px;
  }
}
.l-article__body .wp-block-buttons .wp-block-button {
  width: fit-content;
}
.l-article__body .wp-block-buttons .wp-block-button .wp-block-button__link {
  background: none;
  border-radius: 0;
}
@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-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 img {
    width: 100%;
  }
  .l-article__body .wp-block-image:not(:last-child) {
    margin-bottom: 30px;
  }
}
.l-article__body .wp-block-image .wp-element-caption {
  margin-top: 8px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-image .wp-element-caption {
    font-size: 18px;
  }
}
.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: 40px;
}
.l-article__body :where(.wp-block-columns.is-layout-flex) {
  gap: 4.166cqw;
}
.l-article__body .wp-block-columns:not(:last-child) {
  margin-bottom: 30px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-columns:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-columns .wp-block-column.is-style-indent-style > *:not(:is(ul, ul)) {
    margin-left: 29px;
  }
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-columns .wp-block-column.is-style-indent-style > *:not(.wp-block-columns) {
    margin-bottom: 20px;
  }
}
@media print, screen and (width > 1024px) {
  .l-article__body .wp-block-columns .wp-block-column.is-style-indent-style > *.wp-block-lazyblock-definition .p-definition {
    gap: 20px;
  }
  .l-article__body .wp-block-columns .wp-block-column.is-style-indent-style > *.wp-block-lazyblock-definition .p-definition__title {
    min-width: 180px;
    padding-top: 5px;
    padding-bottom: 6px;
    font-size: 16px;
  }
  .l-article__body .wp-block-columns .wp-block-column.is-style-indent-style > *.wp-block-lazyblock-definition .p-definition__text {
    color: var(--color-site-primary);
    font-size: 18px;
  }
}
.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 *[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-article__body .wpcf7 {
  padding: 40px 30px 50px;
  position: relative;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wpcf7 {
    padding: 7.5cqw 8.75cqw 8.75cqw;
  }
}
.l-article__body .wpcf7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
  -webkit-filter: blur(1.95px);
  filter: blur(1.95px);
  z-index: 1;
  pointer-events: none;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wpcf7::before {
    -webkit-filter: blur(19.5px);
    filter: blur(19.5px);
  }
}
.l-article__body .wpcf7 .wpcf7-form {
  position: relative;
  z-index: 2;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wpcf7 .wpcf7-box {
    display: grid;
    grid-template-columns: 1fr 77.9%;
  }
}
.l-article__body .wpcf7 .wpcf7-box__title {
  padding-bottom: 14px;
  color: var(--color-site-secondary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wpcf7 .wpcf7-box__title {
    padding: 20px 20px 20px 0;
    margin-bottom: 40px;
    font-size: 22px;
    border-bottom: 1px dashed var(--color-border-primary);
  }
}
.l-article__body .wpcf7 .wpcf7-box__content {
  border-bottom: 1px dashed var(--color-border-primary);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wpcf7 .wpcf7-box__content {
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}
.l-article__body .wpcf7 .wpcf7-box__content input[type=text],
.l-article__body .wpcf7 .wpcf7-box__content input[type=email],
.l-article__body .wpcf7 .wpcf7-box__content textarea {
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  font-size: 18px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wpcf7 .wpcf7-box__content input[type=text],
  .l-article__body .wpcf7 .wpcf7-box__content input[type=email],
  .l-article__body .wpcf7 .wpcf7-box__content textarea {
    font-size: 22px;
  }
}
.l-article__body .wpcf7 .wpcf7-box__content input[type=text],
.l-article__body .wpcf7 .wpcf7-box__content input[type=email] {
  height: 33px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wpcf7 .wpcf7-box__content input[type=text],
  .l-article__body .wpcf7 .wpcf7-box__content input[type=email] {
    height: 45px;
  }
}
.l-article__body .wpcf7 .wpcf7-box__content textarea {
  min-height: 150px;
  field-sizing: content;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wpcf7 .wpcf7-box__content textarea {
    min-height: 185px;
  }
}
.l-article__body .wpcf7 .wpcf7-box__zip {
  white-space: nowrap;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 15px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wpcf7 .wpcf7-box__zip {
    font-size: 20px;
  }
}
.l-article__body .wpcf7 .wpcf7-box__zip .wpcf7-form-control-wrap {
  max-width: 254px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wpcf7 .wpcf7-box__bottom {
    grid-column: 1/3;
  }
}
.l-article__body .wpcf7 .wpcf7-box__attention {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wpcf7 .wpcf7-box__attention {
    font-size: 18px;
    line-height: 1.83;
  }
}
.l-article__body .wpcf7 .wpcf7-box__bold {
  color: var(--color-site-secondary);
}
.l-article__body .wpcf7 .wpcf7-box__note {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  font-size: 15px;
  line-height: 1.666;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wpcf7 .wpcf7-box__note {
    margin-bottom: 60px !important;
  }
}
.l-article__body .wpcf7 .wpcf7-box__note + * {
  margin-top: 0 !important;
}
.l-article__body .wpcf7 .wpcf7-box__policy {
  width: fit-content;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wpcf7 .wpcf7-box__policy {
    margin: 0 auto 35px;
    font-size: 18px;
  }
}
.l-article__body .wpcf7 .wpcf7-box__policy .wpcf7-form-control-wrap {
  margin-left: 3px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wpcf7 .wpcf7-box__policy .wpcf7-form-control-wrap {
    margin-left: 7px;
  }
}
.l-article__body .wpcf7 .wpcf7-box__policy .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  display: grid;
  place-items: center;
  margin-left: 0 !important;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #454545;
  border-radius: 3px;
}
.l-article__body .wpcf7 .wpcf7-box__policy .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:has(input:checked)::before {
  content: "";
  position: relative;
  top: -1px;
  width: 9px;
  height: 6px;
  border-bottom: 2px solid #454545;
  border-left: 2px solid #454545;
  rotate: -45deg;
}
.l-article__body .wpcf7 .wpcf7-box__policy .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.l-article__body .wpcf7 .wpcf7-box__policy .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0 !important;
  line-height: 0 !important;
  display: none !important;
}
.l-article__body .wpcf7 .wpcf7-box__link {
  color: inherit;
  text-decoration: underline;
}
.l-article__body .wpcf7 .wpcf7-box__btn {
  position: relative;
  width: 184px;
  height: 68px;
  background-color: var(--color-site-secondary);
  border-radius: 50px;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wpcf7 .wpcf7-box__btn {
    margin: auto;
  }
}
.l-article__body .wpcf7 .wpcf7-box__btn::before, .l-article__body .wpcf7 .wpcf7-box__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
}
.l-article__body .wpcf7 .wpcf7-box__btn::before {
  z-index: 1;
  right: 25px;
  width: 27px;
  height: 27px;
  background-color: #fff;
  border-radius: 50%;
}
.l-article__body .wpcf7 .wpcf7-box__btn::after {
  z-index: 2;
  right: 34px;
  width: 8px;
  height: 11px;
  mask-image: url(./assets/images/common/icon_arrow_primary.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--color-site-secondary);
  rotate: 180deg;
}
.l-article__body .wpcf7 .wpcf7-box__btn .wpcf7-submit {
  width: 100% !important;
  height: 100% !important;
  padding-right: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 0;
  background: none;
  cursor: pointer;
}
.l-article__body .wpcf7 .wpcf7-box__btn .wpcf7-submit:hover {
  opacity: 0.7;
}
@media print, screen and (width > 1024px) {
  .l-article__body .wpcf7 .wpcf7-response-output {
    grid-column: 1/3;
  }
}
@media only screen and (width <= 1024px) {
  .l-article--blog {
    display: flex;
    flex-wrap: wrap;
  }
  .l-article--blog .p-jumbotron {
    order: 1;
    width: 100%;
  }
  .l-article--blog .p-cnav--index {
    order: 2;
  }
  .l-article--blog .p-entrylist {
    order: 3;
  }
  .l-article--blog .p-pager {
    order: 4;
  }
  .l-article--blog .p-cnav {
    order: 5;
  }
}

.c-btn {
  position: relative;
  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 {
  padding: 0 0 7px 5px;
  color: var(--color-site-secondary);
  font-size: 18px;
  line-height: 1.444;
}
.c-btn--primary::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  border-radius: 10px;
  background-color: var(--color-site-secondary);
}
.c-btn--primary .c-btn__inner {
  position: relative;
  padding-right: 36px;
}
.c-btn--primary .c-btn__inner::before, .c-btn--primary .c-btn__inner::after {
  position: absolute;
  top: 50%;
  content: "";
  translate: 0 -50%;
}
.c-btn--primary .c-btn__inner::before {
  right: 0;
  z-index: 1;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: var(--color-site-secondary);
}
.c-btn--primary .c-btn__inner::after {
  right: 10px;
  z-index: 2;
  width: 6px;
  height: 7px;
  -webkit-mask-image: url(./assets/images/common/icon_arrow_primary.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(./assets/images/common/icon_arrow_primary.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  scale: -1 1;
  /*変更したい色をここに書く*/
  background-color: #fff;
}

.c-category {
  display: inline flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 170px;
  color: var(--color-site-tertiary);
  border: 1px solid var(--color-site-tertiary);
  border-radius: 20px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.78;
}
@media print, screen and (width > 1024px) {
  .c-category {
    min-width: 190px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.p-logo {
  display: flex;
  align-items: center;
  column-gap: min(3.5svw, 14px);
  width: fit-content;
}
@media print, screen and (width > 1024px) {
  .p-logo {
    column-gap: 22px;
  }
}
.p-logo__link {
  display: flex;
  align-items: center;
  column-gap: min(3.5svw, 14px);
  width: fit-content;
}
@media print, screen and (width > 1024px) {
  .p-logo__link {
    column-gap: 22px;
  }
}
.p-logo__symbol {
  width: min(21.25svw, 85px);
}
@media print, screen and (width > 1024px) {
  .p-logo__symbol {
    width: clamp(85px, 6.822svw, 131px);
  }
}
.p-logo__txt {
  width: min(48.75svw, 195px);
  position: relative;
}
@media print, screen and (width > 1024px) {
  .p-logo__txt {
    width: clamp(230px, 15.625svw, 300px);
  }
}
.p-logo__img {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .p-logo__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-logo--header {
  position: relative;
  z-index: 100;
}
@media only screen and (width <= 1024px) {
  .p-logo--header .p-logo__txt {
    display: grid;
  }
  .p-logo--header .p-logo__txt::before,
  .p-logo--header .p-logo__txt .p-logo__img {
    grid-column: 1/2;
    grid-row: 1/2;
    z-index: 1;
  }
  .p-logo--header .p-logo__txt::before {
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    visibility: hidden;
  }
}
.p-logo--footer {
  column-gap: min(4.25svw, 17px);
  margin: 0 auto 25px;
}
@media print, screen and (width > 1024px) {
  .p-logo--footer {
    column-gap: min(1.354svw, 26px);
    margin: 0 0 40px;
  }
}
.p-logo--footer .p-logo__symbol {
  width: min(25.75svw, 103px);
}
@media print, screen and (width > 1024px) {
  .p-logo--footer .p-logo__symbol {
    width: clamp(100px, 7.916svw, 152px);
  }
}
.p-logo--footer .p-logo__txt {
  width: min(59.25svw, 237px);
}
@media print, screen and (width > 1024px) {
  .p-logo--footer .p-logo__txt {
    width: clamp(280px, 18.125svw, 348px);
  }
}

@media only screen and (width <= 1024px) {
  .p-menu {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s, translate 0.3s;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    translate: 100% 0;
    width: 100svw;
    height: 100svh;
    padding-top: min(32svw, 128px);
    background-color: var(--color-site-secondary);
  }
}
.p-menu__inner {
  display: grid;
  row-gap: 55px;
}
@media only screen and (width <= 1024px) {
  .p-menu__inner {
    overflow-y: auto;
    height: 100%;
  }
}
@media print, screen and (width > 1024px) {
  .p-menu__inner {
    place-items: start end;
    row-gap: 30px;
  }
}

.p-gnav__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: min(8.75svw, 35px);
}
@media print, screen and (width > 1024px) {
  .p-gnav__list {
    flex-direction: row;
    gap: 0 min(2.864svw, 55px);
  }
}
.p-gnav__link {
  display: inline flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  column-gap: 8px;
}
.p-gnav__link::before {
  position: relative;
  width: 24px;
  height: 18px;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url(./assets/images/common/icon_paw.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(./assets/images/common/icon_paw.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
@media print, screen and (width > 1024px) {
  .p-gnav__link {
    color: #000;
    font-size: clamp(16px, 1.041svw, 20px);
    column-gap: 5px;
  }
  .p-gnav__link::before {
    background: var(--color-site-secondary);
    width: clamp(20px, 1.25svw, 24px);
    height: clamp(14px, 0.9375svw, 18px);
  }
}

@media only screen and (width <= 1024px) {
  .p-snav {
    border-top: 1px solid #fff;
    padding-top: min(9.25svw, 37px);
  }
}
.p-snav__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: min(4.25svw, 17px);
}
@media print, screen and (width > 1024px) {
  .p-snav__list {
    justify-content: flex-end;
    flex-direction: row;
    gap: 0 clamp(40px, 3.48svw, 67px);
  }
}
.p-snav__link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4666;
}
@media print, screen and (width > 1024px) {
  .p-snav__link {
    color: var(--color-site-tertiary);
    font-size: clamp(14px, 0.8333svw, 16px);
  }
}
@media print, screen and (width > 1024px) {
  .p-snav__item:not(:last-child) {
    position: relative;
  }
  .p-snav__item:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background-color: var(--color-site-tertiary);
    top: 50%;
    right: calc(clamp(20px, 1.178svw, 33px) * -1);
    translate: 0 -50%;
  }
}

.p-breadcrumb {
  position: relative;
  z-index: 2;
  width: calc(100svw - 40px);
  margin-top: 20px;
}
@media print, screen and (width > 1024px) {
  .p-breadcrumb {
    width: 100%;
    margin-top: 0;
  }
}
.p-breadcrumb__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 25px;
}
@media print, screen and (width > 1024px) {
  .p-breadcrumb__list {
    column-gap: clamp(26px, 1.718svw, 33px);
    justify-content: flex-start;
  }
}
.p-breadcrumb__item {
  font-size: 12px;
  line-height: 1.4735;
  color: #5d5d5d;
}
.p-breadcrumb__item:not(:last-child) {
  position: relative;
}
.p-breadcrumb__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -28px;
  content: "";
  width: 8px;
  height: 6px;
  translate: -10px -50%;
  background: url(./assets/images/common/icon_arrow_secondary.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 1024px) {
  .p-breadcrumb__item {
    font-size: clamp(14px, 0.8333svw, 16px);
  }
  .p-breadcrumb__item:not(:last-child)::after {
    right: calc(clamp(26px, 1.718svw, 33px) * -1);
    width: 10px;
    height: 8px;
    translate: -8px -50%;
  }
}
.p-breadcrumb__link {
  text-decoration: none;
}

.p-schedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  container-type: inline-size;
  container-name: scheduleBox;
}
@media print, screen and (width > 1024px) {
  .p-schedule {
    width: clamp(510px, 41.098svw, 748px);
    padding: 35px 40px 30px;
    border-radius: 40px;
  }
}
.p-schedule__title {
  width: 100%;
  margin-bottom: 19px;
  text-align: center;
  color: var(--color-site-tertiary);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}
@media print, screen and (width > 1024px) {
  .p-schedule__title {
    text-align: left;
    font-size: max(20px, 3.759cqw);
  }
}
.p-schedule__table {
  width: 44.91cqw;
}
@media only screen and (width <= 1024px) {
  .p-schedule__table {
    flex: 1 0 1%;
    width: 100%;
  }
}
.p-schedule__caption {
  text-align: left;
  font-size: clamp(16px, 4.972cqw, 18px);
  font-weight: 700;
  line-height: 40px;
  border-bottom: 1px solid #B2B2B2;
}
@media print, screen and (width > 1024px) {
  .p-schedule__caption {
    margin-bottom: 6px;
    padding-bottom: 6px;
    font-size: max(13px, 2.706cqw);
    line-height: 6.015cqw;
  }
}
.p-schedule__caption__label {
  color: var(--color-site-secondary);
}
.p-schedule__caption__time {
  color: var(--color-site-quinary);
}
.p-schedule__week, .p-schedule__mark {
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  font-weight: 500;
}
.p-schedule__week:not(:last-child), .p-schedule__mark:not(:last-child) {
  padding-right: min(5.524cqw, 20px);
}
@media print, screen and (width > 1024px) {
  .p-schedule__week, .p-schedule__mark {
    line-height: 6.01cqw;
  }
  .p-schedule__week:not(:last-child), .p-schedule__mark:not(:last-child) {
    padding-right: 3cqw;
  }
}
.p-schedule__week {
  font-size: 16px;
}
@media print, screen and (width > 1024px) {
  .p-schedule__week {
    font-size: max(12px, 2.406cqw);
  }
}
.p-schedule__mark {
  font-size: 20px;
}
@media print, screen and (width > 1024px) {
  .p-schedule__mark {
    font-size: max(16px, 3cqw);
  }
}
.p-schedule__open {
  color: var(--color-site-secondary);
}
.p-schedule__book {
  color: var(--color-site-secondary);
}
.p-schedule__close {
  color: var(--color-site-quinary);
}
.p-schedule__note {
  width: 100%;
  margin-top: 16px;
  color: var(--color-site-quinary);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
@media print, screen and (width > 1024px) {
  .p-schedule__note {
    margin-top: 20px;
    font-size: max(12px, 2.255cqw);
  }
}

.p-status {
  position: fixed;
  z-index: 4;
  right: 20px;
  bottom: 0;
  display: grid;
  width: calc(100% - 40px);
  padding: 11px 15px;
  transition: opacity 0.3s;
  opacity: 1;
  border-radius: 10px 10px 0 0;
  background-color: var(--color-site-secondary);
  grid-template-columns: auto 1fr;
  column-gap: 9px;
  place-items: center;
}
@media print, screen and (width > 1024px) {
  .p-status {
    right: 40px;
    bottom: 40px;
    width: 295px;
    padding: 12px 7px 7px;
    border-radius: 40px;
    grid-template-columns: 100%;
  }
}
.p-status.is-fade {
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
}
.p-status__hd {
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.42;
}
@media print, screen and (width > 1024px) {
  .p-status__hd {
    padding-bottom: 7px;
    font-size: 21px;
  }
}
.p-status__inner {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
}
@media print, screen and (width > 1024px) {
  .p-status__inner {
    padding: 0 10px 14px 10px;
    border-radius: 10px 10px 35px 35px;
  }
}
.p-status__date {
  position: relative;
  top: -3px;
  color: #887363;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}
@media print, screen and (width > 1024px) {
  .p-status__date {
    font-size: 25px;
    line-height: 1.4;
  }
}
.p-status__date__big {
  margin: 0 3px;
  font-size: 30px;
}
@media print, screen and (width > 1024px) {
  .p-status__date__big {
    margin: 0 5px 0 10px;
    font-size: 45px;
  }
}
.p-status__txt {
  color: var(--color-site-secondary);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}
@media print, screen and (width > 1024px) {
  .p-status__txt {
    font-size: 21px;
    line-height: 1.4;
  }
}

.p-jumbotron {
  position: relative;
  margin: 0 auto 160px;
  padding-top: 114px;
  overflow-x: clip;
  container-type: inline-size;
  container-name: jumbotron;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron {
    width: min(96.619svw, 1640px);
    padding-top: 211px;
  }
}
.p-jumbotron__title {
  display: grid;
  place-items: center;
  row-gap: 6px;
  padding: 0 20px;
  text-align: center;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__title {
    row-gap: 20px;
  }
}
.p-jumbotron__main {
  letter-spacing: 0.12em;
  color: var(--color-site-secondary);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.45;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__main {
    font-size: 60px;
  }
}
.p-jumbotron__sub {
  letter-spacing: 0.26em;
  color: var(--color-site-tertiary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.p-jumbotron__sub::first-letter {
  text-transform: uppercase;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__sub {
    font-size: 30px;
  }
}
.p-jumbotron__img {
  position: absolute;
  pointer-events: none;
}
.p-jumbotron__img--01 {
  bottom: -112px;
  left: 50%;
  width: 86px;
  translate: -8px 0;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__img--01 {
    left: auto;
    right: min(14.756097561cqw, 242px);
    bottom: -72px;
    width: min(11.1585365854cqw, 183px);
  }
}
.p-jumbotron__img--02 {
  right: 50%;
  bottom: -80px;
  width: 40px;
  translate: -12px 0;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__img--02 {
    left: min(18.2926829268cqw, 300px);
    right: auto;
    bottom: 36px;
    width: min(5cqw, 82px);
  }
}
.p-jumbotron__img--03 {
  bottom: -90px;
  left: 50%;
  width: 122px;
  translate: 50px 0;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__img--03 {
    left: auto;
    right: 0;
    bottom: -12px;
    width: min(15.7317073171cqw, 258px);
  }
}
.p-jumbotron__img--04 {
  right: 50%;
  bottom: -107px;
  width: 104px;
  translate: -45px 0;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__img--04 {
    left: max(3.7804878049cqw, 62px);
    right: auto;
    bottom: -43px;
    width: min(13.5975609756cqw, 223px);
  }
}

.p-calendar {
  width: 100%;
  aspect-ratio: 360/400;
}
.p-calendar iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media print, screen and (width > 1024px) {
  .p-calendar {
    aspect-ratio: 530/360;
    margin-bottom: 50px;
  }
}

.p-accessmap {
  width: 100%;
  aspect-ratio: 360/212;
}
.p-accessmap iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media print, screen and (width > 1024px) {
  .p-accessmap {
    align-self: 530/310;
  }
}

.p-info {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.666;
}
@media print, screen and (width > 1024px) {
  .p-info {
    text-align: left;
  }
}
@media print, screen and (width > 1024px) {
  .p-info__tel {
    pointer-events: none;
  }
}
.p-info__tel__number {
  position: relative;
  text-decoration: none !important;
  color: inherit;
}

.p-sns {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: 34px;
  margin: 20px auto 0;
  column-gap: 17px;
}
@media print, screen and (width > 1024px) {
  .p-sns {
    justify-content: flex-start;
    height: 46px;
    margin-top: 55px;
    column-gap: 23px;
  }
}
.p-sns__item {
  height: 100%;
}
.p-sns__link {
  display: block;
  height: 100%;
}
.p-sns__img {
  width: auto;
  height: 100%;
}

.p-copyright {
  margin: 20px auto 0;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 500;
  line-height: 46px;
}
@media print, screen and (width > 1024px) {
  .p-copyright {
    margin: 145px 0 0;
    text-align: left;
    font-size: 15px;
  }
}

.p-entrylist {
  margin: 0 auto 0;
  width: calc(100% - 40px);
}
@media print, screen and (width > 1024px) {
  .p-entrylist {
    width: min(100% - 40px, 1200px);
  }
}
.p-entrylist__item:not(:last-child) {
  border-bottom: 1px dashed var(--color-border-primary);
  margin-bottom: 20px;
}
@media print, screen and (width > 1024px) {
  .p-entrylist__item:not(:last-child) {
    margin-bottom: 35px;
  }
}
.p-entrylist__link {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 20px;
  gap: 4px 12px;
}
@media print, screen and (width > 1024px) {
  .p-entrylist__link {
    flex-wrap: nowrap;
    padding-bottom: 35px;
    column-gap: 20px;
  }
}
.p-entrylist__link .c-category {
  position: relative;
  top: 2px;
}
@media print, screen and (width > 1024px) {
  .p-entrylist__link .c-category {
    top: 4px;
  }
}
.p-entrylist__time {
  white-space: nowrap;
  color: var(--color-site-secondary);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}
@media print, screen and (width > 1024px) {
  .p-entrylist__time {
    font-size: 23px;
  }
}
.p-entrylist__txt {
  position: relative;
  width: 100%;
  padding-right: 23px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}
@media print, screen and (width > 1024px) {
  .p-entrylist__txt {
    padding-right: 45px;
    font-size: 23px;
  }
}
.p-entrylist__txt::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 11px;
  content: "";
  background-color: var(--color-site-primary);
  translate: 0 -50%;
  mask-image: url(./assets/images/common/icon_arrow_primary.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100%;
  rotate: 180deg;
}
@media print, screen and (width > 1024px) {
  .p-entrylist__txt::after {
    right: 12px;
    width: 11px;
    height: 14px;
  }
}

.p-pagetitle {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media print, screen and (width > 1024px) {
  .p-pagetitle {
    align-items: center;
    margin-bottom: 75px;
  }
}
.p-pagetitle__txt {
  margin-bottom: 10px;
  color: var(--color-site-tertiary);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (width > 1024px) {
  .p-pagetitle__txt {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 1.85;
  }
}
.p-pagetitle__time {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
@media print, screen and (width > 1024px) {
  .p-pagetitle__time {
    font-size: 23px;
  }
}
.p-pagetitle .c-category {
  margin-bottom: 15px;
}

.p-pager {
  height: 35px;
  margin-top: 35px;
}
@media print, screen and (width > 1024px) {
  .p-pager {
    height: 41px;
    margin-top: 50px;
  }
}
.p-pager__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100%;
  margin: auto;
  padding: 0 40px;
  column-gap: 5px;
}
@media print, screen and (width > 1024px) {
  .p-pager__list {
    padding: 0 47px;
    column-gap: 7px;
  }
}
.p-pager__item {
  width: 35px;
  height: 100%;
}
@media print, screen and (width > 1024px) {
  .p-pager__item {
    width: 41px;
  }
}
.p-pager__item .page-numbers {
  display: grid;
  width: 100%;
  height: 100%;
  color: #000;
  border-radius: 10px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 900;
  place-items: center;
}
@media print, screen and (width > 1024px) {
  .p-pager__item .page-numbers {
    font-size: 23px;
  }
}
.p-pager__item .page-numbers.current, .p-pager__item .page-numbers:hover {
  color: #fff;
  background-color: var(--color-site-secondary);
}
.p-pager__arrow {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 10px;
}
@media print, screen and (width > 1024px) {
  .p-pager__arrow {
    width: 41px;
    height: 41px;
  }
}
.p-pager__arrow--first, .p-pager__arrow--last {
  position: absolute;
  top: 0;
}
.p-pager__arrow--first .p-pager__icon, .p-pager__arrow--last .p-pager__icon {
  grid-template-columns: repeat(2, auto);
}
.p-pager__arrow--first .p-pager__icon::after, .p-pager__arrow--last .p-pager__icon::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  rotate: 45deg;
}
@media print, screen and (width > 1024px) {
  .p-pager__arrow--first .p-pager__icon::after, .p-pager__arrow--last .p-pager__icon::after {
    width: 10px;
    height: 10px;
  }
}
.p-pager__arrow--first {
  left: 0;
}
.p-pager__arrow--first .p-pager__icon::before, .p-pager__arrow--first .p-pager__icon::after {
  rotate: 225deg;
}
.p-pager__arrow--first .p-pager__icon::after {
  margin-left: -9px;
}
@media print, screen and (width > 1024px) {
  .p-pager__arrow--first .p-pager__icon::after {
    margin-left: -5px;
  }
}
.p-pager__arrow--first .p-pager__icon::before {
  margin-right: -13px;
}
@media print, screen and (width > 1024px) {
  .p-pager__arrow--first .p-pager__icon::before {
    margin-right: -20px;
  }
}
.p-pager__arrow--last {
  right: 0;
}
.p-pager__arrow--last .p-pager__icon::after {
  margin-left: -13px;
}
@media print, screen and (width > 1024px) {
  .p-pager__arrow--last .p-pager__icon::after {
    margin-left: -15px;
  }
}
.p-pager__arrow--last .p-pager__icon::before {
  margin-right: -10px;
}
@media print, screen and (width > 1024px) {
  .p-pager__arrow--last .p-pager__icon::before {
    margin-right: -9px;
  }
}
.p-pager__arrow--prev {
  left: 0;
}
.p-pager__arrow--prev .p-pager__icon::before {
  rotate: 225deg;
  margin-right: -2px;
}
.p-pager__arrow--next {
  right: 0;
}
.p-pager__arrow--next .p-pager__icon::before {
  margin-left: -2px;
}
.p-pager__arrow:hover {
  background-color: var(--color-site-secondary);
}
.p-pager__arrow:hover .p-pager__icon::before, .p-pager__arrow:hover .p-pager__icon::after {
  border-right-color: #fff;
  border-top-color: #fff;
}
.p-pager__icon {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}
.p-pager__icon::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  rotate: 45deg;
}
@media print, screen and (width > 1024px) {
  .p-pager__icon::before {
    width: 10px;
    height: 10px;
  }
}
.p-pager--single {
  margin: 40px auto 0;
  width: calc(100% - 70px);
}
@media print, screen and (width > 1024px) {
  .p-pager--single {
    width: min(100% - 40px, 1200px);
  }
}
@media print, screen and (width > 1024px) {
  .p-pager--single {
    width: 328px;
    margin-top: 100px;
  }
}
.p-pager--single__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-pager--single__item {
  width: fit-content;
}
.p-pager--single__link {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 17px;
  padding-bottom: 6px;
  color: var(--color-site-secondary);
}
.p-pager--single__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-site-secondary);
  border-radius: 10px;
}
.p-pager--single__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.444;
}
.p-pager--single__icon {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  background-color: var(--color-site-secondary);
  border-radius: 50%;
}
.p-pager--single__icon::before {
  content: "";
  width: 6px;
  height: 9px;
  -webkit-mask-image: url(./assets/images/common/icon_arrow_primary.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(./assets/images/common/icon_arrow_primary.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
}
.p-pager--single__icon:last-child::before {
  rotate: 180deg;
}

.p-staff {
  margin: 0 auto 0;
  width: calc(100% - 40px);
}
@media print, screen and (width > 1024px) {
  .p-staff {
    width: min(100% - 40px, 1200px);
  }
}
.p-staff {
  display: grid;
  row-gap: 100px;
}
@media print, screen and (width > 1024px) {
  .p-staff {
    row-gap: 150px;
  }
}
.p-staff__section {
  display: grid;
  row-gap: 12px;
}
@media print, screen and (width > 1024px) {
  .p-staff__section {
    grid-template-columns: 46.666% 1fr;
    gap: 0 7.666%;
  }
}
.p-staff__photo {
  overflow: hidden;
  width: 100%;
  border-radius: 70px;
}
@media print, screen and (width > 1024px) {
  .p-staff__photo {
    border-radius: 150px;
  }
}
.p-staff__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (width <= 1024px) {
  .p-staff__info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p-staff__position {
  width: fit-content;
  margin-bottom: 14px;
  padding: 10px 14px;
  color: #fff;
  border-radius: 50px;
  background-color: var(--color-site-tertiary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (width > 1024px) {
  .p-staff__position {
    margin-bottom: 25px;
    padding: 10px 17px;
    font-size: 20px;
  }
}
.p-staff__namebox {
  display: grid;
  margin-bottom: 28px;
  row-gap: 24px;
  place-items: center;
}
@media print, screen and (width > 1024px) {
  .p-staff__namebox {
    margin-bottom: 40px;
    grid-template-columns: auto 1fr;
    gap: 0 20px;
    place-items: end start;
  }
}
.p-staff__name {
  color: var(--color-site-secondary);
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (width > 1024px) {
  .p-staff__name {
    font-size: 40px;
  }
}
.p-staff__ruby {
  color: #515151;
  font-size: 15px;
  line-height: 1;
}
@media print, screen and (width > 1024px) {
  .p-staff__ruby {
    font-size: 20px;
  }
}
.p-staff__profession {
  margin-bottom: 33px;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
}
@media print, screen and (width > 1024px) {
  .p-staff__profession {
    margin-bottom: 41px;
    font-size: 20px;
  }
}
.p-staff__ctitle {
  width: fit-content;
  margin-bottom: 15px;
  padding: 8px 12px;
  color: #fff;
  border-radius: 10px;
  background-color: var(--color-site-secondary);
  font-size: 15px;
  line-height: 1;
}
@media print, screen and (width > 1024px) {
  .p-staff__ctitle {
    font-size: 17px;
  }
}
.p-staff__career {
  color: #000;
  text-align: center;
  font-size: 13px;
  line-height: 1.9;
}
@media print, screen and (width > 1024px) {
  .p-staff__career {
    text-align: left;
    font-size: 17px;
    line-height: 2;
  }
}

.p-faq {
  position: relative;
  padding: 40px 30px 50px;
}
@media print, screen and (width > 1024px) {
  .p-faq {
    padding: 7.5cqw 8.75cqw 8.75cqw;
  }
}
.p-faq::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  border-radius: 50px;
  background-color: #fff;
  -webkit-filter: blur(19.5px);
  filter: blur(19.5px);
}
.p-faq__item {
  position: relative;
  z-index: 2;
}
.p-faq__item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--color-border-primary);
}
@media print, screen and (width > 1024px) {
  .p-faq__item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 50px;
  }
}
.p-faq__title, .p-faq__answer {
  display: grid;
  grid-template-columns: 25px 1fr;
  place-items: start;
  column-gap: 6px;
}
@media print, screen and (width > 1024px) {
  .p-faq__title, .p-faq__answer {
    grid-template-columns: 46px 1fr;
    column-gap: 15px;
  }
}
.p-faq__title::before, .p-faq__answer::before {
  width: 25px;
  height: 25px;
  padding-top: 2px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (width > 1024px) {
  .p-faq__title::before, .p-faq__answer::before {
    width: 46px;
    height: 46px;
    padding-top: 6px;
    font-size: 30px;
  }
}
.p-faq__title {
  margin-bottom: 10px;
  color: var(--color-site-tertiary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
@media print, screen and (width > 1024px) {
  .p-faq__title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 2;
  }
}
.p-faq__title::before {
  content: "Q";
  background-color: var(--color-site-tertiary);
}
.p-faq__answer {
  place-items: start;
}
.p-faq__answer::before {
  content: "A";
  background-color: var(--color-site-secondary);
}
.p-faq__answer .l-article__body {
  width: 100%;
}
@media print, screen and (width > 1024px) {
  .p-faq__answer .l-article__body {
    padding-top: 10px;
  }
}

.p-definition {
  display: grid;
}
@media print, screen and (width > 1024px) {
  .p-definition {
    grid-template-columns: auto 1fr;
    gap: 25px 28px;
  }
}
.p-definition__title {
  padding: 9px 20px;
  color: #fff;
  border-radius: 20px;
  background-color: var(--color-site-secondary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (width > 1024px) {
  .p-definition__title {
    align-self: start;
    min-width: 200px;
    padding-top: 7px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 18px;
  }
}
.p-definition__text {
  padding: 10px 20px 18px;
  color: #000;
  font-size: 18px;
  line-height: 1.6;
}
@media print, screen and (width > 1024px) {
  .p-definition__text {
    padding: 1px 0;
    font-size: 20px;
  }
}

.p-lnav {
  margin-bottom: 50px;
}
@media print, screen and (width > 1024px) {
  .p-lnav {
    margin-bottom: 95px;
  }
}
.p-lnav__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media print, screen and (width > 1024px) {
  .p-lnav__list {
    gap: 3.666cqw;
  }
}
.p-lnav__item {
  width: calc((100% - 10px) / 2);
  height: 44px;
}
@media print, screen and (width > 1024px) {
  .p-lnav__item {
    width: calc((100% - 3.666cqw - 3.666cqw) / 3);
    height: 68px;
  }
}
.p-lnav__link {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  color: var(--color-site-secondary);
  border: 2px solid var(--color-site-secondary);
  border-radius: 50px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  place-items: center;
}
@media print, screen and (width > 1024px) {
  .p-lnav__link {
    font-size: clamp(20px, 2.0161290323vw, 25px);
  }
  .p-lnav__link:hover {
    color: #fff;
    background-color: var(--color-site-secondary);
  }
  .p-lnav__link:hover::after {
    background-color: #fff;
  }
}
.p-lnav__link::after {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 22px;
  height: 16px;
  content: "";
  background-color: var(--color-site-secondary);
  translate: 0 -50%;
  mask-image: url(./assets/images/common/icon_paw.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
@media print, screen and (width > 1024px) {
  .p-lnav__link::after {
    right: 19px;
    width: 24px;
    height: 18px;
  }
}
.p-lnav__link.is_current {
  pointer-events: none;
  color: #fff;
  background-color: var(--color-site-secondary);
}
.p-lnav__link.is_current::after {
  background-color: #fff;
}
@media only screen and (width <= 1024px) {
  .p-lnav--odd .p-lnav__item:first-child {
    width: 100%;
  }
}

.p-cnav {
  margin: 60px auto 0;
  width: calc(100% - 40px);
}
@media print, screen and (width > 1024px) {
  .p-cnav {
    width: min(100% - 40px, 1200px);
  }
}
.p-cnav {
  container-type: inline-size;
  container-name: cNav;
}
@media print, screen and (width > 1024px) {
  .p-cnav {
    margin-top: 0;
    margin-bottom: 90px;
  }
}
.p-cnav--index {
  position: relative;
  display: grid;
  width: 180px;
  height: 32px;
  margin: 0 auto 34px;
  color: var(--color-site-secondary);
  border: 2px solid var(--color-site-secondary);
  border-radius: 10px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  place-items: center;
}
@media print, screen and (width > 1024px) {
  .p-cnav--index {
    width: 290px;
    height: 60px;
    border-radius: 20px;
    font-size: 20px;
  }
}
.p-cnav--index::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 9px;
  content: "";
  pointer-events: none;
  background-color: var(--color-site-secondary);
  translate: 0 -50%;
  mask-image: url(./assets/images/common/icon_paw.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
@media print, screen and (width > 1024px) {
  .p-cnav--index::after {
    right: 14px;
    width: 18px;
    height: 14px;
  }
}
.p-cnav--index:hover {
  color: #fff;
  background-color: var(--color-site-secondary);
}
.p-cnav--index:hover::after {
  background-color: #fff;
}
.p-cnav__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.055cqw 2.222cqw;
}
@media print, screen and (width > 1024px) {
  .p-cnav__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px 1.666cqw;
  }
}
.p-cnav__item.is-current .p-cnav__link {
  color: #fff;
  background-color: var(--color-site-secondary);
}
.p-cnav__item.is-current .p-cnav__link::after {
  background-color: #fff;
}
.p-cnav__item.is-current .p-cnav__title, .p-cnav__item.is-current .p-cnav__txt {
  color: #fff;
}
.p-cnav__link {
  position: relative;
  display: grid;
  place-items: start center;
  grid-template-rows: auto 1fr;
  height: 100%;
  padding: 10px 2.2222222222cqw 15px;
  color: var(--color-site-secondary);
  text-align: center;
  border: 2px solid var(--color-site-secondary);
  border-radius: 10px;
  background-color: #fff;
}
@media print, screen and (width > 1024px) {
  .p-cnav__link {
    padding: 1.1666666667cqw 0.8333333333cqw 1.5833333333cqw;
    border-radius: 20px;
  }
}
.p-cnav__link::after {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 12px;
  height: 9px;
  content: "";
  pointer-events: none;
  background-color: var(--color-site-secondary);
  mask-image: url(./assets/images/common/icon_paw.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
@media print, screen and (width > 1024px) {
  .p-cnav__link::after {
    top: 12px;
    right: 14px;
    width: 18px;
    height: 14px;
  }
}
.p-cnav__link:hover {
  color: #fff;
  background-color: var(--color-site-secondary);
}
.p-cnav__link:hover .p-cnav__title, .p-cnav__link:hover .p-cnav__txt {
  color: #fff;
}
.p-cnav__link:hover::after {
  background-color: #fff;
}
.p-cnav__title {
  color: var(--color-site-secondary);
  font-size: min(4.1666666667cqw, 15px);
  line-height: 2;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .p-cnav__title {
    font-size: min(1.6666666667cqw, 20px);
    line-height: 1.5;
  }
}
.p-cnav__txt {
  margin-top: 5px;
  color: var(--color-site-primary);
  font-size: min(3.0555555556cqw, 11px);
  font-weight: 500;
  line-height: 1.8;
}
@media print, screen and (width > 1024px) {
  .p-cnav__txt {
    font-size: min(1.1666666667cqw, 14px);
    line-height: 1.7;
  }
}
@media print, screen and (width > 1024px) {
  .p-cnav__txt br {
    display: none;
  }
}

.top-wrapper {
  position: relative;
  z-index: 3;
  overflow-x: clip;
}
.top-wrapper__inner {
  position: relative;
  padding: 86px 0 85px;
}
.top-wrapper__inner::before, .top-wrapper__inner::after {
  position: absolute;
  z-index: 2;
  left: 50%;
  translate: -50% 0;
  content: "";
  width: 1732px;
  height: 500px;
  background-image: url(./assets/images/top/img_bg_content_top.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}
.top-wrapper__inner::before {
  top: 0;
}
.top-wrapper__inner::after {
  bottom: -256px;
  rotate: 180deg;
}
@media print, screen and (width > 1024px) {
  .top-wrapper__inner {
    padding: 225px 0 204px;
  }
  .top-wrapper__inner::before, .top-wrapper__inner::after {
    width: max(2569px, 100svw);
    height: 1500px;
  }
  .top-wrapper__inner::before {
    top: -220px;
  }
  .top-wrapper__inner::after {
    bottom: -400px;
  }
}
.top-wrapper .top-title {
  display: grid;
  place-items: center;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 10px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-title {
    margin-bottom: 30px;
  }
}
.top-wrapper .top-title__main {
  color: var(--color-site-tertiary);
  font-size: 30px;
  line-height: 2;
}
@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: 20px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-title__sub {
    font-size: 25px;
  }
}
@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 {
  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-size: 17px;
  font-weight: 500;
  line-height: 1.8;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-txt {
    font-size: 18px;
    line-height: 2.5;
  }
}
.top-wrapper .top-mv {
  padding-top: 93px;
  margin-bottom: 46px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv {
    display: grid;
    grid-template-columns: 1fr min(48.725%, 767px) min(48.725%, 767px) 1fr;
    padding-top: 18.02svw;
    margin-bottom: 0;
  }
}
.top-wrapper .top-mv__catchcopy {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  color: var(--color-site-secondary);
  font-weight: 700;
  font-size: min(8.208svw, 33px);
  line-height: 1.33;
  letter-spacing: 0.12em;
  text-align: center;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__catchcopy {
    grid-column: 2/3;
    padding-left: 0;
    text-align: left;
    font-size: min(3.811svw, 60px);
    line-height: 1.45;
  }
}
.top-wrapper .top-mv__images {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 130svw;
  margin-top: -27svw;
  background: url(./assets/images/top/img_mv.png) no-repeat left -32.83svw top;
  background-size: 188.25svw auto;
  container-type: inline-size;
  container-name: mvImg;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__images {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 73.229svw;
    height: 100svh;
    background-size: 92.395svw auto;
    background-position: right -19.01svw top -2.291svw;
  }
}
.top-wrapper .top-mv__animation {
  position: absolute;
  height: auto;
}
.top-wrapper .top-mv__animation--01 {
  width: 19cqw;
  top: 83.75cqw;
  left: 46cqw;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__animation--01 {
    width: 12.597cqw;
    top: 53.167cqw;
    left: 57.651cqw;
  }
}
.top-wrapper .top-mv__animation--02 {
  width: 18cqw;
  top: 63cqw;
  left: 64cqw;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__animation--02 {
    width: 12.028cqw;
    top: 39.43cqw;
    left: 65.195cqw;
  }
}
.top-wrapper .top-mv__animation--03 {
  width: 26cqw;
  top: 71.75cqw;
  left: 75.55cqw;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__animation--03 {
    width: 14.21cqw;
    top: 41.557cqw;
    left: 80.288cqw;
    rotate: 10.5deg;
  }
}
.top-wrapper .top-mv__animation--04 {
  width: 26.25cqw;
  top: 82cqw;
  left: 16.25cqw;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__animation--04 {
    width: 17.722cqw;
    top: 52.313cqw;
    left: 33.096cqw;
  }
}
.top-wrapper .top-mv__animation--05 {
  width: 8cqw;
  top: 52cqw;
  left: 30.5cqw;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__animation--05 {
    width: 3.75cqw;
    top: 34.174cqw;
    left: 43.914cqw;
  }
}
.top-wrapper .top-mv__lead {
  position: relative;
  z-index: 2;
  margin-top: -22.5svw;
  color: var(--color-site-quinary);
  font-weight: 700;
  font-size: min(5svw, 20px);
  line-height: 2.3;
  text-align: center;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-mv__lead {
    grid-column: 2/3;
    margin-top: 20px;
    margin-bottom: 8.333svw;
    text-align: left;
    font-size: min(1.461svw, 23px);
    line-height: 2;
  }
}
.top-wrapper .top-intro {
  margin: 0 auto 0;
  width: calc(100% - 40px);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-intro {
    width: min(100% - 40px, 1780px);
  }
}
.top-wrapper .top-intro {
  position: relative;
  z-index: 3;
  container-type: inline-size;
  container-name: topIntro;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-intro .p-schedule {
    width: max(510px, 42.022cqw);
    padding: 1.966cqw 2.247cqw 1.685cqw;
  }
}
.top-wrapper .top-news {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-news {
    margin-bottom: 36px;
    margin-left: 2.359cqw;
  }
}
.top-wrapper .top-news__head {
  margin-bottom: 19px;
  display: grid;
  grid-template-columns: auto 1fr;
  place-items: center start;
  column-gap: 15px;
}
.top-wrapper .top-news__title {
  color: var(--color-site-tertiary);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-news__title {
    font-size: max(20px, 1.404cqw);
  }
}
.top-wrapper .top-news__list {
  display: grid;
  row-gap: 20px;
  grid-template-columns: 100%;
}
.top-wrapper .top-news__link {
  display: block;
  color: var(--color-site-quinary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-news__link {
    display: grid;
    font-size: 18px;
    grid-template-columns: auto 1fr;
    column-gap: 25px;
  }
}
.top-wrapper .top-news__btn {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 4px;
}
.top-wrapper .top-news__btn__txt {
  padding: 4px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
  background-color: var(--color-site-secondary);
  border-radius: 50px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-news__btn__txt {
    font-size: 14px;
  }
}
.top-wrapper .top-news__btn__icon {
  width: 27px;
  height: 27px;
  background: var(--color-site-secondary) url(./assets/images/common/icon_arrow_primary.svg) no-repeat center;
  background-size: 7px 9px;
  border-radius: 50%;
  rotate: 180deg;
}
.top-wrapper .top-content {
  position: relative;
  z-index: 3;
  height: 100%;
}
.top-wrapper .top-content::before {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 300px;
  translate: -50% 0;
  content: "";
  width: 1732px;
  height: calc(100% - 300px);
  background: url(./assets/images/top/img_bg_content_middle.png) repeat-y center;
  background-size: 100% auto;
}
.top-wrapper .top-content > * {
  position: relative;
  z-index: 2;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-content::before {
    width: max(2100px, 100svw);
    height: calc(100% - 1150px);
    top: 650px;
  }
}
.top-wrapper .top-about {
  position: relative;
  z-index: 2;
  margin-bottom: 65px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-about {
    margin-bottom: 150px;
    display: grid;
    grid-template-columns: 1fr min(100% - 40px, 1446px) 1fr;
  }
}
.top-wrapper .top-about__inner {
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  row-gap: 45px;
  margin: 0 auto;
}
@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%;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-about__head .top-title {
    place-items: start;
  }
}
.top-wrapper .top-about__head .top-txt {
  margin-bottom: 25px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-about__head .top-txt {
    margin-bottom: 38px;
  }
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-about__head {
    grid-column: 2/3;
  }
}
.top-wrapper .top-about__body {
  height: 660px;
  overflow: hidden;
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-about__body {
    height: 330px;
    grid-column: 1/4;
  }
}
.top-wrapper .top-about__body > * {
  height: 100%;
}
.top-wrapper .top-about__body .swiper-slider {
  overflow: hidden;
  border-radius: 330px 0 0 330px;
  position: relative;
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-about__body .swiper-slider {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
.top-wrapper .top-about__body .swiper-slider .swiper-wrapper {
  width: 100%;
}
.top-wrapper .top-about__body .swiper-slider .swiper-wrapper .swiper-slide {
  height: 100% !important;
  width: 100% !important;
}
.top-wrapper .top-about__body .swiper-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: left center;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-about__body .swiper-slider .swiper-wrapper .swiper-slide img {
    height: 660px;
    aspect-ratio: 1141/660;
  }
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-about__link {
    text-align: center;
  }
}
.top-wrapper .top-guide {
  position: relative;
  margin: 0 auto 60px;
  padding: 70px 0 175px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-guide {
    margin-bottom: 140px;
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.top-wrapper .top-guide::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  translate: -50% 0;
  width: 1108px;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 1000px;
  -webkit-filter: blur(80.1000061035px);
  filter: blur(80.1000061035px);
  pointer-events: none;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-guide::before {
    width: 2376px;
    -webkit-filter: blur(143.1000061035px);
    filter: blur(143.1000061035px);
  }
}
.top-wrapper .top-guide .top-title {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}
.top-wrapper .top-guide .top-title .top-title__main {
  color: var(--color-site-secondary);
}
.top-wrapper .top-guide .top-title .top-title__sub {
  color: var(--color-site-tertiary);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-guide .top-title {
    margin-bottom: 32px;
  }
}
.top-wrapper .top-guide__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: auto;
  text-align: center;
  container-type: inline-size;
  container-name: guideInner;
}
.top-wrapper .top-guide__inner .top-txt {
  margin-bottom: 25px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-guide__inner .top-txt {
    margin-bottom: 45px;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-guide__inner {
    width: min(98.635svw, 1446px);
  }
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-guide__link {
    text-align: center;
  }
}
.top-wrapper .top-guide__animation {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.top-wrapper .top-guide__animation--01 {
  width: min(27.363cqw, 110px);
  top: min(55.721cqw, 224px);
  left: 50%;
  translate: min(18.407cqw, 74px) 0;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-guide__animation--01 {
    width: min(11.479944675cqw, 166px);
    top: min(1.3831258645cqw, 20px);
    translate: min(34.5089903181cqw, 499px) 0;
  }
}
.top-wrapper .top-guide__animation--02 {
  width: min(14.417cqw, 55px);
  top: max(-104px, -34.825cqw);
  left: 50%;
  translate: min(28.606cqw, 115px) 0;
  scale: -1 1;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-guide__animation--02 {
    width: min(5.5325034578cqw, 80px);
    top: max(-6.9156293223cqw, -100px);
    translate: min(29.809cqw, 437px) 0;
  }
}
.top-wrapper .top-guide__animation--03 {
  width: min(41.791cqw, 168px);
  top: max(-168px, -41.791cqw);
  right: 50%;
  translate: max(-60px, -14.925cqw) 0;
  scale: -1 1;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-guide__animation--03 {
    width: min(17.704011065cqw, 256px);
    top: max(-9.612724758cqw, -139px);
    translate: max(-24.6196403873cqw, -356px) 0;
  }
}
.top-wrapper .top-guide__animation--04 {
  width: min(36.815cqw, 148px);
  top: min(31.094cqw, 125px);
  right: 50%;
  translate: max(-70px, -17.412cqw);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-guide__animation--04 {
    width: min(15.6293222683cqw, 226px);
    top: max(-4.6334716459cqw, -67px);
    translate: max(-34.5089903181cqw, -499px) 0;
  }
}
.top-wrapper .top-blog {
  position: relative;
  z-index: 2;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-blog {
    display: grid;
    grid-template-columns: 1fr min(100% - 40px, 1636px) 1fr;
  }
}
.top-wrapper .top-blog__inner {
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  row-gap: 18px;
  width: 100%;
  margin-bottom: 90px;
  padding-bottom: 50px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-blog__inner {
    grid-column: 2/4;
    grid-template-columns: 360px 1fr;
    gap: 0 120px;
    margin-bottom: 215px;
    padding-bottom: 0;
  }
}
.top-wrapper .top-blog__head {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-blog__head {
    grid-column: 2/3;
  }
}
.top-wrapper .top-blog__head .top-title {
  position: relative;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-blog__head .top-title {
    place-items: start;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-blog__head .top-txt {
    margin-bottom: 30px;
  }
}
.top-wrapper .top-blog__body {
  grid-column: 2/3;
  grid-row: 1/2;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-blog__body {
    grid-row: 2/3;
    grid-column: 2/4;
  }
}
.top-wrapper .top-blog__body .swiper-wrapper .swiper-slide {
  width: clamp(202px, 53.866svw, 320px) !important;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-blog__body .swiper-wrapper .swiper-slide {
    width: max(16.666svw, 320px) !important;
  }
}
.top-wrapper .top-blog__thumbnail {
  position: relative;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-blog__thumbnail {
    margin-bottom: 23px;
  }
}
.top-wrapper .top-blog__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto !important;
  margin-bottom: 13px;
  border-radius: 20px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-blog__img {
    margin-bottom: 0;
    border-radius: 30px;
  }
}
.top-wrapper .top-blog__category {
  display: block;
  width: fit-content;
  margin-bottom: 5px;
  padding: 0 13px;
  background-color: var(--color-site-secondary);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.1;
  border-radius: 20px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-blog__category {
    position: absolute;
    z-index: 2;
    left: 15px;
    bottom: 0;
    translate: 0 50%;
    font-size: 15px;
  }
}
.top-wrapper .top-blog__title {
  color: var(--color-site-tertiary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-blog__title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.66;
  }
}
.top-wrapper .top-blog__time {
  font-size: 14px;
  line-height: 2.14;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-blog__time {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.top-wrapper .top-blog__control {
  grid-column: 2/3;
  grid-row: 2/3;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 53.866svw;
  pointer-events: none;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-blog__control {
    grid-row: 1/2;
    height: 320px;
  }
}
.top-wrapper .top-blog__control .swiper-button {
  position: absolute;
  top: 50%;
  display: grid;
  justify-content: initial;
  width: 38px;
  height: 38px;
  background-color: var(--color-site-secondary);
  border-radius: 50%;
  place-items: center;
  opacity: 1;
  pointer-events: initial;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-blog__control .swiper-button {
    width: 45px;
    height: 45px;
  }
}
.top-wrapper .top-blog__control .swiper-button:hover {
  opacity: 0.7;
}
.top-wrapper .top-blog__control .swiper-button.swiper-button-lock {
  display: none !important;
}
.top-wrapper .top-blog__control .swiper-button.swiper-button-disabled {
  background-color: var(--color-site-primary);
  pointer-events: none;
}
.top-wrapper .top-blog__control .swiper-button::before {
  position: relative;
  content: "";
  -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-blog__control .swiper-button::before {
  z-index: 2;
  width: 11px;
  height: 14px;
  background-color: #fff;
  -webkit-mask-image: url(./assets/images/common/icon_arrow_primary.svg);
  mask-image: url(./assets/images/common/icon_arrow_primary.svg);
}
.top-wrapper .top-blog__control .swiper-button-prev {
  left: -12px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-blog__control .swiper-button-prev {
    left: -20px;
  }
}
.top-wrapper .top-blog__control .swiper-button-next {
  right: 7px;
  scale: -1 1;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-blog__control .swiper-button-next {
    right: 38px;
  }
}
.top-wrapper .top-blog__btn {
  margin-top: 50px;
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-blog__btn {
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
  }
}
.top-wrapper .top-staff {
  margin: 0 auto 78px;
  width: calc(100% - 0);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-staff {
    width: min(100% - 40px, 1533px);
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-staff {
    margin-bottom: 150px;
  }
}
.top-wrapper .top-staff__thumbnail {
  overflow: hidden;
  border-radius: 30px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-staff__thumbnail {
    border-radius: 80px;
  }
}
.top-wrapper .top-staff__img {
  width: 100%;
  height: auto;
}
.top-wrapper .top-staff__inner {
  position: relative;
  padding: 8px 20px 0;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-staff__inner {
    padding: 37px 40px 0;
  }
}
.top-wrapper .top-staff__inner .top-title {
  margin-bottom: 8px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-staff__inner .top-title {
    padding-bottom: 20px;
    grid-template-columns: auto 1fr;
    column-gap: 26px;
    place-items: end start;
  }
  .top-wrapper .top-staff__inner .top-title .top-title__main {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .top-wrapper .top-staff__inner .top-title .top-title__sub {
    grid-row: 1/2;
    grid-column: 2/3;
    padding-bottom: 4px;
  }
}
.top-wrapper .top-staff__inner .top-txt {
  margin-bottom: 18px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-staff__inner .top-txt {
    margin-bottom: 30px;
  }
}
.top-wrapper .top-staff__animals {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  container-type: inline-size;
  container-name: staffAnimals;
  pointer-events: none;
}
.top-wrapper .top-staff__animation {
  position: absolute;
}
.top-wrapper .top-staff__animation--01 {
  width: min(21.5cqw, 86px);
  top: min(4.75cqw, 19px);
  left: min(2.5cqw, 10px);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-staff__animation--01 {
    width: 11.545cqw;
    top: 5.283cqw;
    left: auto;
    right: 13.698cqw;
  }
}
.top-wrapper .top-staff__animation--02 {
  width: min(24.25cqw, 97px);
  top: max(-14px, -3.5cqw);
  right: 0;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-staff__animation--02 {
    width: 11.024cqw;
    top: -1.956cqw;
  }
}
.top-wrapper .top-staff__animation--03 {
  width: min(23.5cqw, 94px);
  top: max(-52px, -13.5cqw);
  left: min(12.5cqw, 71px);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-staff__animation--03 {
    width: 12.72cqw;
    top: -7.697cqw;
    left: auto;
    right: 7.827cqw;
  }
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-staff__link {
    text-align: center;
  }
}
.top-wrapper .top-other {
  margin: 0 auto 0;
  width: calc(100% - 40px);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-other {
    width: min(100% - 40px, 1450px);
  }
}
.top-wrapper .top-other {
  display: grid;
  row-gap: 46px;
  container-type: inline-size;
  container-name: topOther;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-other {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7.103cqw 6.206cqw;
  }
}
.top-wrapper .top-other__section {
  position: relative;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-other__section .top-other__inner {
    padding: 3.3103448276cqw 24.6206896552cqw 6.0689655172cqw 4cqw;
  }
  .top-wrapper .top-other__section:last-child {
    grid-column: 1/3;
  }
  .top-wrapper .top-other__section:last-child .top-other__inner {
    padding: 4.1379310345cqw 20px 6.5517241379cqw;
  }
}
.top-wrapper .top-other__section::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 25px;
  pointer-events: none;
  -webkit-filter: blur(1.95px);
  filter: blur(1.95px);
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-other__section::before {
    border-radius: 50px;
    -webkit-filter: blur(19.5px);
    filter: blur(19.5px);
  }
}
.top-wrapper .top-other__section .top-title__sub {
  color: var(--color-site-tertiary);
}
.top-wrapper .top-other__section .top-title__main {
  color: var(--color-site-secondary);
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-other__section--activity .top-other__images {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(2, auto);
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-bottom: 18px;
  }
}
.top-wrapper .top-other__section--activity .top-title {
  margin-bottom: 3px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-other__section--activity .top-title {
    margin-bottom: 20px;
    place-items: start;
  }
}
.top-wrapper .top-other__section--activity .top-txt {
  margin-bottom: 13px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-other__section--activity .top-txt {
    margin-bottom: 28px;
  }
}
.top-wrapper .top-other__section--academic .top-title {
  margin-bottom: 3px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-other__section--academic .top-title {
    margin-bottom: 20px;
    place-items: start;
  }
}
.top-wrapper .top-other__section--academic .top-txt {
  margin-bottom: 10px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-other__section--academic .top-txt {
    margin-bottom: 28px;
  }
}
.top-wrapper .top-other__section--recruit .top-title {
  margin-bottom: 7px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-other__section--recruit .top-title {
    margin-bottom: 30px;
  }
}
.top-wrapper .top-other__section--recruit .top-txt {
  margin-bottom: 20px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-other__section--recruit .top-txt {
    margin-bottom: 40px;
    text-align: center;
  }
}
.top-wrapper .top-other__section--recruit .top-txt a {
  pointer-events: none;
  text-decoration: none !important;
  color: inherit !important;
}
.top-wrapper .top-other__section--recruit .top-other__link {
  text-align: center;
}
.top-wrapper .top-other__inner {
  position: relative;
  z-index: 2;
  padding: 25px 30px 65px;
}
.top-wrapper .top-other__lead {
  margin-bottom: 14px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.85;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-other__lead {
    margin-bottom: 85px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.76;
  }
}
.top-wrapper .top-other__img--activity01 {
  width: 45.8563535912cqw;
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-other__img--activity01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-other__img--activity01 {
    position: absolute;
    width: 16cqw;
    top: -14px;
    right: 6.4827586207cqw;
  }
}
.top-wrapper .top-other__img--activity02 {
  width: 40.3314917127cqw;
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-other__img--activity02 {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-top: 15.1933701657cqw;
    margin-left: 4.4198895028cqw;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-other__img--activity02 {
    position: absolute;
    width: 14.0689655172cqw;
    top: 13.6551724138cqw;
    right: -3.2413793103cqw;
  }
}
.top-wrapper .top-other__img--activity03 {
  width: 29.0055248619cqw;
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-other__img--activity03 {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-left: 30.6629834254cqw;
  }
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-other__img--activity03 {
    position: absolute;
    width: 10.1379310345cqw;
    top: 24.7586206897cqw;
    right: 10.3448275862cqw;
  }
}
.top-wrapper .top-other__img--academic {
  display: block;
  width: 56.3535911602cqw;
  margin: 0 auto 24px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-other__img--academic {
    position: absolute;
    width: 18.6206896552cqw;
    top: 7.2413793103cqw;
    right: 3.4482758621cqw;
    margin: 0;
  }
}
.top-wrapper .top-other__img--recruit {
  display: block;
  width: calc(100% + 30px);
  margin: 0 0 13px -15px;
}
@media print, screen and (width > 1024px) {
  .top-wrapper .top-other__img--recruit {
    width: 703px;
    margin: 0 auto 45px;
  }
}
@media only screen and (width <= 1024px) {
  .top-wrapper .top-other__link {
    text-align: center;
  }
}
