@charset "UTF-8";
:root {
  --grayscale-100: #202020;
  --grayscale-tint-10: #404040;
  --grayscale-tint-20: #606060;
  --grayscale-tint-30: #808080;
  --grayscale-tint-40: #9f9f9f;
  --grayscale-tint-50: #bfbfbf;
  --grayscale-tint-60: #dfdfdf;
  --grayscale-tint-70: #e6e6e6;
  --grayscale-tint-80: #ececec;
  --grayscale-tint-85: #f1f1f1;
  --grayscale-tint-90: #f7f7f7;
  --grayscale-tint-95: #fbfbfb;
  --grayscale-tint-97: #fdfdfd;
  --grayscale-tint-98: #fefefe;
  --grayscale-tint-99: #ffffff;
  --main-100: #0883af;
  --main-tint-10: #1f8fb5;
  --main-tint-20: #359ac0;
  --main-tint-30: #4aa6c8;
  --main-tint-40: #60b2d1;
  --main-tint-50: #75bed9;
  --main-tint-60: #8bc9e1;
  --main-tint-70: #a1d5e8;
  --main-tint-80: #b6e1f0;
  --main-tint-90: #d0edf7;
  --main-tint-95: #e3f5fb;
  --main-tint-97: #ebf8fd;
  --sub-100: #2e8f75;
  --sub-alpha-5: #2e8f750d;
  --sub-alpha-10: #2e8f751a;
  --sub-alpha-20: #2e8f7533;
  --sub-alpha-30: #2e8f754d;
  --sub-alpha-40: #2e8f7566;
  --sub-alpha-50: #2e8f7580;
  --sub-alpha-60: #2e8f7599;
  --sub-alpha-70: #2e8f75b2;
  --sub-alpha-80: #2e8f75cc;
  --sub-alpha-90: #2e8f75e5;
  --sub-shade-10: #297d66;
  --sub-shade-20: #246c58;
  --sub-shade-30: #1f5a49;
  --sub-shade-40: #19493b;
  --sub-shade-50: #14372c;
  --sub-shade-60: #0f251e;
  --sub-shade-70: #0a1410;
  --sub-shade-80: #050908;
  --sub-shade-90: #030504;
  --sub-shade-95: #010302;
  --sub-tint-10: #419a81;
  --sub-tint-20: #55a68e;
  --sub-tint-30: #69b19a;
  --sub-tint-40: #7dbda7;
  --sub-tint-50: #91c9b4;
  --sub-tint-60: #a5d5c1;
  --sub-tint-70: #b9e1cd;
  --sub-tint-80: #ceeeda;
  --sub-tint-90: #e2fae7;
  --sub-tint-95: #ecfdf1;
  --sub-tint-97: #f2fef6;
  --white-100: #ffffff;
  --white-alpha-5: #ffffff0d;
  --white-alpha-10: #ffffff1a;
  --white-alpha-15: #ffffff26;
  --white-alpha-20: #ffffff33;
  --white-alpha-30: #ffffff4d;
  --white-alpha-40: #ffffff66;
  --white-alpha-50: #ffffff80;
  --white-alpha-60: #ffffff99;
  --white-alpha-70: #ffffffb2;
  --white-alpha-80: #ffffffcc;
  --white-alpha-90: #ffffffe5;
  --accent: var(--sub-100);
  --background-1: #f2f7f8;
  --background-2: #f1f6f3;
  --background-3: #f5f1ef;
  --background-4: #eff4f5;
  --border: #dfdfdf;
  --border-dark: var(--main-tint-70);
  --gray: var(--grayscale-tint-40);
  --main: var(--main-100);
  --main-active: var(--main-tint-40);
  --main-alpha: #0883af40;
  --main-sub: var(--main-tint-30);
  --text: var(--grayscale-100);
  --LP-blue: #0883af;
  --LP-brown: #2f1909;
  --LP-green: #2e8f75;
  --LP-light-blue: #60b2d1;
  --LP-light-yellow: #f6c24e;
  --LP-orange: #f0a554;
  --LP-pink: #e3adb1;
  --LP-purple: #c889bf;
  --LP-red: #c86457;
  --LP-text: var(--grayscale-100);
  --LP-yellow: #f4c85a;
  --LP-baloon-light-blue: #4aa6c8;
  --LP-baloon-orange: #d47b37;
  --LP-baloon-yellow: #d4a34a;
  --bg-base: #f3f6f7;
  --bg-dot-color-1: rgba(8, 131, 175, 0.16);
  --bg-dot-color-2: rgba(46, 143, 117, 0.15);
  --bg-dot-color-3: rgba(47, 25, 9, 0.12);
  --bg-dot-size: 60px;
  --bg-dot-radius: 1.8px;
}
@media screen and (min-width: 768px), print {
  :root {
    --font-size-3xs: 0.12rem;
    --font-size-2xs: 0.13rem;
    --font-size-xs: 0.14rem;
    --font-size-sm: 0.16rem;
    --font-size-md: 0.18rem;
    --font-size-lg: 0.21rem;
    --font-size-xl: 0.24rem;
    --font-size-2xl: 0.29rem;
    --font-size-3xl: 0.36rem;
    --font-size-4xl: 0.48rem;
    --font-size-5xl: 0.72rem;
    --font-size-6xl: 1.44rem;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --font-size-3xs: 0.11rem;
    --font-size-2xs: 0.12rem;
    --font-size-xs: 0.13rem;
    --font-size-sm: 0.14rem;
    --font-size-md: 0.16rem;
    --font-size-lg: 0.18rem;
    --font-size-xl: 0.21rem;
    --font-size-2xl: 0.26rem;
    --font-size-3xl: 0.32rem;
    --font-size-4xl: 0.43rem;
    --font-size-5xl: 0.64rem;
    --font-size-6xl: 0.96rem;
  }
}
:root {
  --spacer-0: 0.04rem;
  --spacer-1: 0.08rem;
  --spacer-2: 0.12rem;
  --spacer-3: 0.16rem;
  --spacer-4: 0.2rem;
  --spacer-5: 0.24rem;
  --spacer-6: 0.32rem;
  --spacer-7: 0.4rem;
  --spacer-8: 0.52rem;
  --spacer-9: 0.64rem;
  --spacer-10: 0.84rem;
  --spacer-11: 1.04rem;
  --spacer-12: 1.36rem;
  --spacer-13: 1.68rem;
  --spacer-14: 2.2rem;
  --spacer-15: 2.72rem;
  --spacer-16: 3.56rem;
  --spacer-17: 4.4rem;
}
:root {
  --border-radius-0: 0.04rem;
  --border-radius-1: 0.08rem;
  --border-radius-2: 0.12rem;
  --border-radius-3: 0.16rem;
  --border-radius-4: 0.2rem;
  --border-radius-5: 0.24rem;
  --border-radius-6: 0.28rem;
  --border-radius-7: 0.32rem;
}
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
:root {
  --zoom-level: 1;
  --base-pc: 1536;
  --base-sp: 414;
  --base-min: 768;
  --base-max: 1536;
  --pc-size: var(--base-pc);
  --sp-size: var(--base-sp);
  --focus: var(--LP-blue);
}
:where(
  html,
  body,
  div,
  span,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  abbr,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  samp,
  small,
  strong,
  sub,
  sup,
  var,
  b,
  i,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  summary,
  time,
  mark,
  audio,
  video
) {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
:where(body) {
  line-height: 1;
}
:where(
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section
) {
  display: block;
}
:where(ul) {
  list-style: none;
}
:where(blockquote, q) {
  quotes: none;
}
:where(blockquote:before, blockquote:after, q:before, q:after) {
  content: none;
}
:where(a) {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
:where(ins) {
  background-color: #fdf5bf;
  color: var(--grayscale-100);
  text-decoration: none;
}
:where(mark) {
  background-color: #fdf5bf;
  color: var(--grayscale-100);
  font-style: italic;
  font-weight: 700;
}
:where(del) {
  text-decoration: line-through;
}
:where(abbr[title], dfn[title]) {
  border-bottom: 1px dotted;
  cursor: help;
}
:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}
:where(hr) {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
:where(input, select) {
  vertical-align: middle;
}
body,
html {
  min-height: 100%;
}
html {
  color: var(--grayscale-100);
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / calc(var(--base-sp) / 100));
  }
  html[data-device="mobile"] {
    font-size: calc(625% * calc(var(--sp-size) / var(--base-sp)));
  }
  html[data-device="pc"] {
    font-size: calc(
      calc(100vw * var(--zoom-level)) / calc(var(--base-sp) / 100)
    );
  }
}
@media screen and (min-width: 768px), print {
  html {
    font-size: calc(625% * calc(var(--base-min) / var(--base-pc)));
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(
      calc(100vw * var(--zoom-level)) / calc(var(--base-pc) / 100)
    );
  }
  html[data-device="tablet"] {
    font-size: calc(625% * calc(var(--pc-size) / var(--base-pc)));
  }
}
@media screen and (min-width: 1536px), print {
  html {
    font-size: calc(625% * calc(var(--base-max) / var(--base-pc)));
  }
}
body {
  font-family: YakuHanRP, "Zen Maru Gothic", serif;
  font-size: 160%;
  background-color: var(--bg-base);
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    url(../img/back.png);
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-position: center top, center top;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 1.6;
  }
  body.-pcMenu.-menuOpen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 1.6;
  }
  body.-menuOpen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
  }
}
#main {
  display: block;
}
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: calc(1.6rem + env(safe-area-inset-bottom));
  }
}
a {
  color: var(--main-100);
  text-decoration: underline;
}
a:hover,
a:focus-visible {
  text-decoration: none;
  color: var(--main-tint-20);
}
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}
table td img,
table th img {
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  [style*="--widthPc"] {
    width: calc(var(--widthPc) / 100 * 1rem);
  }
}
@media screen and (max-width: 767px) {
  [style*="--widthSp"] {
    width: calc(var(--widthSp) / 100 * 1rem);
  }
}
@media screen and (min-width: 768px), print {
  .telLink {
    color: var(--LP-text);
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .telLink {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px), print {
  .-pcItem {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .-pcItem {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  br.-pcItem {
    display: inline !important;
  }
}
@media screen and (min-width: 768px), print {
  .-spItem {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .-spItem {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  br.-spItem {
    display: inline !important;
  }
}
@media screen and (min-width: 768px), print {
  .-mt0 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .-mt0 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px), print {
  .-mt5 {
    margin-top: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .-mt5 {
    margin-top: 0.05rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mt10 {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .-mt10 {
    margin-top: 0.1rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mt15 {
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .-mt15 {
    margin-top: 0.15rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mt20 {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .-mt20 {
    margin-top: 0.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mt25 {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .-mt25 {
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mt30 {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .-mt30 {
    margin-top: 0.3rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mt35 {
    margin-top: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
  .-mt35 {
    margin-top: 0.35rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mt40 {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .-mt40 {
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mt45 {
    margin-top: 0.45rem;
  }
}
@media screen and (max-width: 767px) {
  .-mt45 {
    margin-top: 0.45rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mt50 {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .-mt50 {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mt55 {
    margin-top: 0.55rem;
  }
}
@media screen and (max-width: 767px) {
  .-mt55 {
    margin-top: 0.55rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mt60 {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .-mt60 {
    margin-top: 0.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mb0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .-mb0 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .-mb5 {
    margin-bottom: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .-mb5 {
    margin-bottom: 0.05rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mb10 {
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .-mb10 {
    margin-bottom: 0.1rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mb15 {
    margin-bottom: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .-mb15 {
    margin-bottom: 0.15rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mb20 {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .-mb20 {
    margin-bottom: 0.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mb25 {
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .-mb25 {
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mb30 {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .-mb30 {
    margin-bottom: 0.3rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mr0 {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .-mr0 {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px), print {
  .-mr5 {
    margin-right: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .-mr5 {
    margin-right: 0.05rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mr10 {
    margin-right: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .-mr10 {
    margin-right: 0.1rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mr15 {
    margin-right: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .-mr15 {
    margin-right: 0.15rem;
  }
}
@media screen and (min-width: 768px), print {
  .-mr20 {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .-mr20 {
    margin-right: 0.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .-ml0 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .-ml0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px), print {
  .-ml5 {
    margin-left: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .-ml5 {
    margin-left: 0.05rem;
  }
}
@media screen and (min-width: 768px), print {
  .-ml10 {
    margin-left: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .-ml10 {
    margin-left: 0.1rem;
  }
}
@media screen and (min-width: 768px), print {
  .-ml15 {
    margin-left: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .-ml15 {
    margin-left: 0.15rem;
  }
}
@media screen and (min-width: 768px), print {
  .-ml20 {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .-ml20 {
    margin-left: 0.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .-pcPadding {
    padding-left: 1.68rem;
    padding-right: 1.68rem;
  }
}
@media screen and (max-width: 767px) {
  .-spPadding {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }
}
.-textRight {
  text-align: right;
}
.-textCenter {
  text-align: center;
}
.-textLeft {
  text-align: left;
}
@media (prefers-reduced-motion: reduce) {
  .inview {
    opacity: 1 !important;
    transition-duration: 0s !important;
    animation-duration: 0s !important;
    transition-delay: 0s !important;
    animation-delay: 0s !important;
  }
  .inview * {
    opacity: 1 !important;
    transition-duration: 0s !important;
    animation-duration: 0s !important;
    transition-delay: 0s !important;
    animation-delay: 0s !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .-inviewed {
    opacity: 1 !important;
    transition-duration: 0s !important;
    animation-duration: 0s !important;
    transition-delay: 0s !important;
    animation-delay: 0s !important;
  }
  .-inviewed * {
    opacity: 1 !important;
    transition-duration: 0s !important;
    animation-duration: 0s !important;
    transition-delay: 0s !important;
    animation-delay: 0s !important;
  }
}
.screenReaderText {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}
.skipItem {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 2000;
}
.skipItem a {
  background: var(--LP-light-yellow);
  display: block;
  font-weight: 700;
  height: 1px;
  width: 100%;
  transform: translateY(-1rem);
  transition: transform 0.25s ease;
  text-indent: -9999px;
  text-decoration: none;
}
.skipItem a:focus-within {
  transform: translateY(0);
  text-indent: initial;
  height: auto;
}
@media screen and (max-width: 767px) {
  .skipItem a {
    outline: auto;
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media print {
  body {
    width: 13.66rem;
    zoom: 0.8;
  }
  .inview {
    opacity: 1 !important;
  }
}
::-moz-selection {
  background: var(--LP-light-yellow);
}
::selection {
  background: var(--LP-light-yellow);
}
.footer__top {
  text-align: center;
  padding: 0.84rem 0 0.53rem;
}
@media screen and (min-width: 768px), print {
  .footer__top {
    max-width: 12rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__top {
    margin-right: 0.24rem;
    margin-left: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__top {
    padding: 1.04rem 0 0.53rem;
  }
}
.footer__topLogo {
  width: 4.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__topLogo {
    width: 3.02rem;
  }
}
.footer__topLogo img {
  width: 100%;
}
.footer__topLogo + * {
  margin-top: 0.32rem;
}
@media screen and (max-width: 767px) {
  .footer__topLogo + * {
    margin-top: 0.4rem;
  }
}
* + .footer__topCampus {
  margin-top: 0.84rem;
}
@media screen and (max-width: 767px) {
  * + .footer__topCampus {
    margin-top: 0.79rem;
  }
}
.footer__bottom {
  padding: 0.64rem 0 1.32rem;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    padding: 0.24rem 0 1.13rem;
  }
}
.footer__bottom .ctaBanner {
  padding-top: 0;
}
@media screen and (min-width: 768px), print {
  .footer__bottomInner {
    max-width: 12rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottomInner {
    margin-right: 0.24rem;
    margin-left: 0.24rem;
  }
}
.ctaBanner + .footer__bottomInner {
  margin-top: 1.28rem;
}
@media screen and (max-width: 767px) {
  .ctaBanner + .footer__bottomInner {
    margin-top: 1.28rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .ctaBanner + .footer__bottomInner {
    margin-top: 0.84rem;
  }
}
.footer__bottomTelBlock {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spacer-3);
}
@media screen and (min-width: 768px), print {
  .footer__bottomTelIcon {
    width: 0.9143rem;
    padding-bottom: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottomTelIcon {
    width: 0.61rem;
    padding-bottom: 0.05rem;
  }
}
.footer__bottomTelIcon img {
  width: 100%;
}
.footer__bottomTel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__bottomTelLabel {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  margin-block-start: calc(0rem + var(--leading-trim));
}
@media screen and (min-width: 768px), print {
  .footer__bottomTelLabel {
    padding-right: 0.28rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottomTelLabel {
    font-size: 0.18rem;
    padding-left: 0.1rem;
  }
}
.footer__bottomTelNum {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: -0.0216rem;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer__bottomTelNum {
    font-size: 0.48rem;
    letter-spacing: -0.0144rem;
  }
}
.footer__bottomTimeBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-3);
}
* + .footer__bottomTimeBlock {
  margin-top: 0.24rem;
}
@media screen and (max-width: 767px) {
  * + .footer__bottomTimeBlock {
    margin-top: 0.28rem;
  }
}
.footer__bottomTimeLabel {
  font-size: 0.18rem;
  line-height: 1;
  padding: var(--spacer-4) 0.16rem;
  border-radius: 0.04rem;
  border: 1px solid var(--LP-text);
}
@media screen and (max-width: 767px) {
  .footer__bottomTimeLabel {
    font-size: 0.16rem;
    padding: var(--spacer-5) var(--spacer-2);
  }
}
.footer__bottomTime {
  font-size: 0.18rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .footer__bottomTime {
    font-size: 0.16rem;
    line-height: 1.4;
  }
}
.footer__bottomCopy {
  font-family: Roboto, sans-serif;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.0048rem;
  text-align: center;
}
* + .footer__bottomCopy {
  margin-top: 0.66rem;
}
@media screen and (max-width: 767px) {
  * + .footer__bottomCopy {
    margin-top: 0.52rem;
  }
}
input,
label,
textarea {
  vertical-align: middle;
}
input:focus,
label:focus,
textarea:focus {
  border-color: var(--focus);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bababa;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bababa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bababa;
}
input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: 0;
  background: 0 0;
}
input::-ms-clear {
  visibility: hidden;
}
input::-ms-reveal {
  visibility: hidden;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
}
select::-ms-expand {
  background-color: transparent;
  border: 0;
  display: none;
}
select:focus {
  border-color: var(--focus);
}
textarea {
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  font-family: YakuHanRP, "Zen Maru Gothic", serif;
  outline: 0;
  width: 100%;
}
button,
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: 0 0;
}
button:focus:not(:focus-visible),
input[type="submit"]:focus:not(:focus-visible) {
  outline: 0;
}
[role="button"]:focus-visible,
input[type="file"]:focus-visible {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
  outline-offset: 0;
}
.input {
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .input {
    padding: 0 0.2rem;
    height: 0.8rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .input {
    font-size: 0.16rem;
    font-size: clamp(16px, 0.16rem, 0.16rem);
    height: 0.6rem;
    padding: 0 0.15rem;
  }
}
.input.-radio {
  display: inline-block;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.input.-radio + label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .input.-radio + label {
    font-size: 0.16rem;
    font-size: clamp(16px, 0.16rem, 0.16rem);
    line-height: 1.3;
  }
}
.input.-radio + label:last-of-type {
  margin-right: 0;
}
.input.-radio + label:before {
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  .input.-radio + label:before {
    min-width: 0.24rem;
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .input.-radio + label:before {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.08rem;
  }
}
.input.-radio + label::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%3E%20%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E")
    no-repeat center center;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media screen and (min-width: 768px), print {
  .input.-radio + label::after {
    background-size: 0.14rem auto;
    width: 0.24rem;
    height: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .input.-radio + label::after {
    background-size: 0.12rem auto;
    width: 0.2rem;
    height: 0.2rem;
  }
}
.input.-radio:checked + label::after {
  opacity: 1;
}
.input.-radio:focus + label::before {
  border: 1px solid var(--main);
}
.input.-radio:focus-visible + label {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
}
.input.-radio:disabled + label::before {
  border-color: #f9f9f9;
  background: #f9f9f9;
}
.input.-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.input.-checkbox + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 0.27rem;
}
.input.-checkbox + label:before {
  background: #fff;
  border: 1px solid #000;
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
  left: 0;
  width: 0.17rem;
  height: 0.17rem;
  top: 0.02rem;
}
.input.-checkbox + label::after {
  content: "";
  background: 0 0;
  display: block;
  position: absolute;
  opacity: 0;
  border-left: 2px solid #fff;
  border-bottom: 4px solid #fff;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transform: rotate(-45deg) scaleY(0.5);
  width: 0.1rem;
  height: 0.1rem;
  left: 0.03rem;
  top: 0.02rem;
}
.input.-checkbox:checked + label::before {
  background-color: var(--main);
  border: 1px solid var(--main);
}
.input.-checkbox:checked + label::after {
  opacity: 1;
}
.input.-checkbox:focus + label::before {
  border: 1px solid var(--main);
  border-color: var(--main);
}
.input.-checkbox:focus-visible + label {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
}
.input.-checkbox:disabled + label::before {
  border-color: #f9f9f9;
  background: #f9f9f9;
}
.select {
  background: #fff;
  border: 1px solid #000;
  line-height: 1.2;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .select {
    height: 0.8rem;
    font-size: 0.18rem;
    padding: 0 0.4rem 0 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .select {
    font-size: 0.16rem;
    font-size: clamp(16px, 0.16rem, 0.16rem);
    height: 0.6rem;
    padding: 0 0.4rem 0 0.15rem;
  }
}
.selectWrap {
  display: inline-flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .selectWrap {
    width: 100%;
  }
}
.selectWrap::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0.04rem;
  top: 0;
  margin: auto;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  transform: rotate(135deg);
  width: 0.08rem;
  height: 0.08rem;
  right: 0.17rem;
}
.textarea {
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .textarea {
    font-size: 0.18rem;
    min-height: 2.5rem;
    padding: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .textarea {
    font-size: 0.16rem;
    font-size: clamp(16px, 0.16rem, 0.16rem);
    min-height: 1.6rem;
    padding: 0.15rem;
  }
}
.inputWrap {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.1rem;
}
.inputWrap > div {
  margin-bottom: 0.1rem;
  position: relative;
}
.inputWrap > div:not(:last-child) {
  margin-right: 0.2rem;
}
.inputWrap.-center {
  align-items: center;
}
.inputWrap.-marginSmall > div:not(:last-child) {
  margin-right: 0.1rem;
}
.inputWrap.-block {
  display: block;
}
.inputWrap.-block > div {
  margin-right: 0;
}
.inputWrap.-block > div:not(:last-child) {
  margin-bottom: 0.1rem;
}
.inputWrap.-block label {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .inputWrap.-spBlock {
    display: block;
  }
  .inputWrap.-spBlock > div {
    margin-right: 0;
  }
  .inputWrap.-spBlock > div:not(:last-child) {
    margin-bottom: 0.1rem;
  }
}
.postalButton {
  background-color: var(--main-100);
  color: var(--white-100);
}
@media screen and (min-width: 768px), print {
  .postalButton {
    font-size: 0.12rem;
    padding: 0.06rem 0.1rem;
  }
  .postalButton br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .postalButton {
    font-size: 0.14rem;
    padding: 0.08rem 0.12rem;
    line-height: 1.3;
  }
}
.postalButton:focus-visible {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
ul.error {
  background-color: rgba(var(--main), 0.1);
}
@media screen and (min-width: 768px), print {
  ul.error {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  ul.error {
    padding: 0.15rem;
  }
}
ul.error a {
  text-decoration: underline;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  ul.error a:hover {
    text-decoration: none;
  }
}
ul.error + * {
  margin-top: 0.2rem;
}
.formTable {
  background-color: #fff;
  border-top: 1px solid #c9d2cd;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .formTable {
    display: block;
  }
  .formTable tbody,
  .formTable td,
  .formTable th,
  .formTable tr {
    display: block;
  }
}
.formTable tr.-verTop td,
.formTable tr.-verTop th {
  vertical-align: top !important;
}
.formTable td,
.formTable th {
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  .formTable td,
  .formTable th {
    padding: 0.2rem 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .formTable td,
  .formTable th {
    padding: 0.15rem;
  }
}
.formTable th {
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .formTable th {
    font-size: 0.18rem;
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .formTable th {
    border-bottom: none;
    font-size: 0.17rem;
  }
}
.formTable th.required > span {
  background-color: var(--LP-orange);
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .formTable th.required > span {
    padding-right: 0.71rem;
  }
}
@media screen and (max-width: 767px) {
  .formTable th.required > span {
    padding-right: 0.568rem;
  }
}
.formTable td {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px), print {
  .formTable td {
    font-size: 0.16rem;
    width: 72%;
  }
}
@media screen and (max-width: 767px) {
  .formTable td {
    font-size: 0.15rem;
  }
}
.formTable td span.note {
  display: block;
  color: var(--LP-orange);
}
@media screen and (min-width: 768px), print {
  .formTable td span.note {
    font-size: 0.13rem;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .formTable td span.note {
    font-size: 0.14rem;
    margin-top: 0.08rem;
  }
}
.formTable td span.error {
  display: block;
  color: var(--LP-orange);
}
@media screen and (min-width: 768px), print {
  .formTable td span.error {
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .formTable td span.error {
    margin-top: 0.15rem;
  }
}
.formLabelParent {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.formLabel {
  display: inline-block;
  font-size: 0.12rem;
  line-height: 1;
  margin-left: 0.1rem;
  padding: 0.03rem 0.05rem;
  white-space: nowrap;
}
.formLabel.-required {
  color: #fff;
  background-color: var(--LP-orange);
}
* + .formPrivacy {
  margin-top: 0.4rem;
}
.formPrivacy__title {
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .formPrivacy__title {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .formPrivacy__title {
    font-size: 0.16rem;
  }
}
.formPrivacy__title + * {
  margin-top: 0.15rem;
}
.formPrivacy__contents {
  background-color: #eee;
  height: 2rem;
  overflow-y: scroll;
  padding: 0.3rem 0.35rem;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px), print {
  .formPrivacy__contents {
    font-size: 0.14rem;
  }
}
.formPrivacy__contents[tabindex="0"]:focus-visible {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
  outline-offset: 0;
}
.formButton {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .formButton {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .formButton {
    margin-top: 0.3rem;
  }
}
@media screen and (min-width: 768px), print {
  .formButton > :not(:last-child) {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .formButton > :not(:last-child) {
    margin-right: 0.15rem;
  }
}
@media screen and (min-width: 768px), print {
  .formButton .button {
    min-width: 3.2rem;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacer-4);
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .header__inner {
    padding: 0.2rem 1.04rem 0.2rem 1.28rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 15.36rem;
    gap: var(--spacer-7);
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0.24rem 0.14rem 0.28rem 0.16rem;
    gap: var(--spacer-3);
  }
}
.header__logo {
  width: 3.2rem;
  order: 1;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 1.8rem;
  }
}
.header__logo img {
  width: 100%;
}
.header__nav {
  order: 3;
  flex: 1 1 100%;
  width: 100%;
  margin-top: var(--spacer-2);
}
@media screen and (min-width: 768px), print {
  .header__nav {
    order: 2;
    flex: 1 1 auto;
    width: auto;
    margin-top: 0;
  }
}
.headerNav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacer-4);
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px), print {
  .headerNav {
    justify-content: center;
    gap: var(--spacer-6);
    overflow: visible;
  }
}
.headerNav__item {
  flex: 0 0 auto;
}
.headerNav__link {
  display: inline-block;
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--LP-text);
  text-decoration: none;
  padding: var(--spacer-1) var(--spacer-2);
  border-radius: var(--border-radius-1);
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
@media screen and (min-width: 768px), print {
  .headerNav__link {
    font-size: var(--font-size-md);
  }
}
.headerNav__link:focus-visible,
.headerNav__link:hover {
  background-color: rgba(240, 165, 84, 0.16);
  color: var(--LP-orange);
}
.header__button {
  font: inherit;
  color: var(--LP-text);
  font-size: 0.24rem;
  letter-spacing: -0.012rem;
  line-height: 1;
  display: inline-block;
  padding: 0.21rem var(--spacer-7);
  border-radius: 0.08rem;
  border: 1px solid var(--LP-text);
  background: var(--LP-light-yellow);
  transition: background 0.25s ease-out;
  order: 2;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__button {
    font-size: 0.16rem;
    letter-spacing: -0.006rem;
    padding: 0.18rem var(--spacer-4);
    border-radius: 0.08rem;
    min-height: 0.44rem;
  }
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .header__button:focus-visible,
  .header__button:hover {
    background: var(--white-100);
    transition: background 0.25s ease-out;
  }
}
.header__button > span:not([class]) {
  display: flex;
  align-items: center;
  gap: var(--spacer-1);
}
@media screen and (max-width: 767px) {
  .header__button > span:not([class]) {
    gap: var(--spacer-1);
  }
}
.header__button > span:not([class])::before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2252%22%20height%3D%2251%22%20viewBox%3D%220%200%2052%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_13967_8122%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%22-1%22%20width%3D%2252%22%20height%3D%2252%22%3E%3Cpath%20d%3D%22M2%2036.0763C2%2035.429%202.25286%2034.8082%202.70294%2034.3505C3.15303%2033.8928%203.76348%2033.6357%204.4%2033.6357H11.6V25.0933L26%2015.3306L40.4%2025.0933V33.6357H47.6C48.2365%2033.6357%2048.847%2033.8928%2049.2971%2034.3505C49.7471%2034.8082%2050%2035.429%2050%2036.0763V47.0594C50%2047.7067%2049.7471%2048.3275%2049.2971%2048.7852C48.847%2049.2429%2048.2365%2049.5001%2047.6%2049.5001H2V36.0763Z%22%20fill%3D%22white%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M26%203.12744V15.3308%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M40.4%2010.4492V3.12712C40.4%203.12712%2038.6%206.78814%2033.2%203.12712C27.8%20-0.533898%2026%203.12712%2026%203.12712V10.4492C26%2010.4492%2027.8%206.78814%2033.2%2010.4492C38.6%2014.1102%2040.4%2010.4492%2040.4%2010.4492Z%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M30.8%2049.5001V33.6357H21.2V49.5001%22%20stroke%3D%22black%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M18.8%2049.5H33.2%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_13967_8122)%22%3E%3Cpath%20d%3D%22M-2.79999%20-4.19482H54.8V54.3814H-2.79999V-4.19482Z%22%20fill%3D%22%232F1909%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .header__button > span:not([class])::before {
    width: 0.2rem;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(0.05rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__slide {
  -webkit-tap-highlight-color: transparent;
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid clr(focus);
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid clr(focus);
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid clr(focus);
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid clr(focus);
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: clr(focus);
  }
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.accordion {
  transition: height 0.4s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.08rem;
  overflow: hidden;
}
.accordion + .accordion {
  margin-top: 0.24rem;
}
@media screen and (max-width: 767px) {
  .accordion + .accordion {
    margin-top: 0.16rem;
  }
}
.-qaType .accordion {
  position: relative;
}
.-qaType .accordion.-open .accordion__toggle,
.-qaType .accordion.is-open .accordion__toggle {
  background-color: #fae8e6;
}
.-qaType .accordion .accordion__toggle {
  background: #fff;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .-qaType .accordion .accordion__toggle:focus-visible,
  .-qaType .accordion .accordion__toggle:hover {
    background-color: #fae8e6;
  }
}
.-qaType .accordion .accordion__toggle::before {
  content: "Q.";
  display: inline-block;
  color: var(--LP-red);
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.024rem;
  position: absolute;
  top: 0.23rem;
  left: 0.34rem;
  transition: color 0.25s ease-out;
}
@media screen and (max-width: 767px) {
  .-qaType .accordion .accordion__toggle::before {
    font-size: 0.24rem;
    top: 50%;
    left: 0.18rem;
    transform: translateY(-50%);
  }
}
.-qaType .accordion .accordion__toggle > span:not([class]) {
  padding: 0.16rem 0.63rem 0.18rem 0.96rem;
}
@media screen and (max-width: 767px) {
  .-qaType .accordion .accordion__toggle > span:not([class]) {
    padding: 0.1rem 0.4rem 0.1rem 0.6rem;
  }
}
.-qaType .accordion .accordion__panelInner {
  position: relative;
  padding: 0.3rem 0.63rem 0.35rem 0.97rem;
}
@media screen and (max-width: 767px) {
  .-qaType .accordion .accordion__panelInner {
    padding: 0.16rem 0.16rem 0.34rem 0.56rem;
  }
}
.-qaType .accordion .accordion__panelInner::before {
  content: "A.";
  display: inline-block;
  color: var(--LP-light-blue);
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.024rem;
  position: absolute;
  top: 0.3rem;
  left: 0.36rem;
}
@media screen and (max-width: 767px) {
  .-qaType .accordion .accordion__panelInner::before {
    font-size: 0.24rem;
    top: 0.2rem;
    left: 0.2rem;
  }
}
.-simpleType .accordion {
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
}
.-simpleType .accordion:last-child {
  border-bottom: 1px solid #000;
}
.-simpleType .accordion + .accordion {
  margin-top: 0;
}
.-simpleType .accordion .accordion__toggle {
  background: 0 0;
  transition: opacity 0.25s ease-out;
}
@media screen and (max-width: 767px) {
  .-simpleType .accordion .accordion__toggle {
    font-size: 0.24rem;
    min-height: 1.04rem;
  }
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .-simpleType .accordion .accordion__toggle:focus-visible,
  .-simpleType .accordion .accordion__toggle:hover {
    opacity: 0.75;
    transition: opacity 0.25s ease-out;
  }
}
.-simpleType .accordion .accordion__toggle > span:not([class]) {
  padding: 0.16rem 0.96rem 0.18rem 0.64rem;
}
@media screen and (max-width: 767px) {
  .-simpleType .accordion .accordion__toggle > span:not([class]) {
    padding: 0.16rem 0.56rem 0.18rem 0.24rem;
  }
}
.-simpleType .accordion .accordion__toggle > span:not([class])::after,
.-simpleType .accordion .accordion__toggle > span:not([class])::before {
  right: 0.64rem;
}
@media screen and (max-width: 767px) {
  .-simpleType .accordion .accordion__toggle > span:not([class])::after,
  .-simpleType .accordion .accordion__toggle > span:not([class])::before {
    width: 0.24rem;
    right: 0.24rem;
    height: 3px;
  }
}
.-simpleType .accordion .accordion__panelInner {
  padding: 0.16rem 0.75rem 0.64rem;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .-simpleType .accordion .accordion__panelInner {
    padding: 0.24rem 0 0.4rem;
  }
}
.accordion__toggle {
  font: inherit;
  color: var(--LP-text);
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
  width: 100%;
  display: block;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  transition-property: background-color, border-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  word-break: break-all;
}
@media screen and (min-width: 768px), print {
  .accordion__toggle {
    background: #f2e8dd;
  }
}
@media screen and (max-width: 767px) {
  .accordion__toggle {
    font-size: 0.16rem;
    background: var(--LP-light-yellow);
  }
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .accordion__toggle:focus-visible,
  .accordion__toggle:hover {
    background: var(--LP-light-yellow);
  }
}
.accordion__toggle:focus-visible {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
  outline-offset: -3px;
}
.accordion__toggle .-strong {
  font-weight: 700;
}
.accordion__toggle > span:not([class]) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .accordion__toggle > span:not([class]) {
    gap: 0.04rem;
    padding: 0.16rem 0.94rem 0.16rem var(--spacer-6);
    min-height: 1.04rem;
  }
}
@media screen and (max-width: 767px) {
  .accordion__toggle > span:not([class]) {
    min-height: 0.84rem;
    padding: 0.2rem 0.4rem;
  }
}
.accordion__toggle > span:not([class])::after,
.accordion__toggle > span:not([class])::before {
  content: "";
  display: inline-block;
  width: 0.24rem;
  height: 3px;
  background-color: var(--LP-text);
  position: absolute;
  top: 50%;
  right: 0.32rem;
  translate: 0 -50%;
  z-index: 1;
  transition: rotate 0.25s ease-out, opacity 0.25s ease-out;
}
@media screen and (max-width: 767px) {
  .accordion__toggle > span:not([class])::after,
  .accordion__toggle > span:not([class])::before {
    width: 0.12rem;
    right: 0.16rem;
    height: 1.5px;
  }
}
.accordion__toggle > span:not([class])::after {
  rotate: -90deg;
  opacity: 1;
}
.accordion__wrap:not(.-simpleType):not(.-qaType)
  .accordion.-open
  .accordion__toggle {
  background: var(--LP-light-yellow);
}
.accordion__wrap:not(.-simpleType):not(.-qaType)
  .accordion.is-open
  .accordion__toggle {
  background: var(--LP-light-yellow);
}
.accordion.-open .accordion__toggle > span:not([class])::after,
.accordion.is-open .accordion__toggle > span:not([class])::after {
  rotate: 0deg;
  opacity: 0;
}
.accordion__toggle .-small {
  font-size: 0.16rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .accordion__toggle .-small {
    margin-top: 0.06rem;
  }
}
.accordion__panelInner {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.4rem 0.2rem 0.32rem;
  position: relative;
  border-top: 1px solid var(--LP-text);
}
@media screen and (max-width: 767px) {
  .accordion__panelInner {
    font-size: 0.16rem;
    padding: 0.2rem 0.16rem 0.32rem;
  }
}
@media screen and (min-width: 768px), print {
  .accordion__panelInner.-tight {
    padding: 0.4rem 0.79rem 0.64rem;
  }
}
@media screen and (max-width: 767px) {
  .accordion__panelInner.-tight {
    padding: 0.4rem 0.16rem 0.58rem;
  }
}
.bgBoxBlock {
  display: flex;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .bgBoxBlock {
    gap: 0.08rem;
  }
}
.bgBoxBlock.-plusType {
  gap: 0.72rem;
}
@media screen and (max-width: 767px) {
  .bgBoxBlock.-plusType {
    display: block;
  }
}
.bgBoxItem {
  flex: 1;
  padding: var(--spacer-6) var(--spacer-5) var(--spacer-6) var(--spacer-5);
  border-radius: 0.16rem;
  border: 1px solid var(--LP-brown);
  background: #f2e8dd;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bgBoxItem {
    padding: var(--spacer-5) 0.11rem var(--spacer-5);
  }
}
.-plusType .bgBoxItem:nth-child(2) {
  position: relative;
}
.-plusType .bgBoxItem:nth-child(2)::before {
  content: "+";
  display: block;
  color: var(--LP-orange);
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .-plusType .bgBoxItem:nth-child(2)::before {
    top: calc(50% - 0.1rem);
    left: -0.04rem;
    transform: translate(-100%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .-plusType .bgBoxItem:nth-child(2) {
    margin-top: 0.6rem;
  }
  .-plusType .bgBoxItem:nth-child(2)::before {
    font-size: 0.5rem;
    top: -0.1rem;
    left: 50%;
    transform: translate(-50%, -100%);
  }
}
@media screen and (max-width: 767px) {
  .-plusType .bgBoxItem .bgBoxItem__title {
    min-width: 2.51rem;
    padding: var(--spacer-1) var(--spacer-6);
  }
}
@media screen and (min-width: 768px), print {
  .bgBoxItem .listDisc {
    padding-right: 0.4rem;
  }
  .bgBoxItem .listDisc.-pcCol02 {
    padding-right: 0.24rem;
  }
  .bgBoxItem .listDisc:not(.-pcCol02) li + li {
    margin-top: 0.08rem;
  }
}
@media screen and (max-width: 767px) {
  .bgBoxItem .listDisc {
    padding-left: 0.13rem;
    padding-right: 0.13rem;
  }
}
.bgBoxItem__title {
  color: var(--white-100);
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: var(--spacer-1) var(--spacer-6);
  border-radius: 0.5rem;
  background: var(--LP-red);
}
@media screen and (min-width: 768px), print {
  .bgBoxItem__title {
    min-width: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .bgBoxItem__title {
    font-size: 0.16rem;
    min-width: 1.3rem;
    padding: var(--spacer-0) var(--spacer-6);
  }
}
.bgBoxItem__title + .listDisc {
  margin-top: var(--spacer-6);
}
@media screen and (max-width: 767px) {
  .bgBoxItem__title + .listDisc {
    margin-top: var(--spacer-5);
  }
}
.bgBoxItem__title + .bgBoxItem__img {
  margin-top: 0.16rem;
}
@media screen and (min-width: 768px), print {
  .bgBoxItem__img {
    margin-bottom: 0.12rem;
  }
}
.buttonBox {
  text-align: center;
}
* + .buttonBox {
  margin-top: var(--spacer-9);
}
@media screen and (max-width: 767px) {
  * + .buttonBox {
    margin-top: 0.52rem;
  }
}
.buttonNote {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .buttonNote {
    font-size: 0.16rem;
    line-height: 1.4;
  }
}
.buttonNote::after,
.buttonNote::before {
  content: "";
  display: inline-block;
  width: 0.28rem;
  height: 2px;
  background-color: var(--LP-text);
}
.buttonNote::before {
  rotate: 45deg;
  margin-right: 0.1rem;
}
.buttonNote::after {
  rotate: -45deg;
  margin-left: 0.08rem;
}
@media screen and (max-width: 767px) {
  .buttonNote.-sp2Line::after,
  .buttonNote.-sp2Line::before {
    width: 0.36rem;
  }
  .buttonNote.-sp2Line::before {
    rotate: 56deg;
    margin-right: 0.04rem;
  }
  .buttonNote.-sp2Line::after {
    rotate: -56deg;
    margin-left: 0.06rem;
  }
}
.buttonNote + .buttonA {
  margin-top: 0.12rem;
}
@media screen and (max-width: 767px) {
  .buttonNote + .buttonA {
    margin-top: 0.16rem;
  }
}
.buttonNote + .buttonA.-sizeLL {
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .buttonNote + .buttonA.-sizeLL {
    margin-top: 0.2rem;
  }
}
.buttonA {
  display: inline-block;
  color: var(--LP-text);
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  padding: 0.14rem 0.44rem 0.16rem;
  border-radius: 0.64rem;
  border: 1px solid var(--LP-text);
  background: var(--LP-light-yellow);
  position: relative;
  transition:
    background 0.25s ease-out,
    color 0.25s ease-out;
}
@media screen and (max-width: 767px) {
  .buttonA {
    font-size: 0.16rem;
    padding: 0.1rem 0.44rem 0.12rem;
  }
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .buttonA:focus-visible,
  .buttonA:hover {
    background: var(--white-100);
    transition:
      background 0.25s ease-out,
      color 0.25s ease-out;
  }
}
.buttonA:focus-visible {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
  outline-offset: -6px;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .buttonA.-hoverBlack:focus-visible,
  .buttonA.-hoverBlack:hover {
    color: var(--LP-light-yellow) !important;
    background: var(--LP-text) !important;
  }
  .buttonA.-hoverBlack:focus-visible.-anchorLink > span:not([class])::after,
  .buttonA.-hoverBlack:hover.-anchorLink > span:not([class])::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%20fill%3D%22%23FFC65F%22%2F%3E%3Cpath%20d%3D%22M9.33301%2014.667L15.9997%2020.0003L22.6663%2014.667%22%20stroke%3D%22%232F1909%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    transition: background-image 0.25s ease-out;
  }
}
.buttonA > span:not([class]) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttonA > span:not([class])::after {
  content: "";
  display: inline-block;
  width: 0.16rem;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2215%22%20viewBox%3D%220%200%2012%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%207.5L1.78017e-07%2014.4282L1.27811e-08%200.571797L12%207.5Z%22%20fill%3D%22%232F1909%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: var(--spacer-1);
  margin-top: 0.04rem;
  transition: background-image 0.25s ease-out;
}
.buttonA.-sizeM {
  font-size: 0.2rem;
  padding: 0.2rem 0.64rem 0.22rem;
}
@media screen and (max-width: 767px) {
  .buttonA.-sizeM {
    font-size: 0.18rem;
    padding: 0.16rem 0.51rem;
  }
}
.buttonA.-sizeL {
  font-size: 0.2rem;
  padding: 0.24rem 0.4rem;
}
.buttonA.-sizeL .-small {
  font-size: 0.16rem;
}
@media screen and (max-width: 767px) {
  .buttonA.-sizeL .-small {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 767px) {
  .buttonA.-sizeL {
    font-size: 0.18rem;
    padding: 0.24rem 0.32rem 0.25rem;
  }
}
.buttonA.-sizeLL {
  font-size: 0.4rem;
  padding: 0.15rem 0.84rem 0.19rem;
}
@media screen and (max-width: 767px) {
  .buttonA.-sizeLL {
    font-size: 0.26rem;
    padding: 0.16rem 0.52rem;
  }
}
.buttonA.-white {
  background-color: #fff;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .buttonA.-white:focus-visible,
  .buttonA.-white:hover {
    background: var(--LP-light-yellow);
  }
}
.buttonA.-anchorLink > span:not([class])::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%20fill%3D%22%232F1909%22%2F%3E%3Cpath%20d%3D%22M9.33301%2014.667L15.9997%2020.0003L22.6663%2014.667%22%20stroke%3D%22%23FFC65F%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: 0.24rem;
}
@media screen and (min-width: 768px), print {
  .buttonA.-anchorLink.-sizeLL > span:not([class])::after {
    width: 0.32rem;
  }
}
@media screen and (min-width: 768px), print {
  .collaborationItem:nth-child(2)::before {
    top: 50%;
    left: 0.15rem;
    translate: -100% -50%;
    rotate: 25deg;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .collaborationItem:nth-child(2)::before {
    top: 0.2rem;
    left: 50%;
    translate: -50% -100%;
  }
}
@media screen and (max-width: 767px) {
  .collaborationItem .listDisc {
    order: 3;
    margin-top: 0.16rem;
  }
}
.collaborationItem .listDisc > li {
  font-size: 0.2rem;
  padding-bottom: 0.04rem;
  border-bottom: 1px dashed var(--LP-text);
}
@media screen and (min-width: 768px), print {
  .collaborationItem .listDisc > li {
    padding-right: 0.11rem;
  }
}
@media screen and (max-width: 767px) {
  .collaborationItem .listDisc > li {
    font-size: 0.18rem;
  }
}
@media screen and (min-width: 768px), print {
  .collaborationItem {
    opacity: 0;
  }
  .collaborationItem:nth-child(1) {
    transform: translateX(0.15rem);
  }
  .collaborationItem:nth-child(2) {
    transform: translateX(-0.15rem);
  }
  .collaborationBlock.-inviewed .collaborationItem {
    opacity: 1;
    transform: translateX(0);
    transition:
      opacity 0.25s ease-out,
      transform 0.25s ease-out;
  }
  .collaborationBlock.-inviewed .collaborationItem:nth-child(2)::before {
    opacity: 1;
    rotate: 0deg;
    transition:
      opacity 0.25s ease-out 0.15s,
      rotate 0.25s ease-out 0.15s;
  }
}
.collaboration__title {
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .collaboration__title {
    order: 2;
    font-size: 0.24rem;
    text-align: center;
    margin-top: var(--spacer-2);
  }
}
.-gakken .collaboration__title {
  color: var(--accent);
}
.-clark .collaboration__title {
  color: #084fa1;
}
@media screen and (min-width: 768px), print {
  .collaboration__title + * {
    margin-top: 0.26rem;
  }
}
@media screen and (min-width: 768px), print {
  .collaboration__body {
    display: flex;
    gap: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .collaboration__body {
    display: contents;
  }
}
.collaboration__bodyIcon {
  width: 1.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .collaboration__bodyIcon {
    order: 1;
    margin: 0 auto;
  }
}
.collaboration__bodyIcon img {
  width: 100%;
}
.collaboration__bodyList {
  margin-top: 0.04rem;
}
.collaboration__bodyList.listDisc:not(.-pcCol02) > li + li {
  margin-top: 0.1rem;
}
@media screen and (max-width: 767px) {
  .collaboration__bodyList.listDisc:not(.-pcCol02) > li {
    line-height: 1.5;
  }
}
.ctaBanner {
  padding-top: 1.12rem;
}
@media screen and (max-width: 767px) {
  .ctaBanner {
    padding-top: 0.76rem;
  }
}
.ctaBanner__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 0.48rem;
  line-height: 1.35;
  gap: 0.14rem;
}
@media screen and (min-width: 768px), print {
  .ctaBanner__title {
    max-width: 12rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .ctaBanner__title {
    margin-right: 0.24rem;
    margin-left: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .ctaBanner__title {
    font-size: 0.24rem;
  }
}
.ctaBanner__title .-small {
  font-size: 0.32rem;
  font-weight: 700;
  letter-spacing: -0.016rem;
}
@media screen and (max-width: 767px) {
  .ctaBanner__title .-small {
    font-size: 0.18rem;
    letter-spacing: -0.009rem;
  }
}
.ctaBanner__title + * {
  margin-top: 0.52rem;
}
@media screen and (max-width: 767px) {
  .ctaBanner__title + * {
    margin-top: 0.36rem;
  }
}
@media screen and (min-width: 768px), print {
  .ctaBanner__list {
    background-image: url(../img/bg_cta.svg);
    background-size: 15.36rem auto;
    background-repeat: repeat;
    background-position: 0 0;
  }
}
@media screen and (max-width: 767px) {
  .ctaBanner__list {
    background-image: url(../img/bg_cta@sp.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}
.ctaBanner__listInner {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
}
@media screen and (min-width: 768px), print {
  .ctaBanner__listInner {
    max-width: 12rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .ctaBanner__listInner {
    margin-right: 0.24rem;
    margin-left: 0.24rem;
  }
}
@media screen and (min-width: 768px), print {
  .ctaBanner__listInner {
    align-items: center;
    min-height: 2.77rem;
    padding-top: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .ctaBanner__listInner {
    flex-direction: column;
    gap: 0.73rem;
    min-height: 4.14rem;
    padding-top: 0.4rem;
  }
}
.ctaBanner__item a,
.ctaBanner__item button {
  font-family: YakuHanRP, "Zen Maru Gothic", serif;
  color: var(--LP-text);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: var(--spacer-5) 0;
  border-radius: 0.8rem;
  background: var(--white-100);
  box-shadow: 0.24rem 0.24rem 0.48rem 0 rgba(0, 0, 0, 0.1);
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.016rem;
  text-decoration: none;
  position: relative;
  transition: background 0.25s ease-out;
}
@media screen and (min-width: 768px), print {
  .ctaBanner__item a,
  .ctaBanner__item button {
    width: 5.8rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .ctaBanner__item a,
  .ctaBanner__item button {
    width: 100%;
    height: 1.1rem;
    font-size: 0.2rem;
    letter-spacing: -0.01rem;
  }
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .ctaBanner__item a:focus-visible,
  .ctaBanner__item a:hover,
  .ctaBanner__item button:focus-visible,
  .ctaBanner__item button:hover {
    background: var(--LP-light-yellow);
    transition: background 0.25s ease-out;
  }
}
@media screen and (min-width: 768px), print {
  .ctaBanner__item a .-small,
  .ctaBanner__item button .-small {
    font-size: 0.24rem;
  }
}
.ctaBanner__item a > span:not([class]),
.ctaBanner__item button > span:not([class]) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctaBanner__item a > span:not([class])::before,
.ctaBanner__item button > span:not([class])::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-right: var(--spacer-5);
}
@media screen and (max-width: 767px) {
  .ctaBanner__item a > span:not([class])::before,
  .ctaBanner__item button > span:not([class])::before {
    margin-right: var(--spacer-3);
  }
}
.ctaBanner__item a > span:not([class])::after,
.ctaBanner__item button > span:not([class])::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2215%22%20viewBox%3D%220%200%2012%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%207.5L1.78017e-07%2014.4282L1.27811e-08%200.571797L12%207.5Z%22%20fill%3D%22%232F1909%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-left: var(--spacer-6);
}
@media screen and (max-width: 767px) {
  .ctaBanner__item a > span:not([class])::after,
  .ctaBanner__item button > span:not([class])::after {
    width: 0.16rem;
    margin-left: var(--spacer-4);
  }
}
.ctaBanner__item.-openCampus button > span:not([class])::before {
  width: 1.66rem;
  aspect-ratio: 1.5090909091;
  background-image: url(../img/cta_opencampus.svg);
}
@media screen and (max-width: 767px) {
  .ctaBanner__item.-openCampus button > span:not([class])::before {
    width: 1.05459rem;
  }
}
.ctaBanner__item.-doc a > span:not([class])::before {
  width: 0.92rem;
  aspect-ratio: 0.8363636364;
  background-image: url(../img/cta_doc.svg);
}
@media screen and (max-width: 767px) {
  .ctaBanner__item.-doc a > span:not([class])::before {
    width: 0.63rem;
  }
}
.ctaBanner__label {
  color: var(--white-100);
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  white-space: nowrap;
  border-radius: 0.5rem;
  position: absolute;
  left: 50%;
}
@media screen and (min-width: 768px), print {
  .ctaBanner__label {
    padding: 0.15rem var(--spacer-6);
    top: -0.1rem;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .ctaBanner__label {
    font-size: 0.16rem;
    padding: 0.15rem var(--spacer-6);
    top: -0.41rem;
    transform: translate(-50%, 0);
  }
}
.ctaBanner__label::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.08rem;
  border-radius: 0.16rem;
  transform: rotate(135deg);
  position: absolute;
  bottom: -0.05rem;
  left: 0.24rem;
}
.ctaBanner__item.-openCampus .ctaBanner__label {
  background: var(--LP-red);
}
.ctaBanner__item.-openCampus .ctaBanner__label::after {
  background: var(--LP-red);
}
.ctaBanner__item.-doc .ctaBanner__label {
  background: var(--LP-green);
}
.ctaBanner__item.-doc .ctaBanner__label::after {
  background: var(--LP-green);
}
.ctaButton {
  position: fixed;
  z-index: 101;
  overflow: hidden;
  background: var(--white-100);
  transition: background 0.25s ease-out;
}
@media screen and (min-width: 768px) {
  .ctaButton {
    top: 32%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 0.08rem 0 0 0.08rem;
    border: 1px solid var(--LP-text);
    border-right: none;
  }
}
@media print {
  .ctaButton {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .ctaButton {
    width: calc(100% - 0.16rem * 2);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.08rem 0.08rem 0 0;
    border: 2px solid var(--LP-text);
    border-bottom: none;
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
}
@media screen and (max-width: 767px) {
  .ctaButton__list {
    display: flex;
  }
}
.ctaButton__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctaButton__item a,
.ctaButton__item button {
  font-family: YakuHanRP, "Zen Maru Gothic", serif;
  color: var(--LP-text);
  width: 100%;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .ctaButton__item a,
  .ctaButton__item button {
    font-size: 0.2rem;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
    padding: var(--spacer-6) var(--spacer-4);
    width: 0.85rem;
  }
}
@media screen and (max-width: 767px) {
  .ctaButton__item a,
  .ctaButton__item button {
    font-size: 0.14rem;
    letter-spacing: -0.007rem;
    padding: 0.2rem var(--spacer-6);
    min-height: 0.64rem;
  }
}
.ctaButton__item a::before,
.ctaButton__item button::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  width: 0.29rem;
  aspect-ratio: 0.90625;
  transition: opacity 0.25s ease-out;
}
@media screen and (max-width: 767px) {
  .ctaButton__item a::before,
  .ctaButton__item button::before {
    margin-right: var(--spacer-1);
  }
}
.ctaButton__item a .ctaButton__inner,
.ctaButton__item button .ctaButton__inner {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .ctaButton__item a:hover,
  .ctaButton__item button:hover {
    background: var(--LP-light-yellow);
    transition: background 0.25s ease-out;
  }
}
.ctaButton__item a:focus-visible,
.ctaButton__item button:focus-visible {
  outline: var(--focus) solid 2px;
  outline-offset: -6px;
}
@media screen and (min-width: 768px), print {
  .ctaButton__item:first-child a,
  .ctaButton__item:first-child button {
    padding-bottom: 0;
  }
  .ctaButton__item:first-child a .ctaButton__inner,
  .ctaButton__item:first-child button .ctaButton__inner {
    padding-bottom: var(--spacer-5);
  }
}
@media screen and (max-width: 767px) {
  .ctaButton__item:first-child a,
  .ctaButton__item:first-child button {
    padding-right: 0;
  }
  .ctaButton__item:first-child a .ctaButton__inner,
  .ctaButton__item:first-child button .ctaButton__inner {
    padding-right: var(--spacer-6);
  }
}
@media screen and (min-width: 768px), print {
  .ctaButton__item:last-child a,
  .ctaButton__item:last-child button {
    padding-top: var(--spacer-5);
  }
}
@media screen and (min-width: 768px), print {
  .ctaButton__item:not(:last-child) .ctaButton__inner {
    border-bottom: 1px solid var(--LP-text);
  }
}
@media screen and (max-width: 767px) {
  .ctaButton__item:not(:last-child) .ctaButton__inner {
    border-right: 1px solid var(--LP-text);
  }
}
.ctaButton__item.-openCampus button::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2231%22%20height%3D%2232%22%20viewBox%3D%220%200%2031%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.4%2017.4545H21.575V21.5564L25.113%2023.6073L24.0255%2025.4982L19.4%2022.8218V17.4545ZM25.2%2010.1818H4.9V26.1818H11.6715C11.048%2024.8582%2010.7%2023.3745%2010.7%2021.8182C10.7%2019.1178%2011.7694%2016.528%2013.6729%2014.6186C15.5764%2012.7091%2018.1581%2011.6364%2020.85%2011.6364C22.4015%2011.6364%2023.8805%2011.9855%2025.2%2012.6109V10.1818ZM4.9%2029.0909C4.13087%2029.0909%203.39325%2028.7844%202.84939%2028.2389C2.30553%2027.6933%202%2026.9534%202%2026.1818V5.81818C2%204.20364%203.2905%202.90909%204.9%202.90909H6.35V0H9.25V2.90909H20.85V0H23.75V2.90909H25.2C25.9691%202.90909%2026.7068%203.21558%2027.2506%203.76114C27.7945%204.3067%2028.1%205.04664%2028.1%205.81818V14.6909C29.898%2016.5236%2031%2019.04%2031%2021.8182C31%2024.5186%2029.9306%2027.1084%2028.0271%2029.0178C26.1236%2030.9273%2023.5419%2032%2020.85%2032C18.0805%2032%2015.572%2030.8945%2013.745%2029.0909H4.9ZM20.85%2014.7636C18.9849%2014.7636%2017.1961%2015.5069%2015.8773%2016.8299C14.5584%2018.1528%2013.8175%2019.9472%2013.8175%2021.8182C13.8175%2025.7164%2016.964%2028.8727%2020.85%2028.8727C21.7735%2028.8727%2022.688%2028.6903%2023.5412%2028.3357C24.3944%2027.9812%2025.1697%2027.4616%2025.8227%2026.8065C26.4758%2026.1514%2026.9938%2025.3737%2027.3472%2024.5178C27.7006%2023.6619%2027.8825%2022.7446%2027.8825%2021.8182C27.8825%2017.92%2024.736%2014.7636%2020.85%2014.7636Z%22%20fill%3D%22%232F1909%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .ctaButton__item.-openCampus button::before {
    margin-bottom: 0.08rem;
  }
}
.ctaButton__item.-doc a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2229%22%20height%3D%2232%22%20viewBox%3D%220%200%2029%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M28.1469%206.58265C28.0417%206.49999%2027.9158%206.44688%2027.7826%206.42888C27.6494%206.41089%2027.5137%206.42868%2027.3899%206.48039L15.3418%2011.6338C14.818%2011.8593%2014.162%2011.9665%2013.4885%2011.9665C12.5493%2011.9702%2011.5777%2011.7546%2010.9005%2011.4614C10.694%2011.3757%2010.4975%2011.2683%2010.3143%2011.141C10.365%2011.1164%2010.4253%2011.0901%2010.4952%2011.0622L21.4532%206.37567L23.087%207.06559V5.04881C23.089%204.90506%2023.0584%204.76269%2022.9973%204.6322C22.9362%204.50171%2022.8462%204.38642%2022.734%204.29483C22.6297%204.21141%2022.5042%204.15779%2022.3712%204.13977C22.2382%204.12174%2022.1027%204.14001%2021.9795%204.19257L9.93142%209.34602C9.55975%209.49386%209.24046%209.6762%208.97106%209.94108C8.65945%2010.2453%208.48234%2010.659%208.47841%2011.0918C8.47841%2011.1041%208.48216%2011.125%208.48216%2011.125V29.2724L8.47966%2029.297L8.4834%2029.3093V29.329H8.4859C8.51084%2029.9635%208.83512%2030.3676%209.14443%2030.6534C10.1173%2031.501%2011.7511%2031.9754%2013.4897%2032C14.3129%2032%2015.1485%2031.8768%2015.9218%2031.5491L27.9736%2026.3944C28.2916%2026.2589%2028.4999%2025.9226%2028.4999%2025.5419V7.33663C28.5019%207.19288%2028.4713%207.05051%2028.4102%206.92002C28.3491%206.78953%2028.2591%206.67424%2028.1469%206.58265ZM20.5053%203.13306C20.4841%202.86202%2020.3706%202.6033%2020.1685%202.44806C20.0633%202.36541%2019.9374%202.31229%2019.8042%202.2943C19.671%202.2763%2019.5353%202.2941%2019.4115%202.34581L7.36341%207.49679C6.83958%207.72102%206.1823%207.82943%205.51005%207.82943C4.5709%207.8319%203.59932%207.6163%202.92209%207.32185C2.71572%207.23696%202.51919%207.1304%202.3359%207.00399C2.38662%206.97935%202.4469%206.95307%202.51674%206.92515L13.476%202.23863L15.1098%202.92854V0.914227C15.1117%200.770375%2015.0808%200.627946%2015.0195%200.497449C14.9582%200.366951%2014.868%200.251716%2014.7556%200.160245C14.6505%200.0778143%2014.5249%200.0248281%2014.3919%200.00683756C14.2589%20-0.0111529%2014.1235%200.00651459%2013.9998%200.0579888L1.95175%205.21267C1.58009%205.36051%201.26205%205.54161%200.991402%205.80772C0.680244%206.11217%200.503598%206.52581%200.5%206.95841C0.5%206.97319%200.503741%206.99291%200.503741%206.99291V25.1981H0.506236C0.53118%2025.8326%200.855455%2026.2367%201.16476%2026.5225C2.13759%2027.3702%203.77144%2027.8432%205.5113%2027.8679C5.98377%2027.8649%206.45472%2027.8145%206.91691%2027.7176V11.1238C6.90443%2010.2614%207.25365%209.43349%207.86728%208.83721C8.29293%208.43051%208.7979%208.11362%209.35146%207.90582L20.5053%203.13306Z%22%20fill%3D%22%232F1909%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .ctaButton__item.-doc a::before {
    margin-bottom: 0.12rem;
  }
}
.iframeParent {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.iframeParent > *,
.iframeParent > iframe {
  width: 100%;
  height: 100%;
}
body:not(.tb-accessime-stop-animations) .inview.-fadeInUp {
  opacity: 0;
  transform: translateY(0.05rem);
}
body:not(.tb-accessime-stop-animations) .inview.-fadeInUp.-inviewed {
  animation: fadeInUp 0.5s ease-in-out forwards;
}
.listDisc > li {
  font-size: 0.16rem;
  position: relative;
  padding-left: 0.18rem;
}
.listDisc > li::before {
  content: "";
  display: block;
  width: 3px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%3E%20%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E")
    no-repeat left 0;
  background-size: contain;
  position: absolute;
  top: 0.11rem;
  left: 0.08rem;
}
@media screen and (min-width: 768px), print {
  .listDisc:not(.-pcCol02) li + li {
    margin-top: 0.04rem;
  }
}
@media screen and (min-width: 768px), print {
  .listDisc.-pcCol02 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
  }
  .listDisc.-pcCol02 > * {
    box-sizing: border-box;
  }
  .listDisc.-pcCol02 > li {
    width: calc((100% - 0.12rem) / 2);
  }
  .listDisc.-pcCol02 > li:nth-child(n + 3) {
    margin-top: 0.08rem;
  }
  .listDisc.-pcCol02 > li:nth-child(n + 2) {
    margin-left: 0.12rem;
  }
  .listDisc.-pcCol02 > li:nth-child(2n-1) {
    margin-left: 0;
  }
  .listDisc.-pcCol02 > li:nth-child(2n) {
    margin-right: -1%;
  }
}
@media screen and (max-width: 767px) {
  .listDisc.-spCol02 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
  }
  .listDisc.-spCol02 > * {
    box-sizing: border-box;
  }
  .listDisc.-spCol02 > li {
    width: calc((100% - 0rem) / 2);
  }
  .listDisc.-spCol02 > li:nth-child(n + 3) {
    margin-top: 0.02rem;
  }
  .listDisc.-spCol02 > li:nth-child(n + 2) {
    margin-left: 0;
  }
  .listDisc.-spCol02 > li:nth-child(2n-1) {
    margin-left: 0;
  }
  .listDisc.-spCol02 > li:nth-child(2n) {
    margin-right: -1%;
  }
}
@media screen and (min-width: 768px), print {
  .listDisc.-penType > li {
    font-size: 0.2rem;
    padding-left: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .listDisc.-penType > li {
    font-size: 0.18rem;
    padding-left: 0.28rem;
  }
}
.listDisc.-penType > li::before {
  width: 0.2rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.1807%205.08508C19.6344%204.62884%2019.6357%203.89221%2019.1807%203.4372L16.5675%200.823943C16.1125%200.36893%2015.3747%200.36893%2014.9197%200.823943L13.2251%202.51856L17.4861%206.7797L19.1807%205.08508Z%22%20fill%3D%22%23E67C4A%22%2F%3E%3Cpath%20d%3D%22M3.58344%2012.1553L2.13113%2017.87L7.84442%2016.4164L3.58344%2012.1553Z%22%20fill%3D%22%23E67C4A%22%2F%3E%3Cpath%20d%3D%22M8.78092%2015.4843L16.7077%207.55728L12.4467%203.29614L4.5187%2011.2244L8.77969%2015.4856L8.78092%2015.4843ZM12.3311%205.11866L13.3001%206.08771L8.09965%2011.2884L7.13063%2010.3193L12.3311%205.11866Z%22%20fill%3D%22%23E67C4A%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  top: 0.08rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .listDisc.-penType > li::before {
    top: 0.05rem;
  }
}
.-gakken .listDisc.-penType > li::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.1807%205.08508C19.6344%204.62884%2019.6357%203.89221%2019.1807%203.4372L16.5675%200.823943C16.1125%200.36893%2015.3747%200.36893%2014.9197%200.823943L13.2251%202.51856L17.4861%206.7797L19.1807%205.08508Z%22%20fill%3D%22%23009944%22%2F%3E%3Cpath%20d%3D%22M3.58344%2012.1553L2.13113%2017.87L7.84442%2016.4164L3.58344%2012.1553Z%22%20fill%3D%22%23009944%22%2F%3E%3Cpath%20d%3D%22M8.78092%2015.4843L16.7077%207.55728L12.4467%203.29614L4.5187%2011.2244L8.77969%2015.4856L8.78092%2015.4843ZM12.3311%205.11866L13.3001%206.08771L8.09965%2011.2884L7.13063%2010.3193L12.3311%205.11866Z%22%20fill%3D%22%23009944%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.-clark .listDisc.-penType > li::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.1807%205.08508C19.6344%204.62884%2019.6357%203.89221%2019.1807%203.4372L16.5675%200.823943C16.1125%200.36893%2015.3747%200.36893%2014.9197%200.823943L13.2251%202.51856L17.4861%206.7797L19.1807%205.08508Z%22%20fill%3D%22%23084FA1%22%2F%3E%3Cpath%20d%3D%22M3.58344%2012.1553L2.13113%2017.87L7.84442%2016.4164L3.58344%2012.1553Z%22%20fill%3D%22%23084FA1%22%2F%3E%3Cpath%20d%3D%22M8.78092%2015.4843L16.7077%207.55728L12.4467%203.29614L4.5187%2011.2244L8.77969%2015.4856L8.78092%2015.4843ZM12.3311%205.11866L13.3001%206.08771L8.09965%2011.2884L7.13063%2010.3193L12.3311%205.11866Z%22%20fill%3D%22%23084FA1%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .mainVisual {
    padding: 0 0.48rem;
    max-width: 15.36rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual {
    overflow: hidden;
  }
}
.mainVisual #svg-animation .st1 {
  stroke-width: 11px;
}
.mainVisual #svg-animation .st2 {
  stroke-width: 10px;
}
.mainVisual #svg-animation .st1,
.mainVisual #svg-animation .st2 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.mainVisual__img {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .mainVisual__img {
    align-items: center;
    aspect-ratio: 1.3846153846;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__img {
    aspect-ratio: 0.646875;
  }
}
.mainVisual__title {
  width: 9.14rem;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .mainVisual__title {
    left: -0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__title {
    width: 3.66rem;
    top: 1.47rem;
  }
}
.mainVisual__title svg {
  width: 100%;
}
body.-visited .mainVisual__title .-animImg {
  display: none;
}
.mainVisual__title .-noAnimImg {
  display: none;
}
body.-visited .mainVisual__title .-noAnimImg {
  display: block;
}
.mainVisual__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.16rem 0 0 0;
  background: #fff;
  box-shadow: -0.02rem -0.02rem 0.04rem 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.2rem;
  font-weight: 500;
  letter-spacing: -0.006rem;
  line-height: 1;
  opacity: 0;
  translate: 0.05rem 0;
}
@media screen and (min-width: 768px), print {
  .mainVisual__label {
    width: 2.24rem;
    aspect-ratio: 1;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__label {
    padding: 0.12rem 0.16rem 0.12rem 0.16rem;
    font-size: 0.14rem;
    letter-spacing: -0.0042rem;
  }
}
.mainVisual__label .-num {
  font-family: "Roboto Condensed", sans-serif;
  color: var(--LP-baloon-yellow);
  font-size: 0.4rem;
  font-weight: 900;
  letter-spacing: -0.012rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mainVisual__label .-num {
    font-size: 0.25rem;
    letter-spacing: -0.0075rem;
    margin-right: 0.02rem;
  }
}
.mainVisual__label .-num .-conma {
  margin: 0 -0.02rem 0 -0.02rem;
}
body.-introEnd .mainVisual__label {
  opacity: 1;
  translate: 0 0;
  transition-property: opacity, translate;
  transition-duration: 0.75s;
  transition-timing-function: ease-out;
  transition-delay: 0.25s;
}
.mainVisual__labelImg {
  display: inline-block;
  width: 1rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px), print {
  .mainVisual__labelImg {
    position: relative;
    margin-bottom: var(--spacer-0);
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__labelImg {
    width: 0.7rem;
    margin-right: 0.08rem;
  }
}
.mainVisual__labelImg img {
  width: 100%;
}
.mainVisual__labelImg::after {
  content: "※";
  display: inline-block;
  font-size: 0.12rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .mainVisual__labelImg::after {
    bottom: 0.08rem;
    right: 0.08rem;
  }
}
.mainVisual__labelText > span {
  display: block;
}
.mainVisual__labelText > span:last-child {
  margin-top: -0.02rem;
}
@media screen and (min-width: 768px), print {
  .mainVisual__labelText > span {
    text-align: center;
  }
}
.mainVisual__note {
  text-align: right;
  margin-top: 0.24rem;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-right: 0.08rem;
}
@media screen and (max-width: 767px) {
  .mainVisual__note {
    font-size: 0.13rem;
    margin-top: 0.1rem;
  }
}
.mainVisual__grid {
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .mainVisual__grid {
    grid-template-columns: 3.2rem 3.2rem 3.2rem 4.8rem;
    grid-template-rows: 2.8rem 2.8rem 2.4rem 2.4rem;
    border-radius: 0.32rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__grid {
    grid-template-columns: 1.38rem 1.38rem 1.38rem;
    grid-template-rows: 2.2rem 1.2rem 1.2rem 0.9rem 0.9rem;
  }
}
.mainVisual__gridItem {
  overflow: hidden;
}
.mainVisual__gridItem.-grid01 {
  background:
    radial-gradient(
      38.5% 65.22% at 19.84% 31.56%,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.2) 100%
    ),
    var(--LP-orange);
  background-blend-mode: overlay, normal;
}
@media screen and (min-width: 768px), print {
  .mainVisual__gridItem.-grid01 {
    grid-row: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__gridItem.-grid01 {
    grid-row: 1/2;
  }
}
.mainVisual__gridItem.-grid02 {
  background:
    radial-gradient(
      58.7% 58.7% at 19.06% 25.47%,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.2) 100%
    ),
    var(--LP-yellow);
  background-blend-mode: overlay, normal;
}
@media screen and (min-width: 768px), print {
  .mainVisual__gridItem.-grid02 {
    grid-column: 2/4;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__gridItem.-grid02 {
    grid-column: 2/4;
    grid-row: 1/2;
  }
}
.mainVisual__gridItem.-grid03 {
  background:
    radial-gradient(
      50% 50% at 50% 50%,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.2) 100%
    ),
    var(--LP-green);
  background-blend-mode: overlay, normal;
}
@media screen and (min-width: 768px), print {
  .mainVisual__gridItem.-grid03 {
    grid-column: 4/5;
    grid-row: 1/2;
    border-radius: 0 0.32rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__gridItem.-grid03 {
    grid-row: 2/3;
    width: 2.07rem;
    position: relative;
    right: -0.69rem;
  }
}
.mainVisual__gridItem.-grid04 {
  background:
    radial-gradient(
      50% 50% at 50% 50%,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.2) 100%
    ),
    var(--LP-blue);
  background-blend-mode: overlay, normal;
}
@media screen and (min-width: 768px), print {
  .mainVisual__gridItem.-grid04 {
    grid-column: 4/5;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__gridItem.-grid04 {
    grid-row: 3/4;
    width: 2.07rem;
    position: relative;
    right: -0.69rem;
  }
}
.mainVisual__gridItem.-grid05 {
  background:
    radial-gradient(
      84.08% 62.48% at 32.34% 33.13%,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.2) 100%
    ),
    var(--LP-pink);
  background-blend-mode: overlay, normal;
}
@media screen and (min-width: 768px), print {
  .mainVisual__gridItem.-grid05 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__gridItem.-grid05 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
.mainVisual__gridItem.-grid06 {
  background:
    radial-gradient(
      50% 50% at 50% 50%,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.2) 100%
    ),
    var(--LP-red);
  background-blend-mode: overlay, normal;
}
@media screen and (min-width: 768px), print {
  .mainVisual__gridItem.-grid06 {
    grid-column: 1/2;
    grid-row: 4/5;
    border-radius: 0 0 0 0.32rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__gridItem.-grid06 {
    grid-column: 1/2;
    grid-row: 5/6;
  }
}
.mainVisual__gridItem.-grid07 {
  background:
    radial-gradient(
      48.06% 59.53% at 27.03% 21.25%,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.2) 100%
    ),
    var(--LP-orange);
  background-blend-mode: overlay, normal;
}
@media screen and (min-width: 768px), print {
  .mainVisual__gridItem.-grid07 {
    grid-column: 2/3;
    grid-row: 3/5;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__gridItem.-grid07 {
    grid-column: 2/3;
    grid-row: 4/6;
  }
}
.mainVisual__gridItem.-grid08 {
  background:
    radial-gradient(
      35.59% 44.85% at 39.22% 38.54%,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.2) 100%
    ),
    var(--LP-purple);
  background-blend-mode: overlay, normal;
}
@media screen and (min-width: 768px), print {
  .mainVisual__gridItem.-grid08 {
    grid-column: 3/4;
    grid-row: 3/5;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__gridItem.-grid08 {
    grid-column: 3/4;
    grid-row: 4/6;
  }
}
.mainVisual__gridItem.-grid09 {
  background:
    radial-gradient(
      54.58% 54.58% at 40.52% 31.98%,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.2) 100%
    ),
    var(--LP-light-blue);
  background-blend-mode: overlay, normal;
}
@media screen and (min-width: 768px), print {
  .mainVisual__gridItem.-grid09 {
    grid-column: 4/5;
    grid-row: 3/5;
    border-radius: 0 0 0.32rem 0;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__gridItem.-grid09 {
    grid-column: 1/2;
    grid-row: 2/4;
    width: 2.07rem;
  }
}
.mainVisual__gridItem.-toUp {
  clip-path: inset(100% 0 0 0);
}
.mainVisual__gridItem.-toUp img {
  translate: 0 0.1rem;
}
.mainVisual__gridItem.-toDown {
  clip-path: inset(0 0 100% 0);
}
.mainVisual__gridItem.-toDown img {
  translate: 0 -0.1rem;
}
.mainVisual__gridItem.-toRight {
  clip-path: inset(0 100% 0 0);
}
.mainVisual__gridItem.-toRight img {
  translate: -0.1rem 0;
}
.mainVisual__gridItem.-toLeft {
  clip-path: inset(0 0 0 100%);
}
.mainVisual__gridItem.-toLeft img {
  translate: 0.1rem 0;
}
body.is-load .mainVisual__gridItem:nth-child(odd) {
  transition-delay: 0.1s;
}
body.is-load .mainVisual__gridItem:nth-child(odd) img {
  transition-delay: 0.35s;
}
body.is-load .mainVisual__gridItem {
  clip-path: inset(0 0 0 0);
  transition-property: clip-path;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.mainVisual__gridItem img {
  width: 100%;
  opacity: 0;
  scale: 1.05;
}
body.is-load .mainVisual__gridItem img {
  opacity: 1;
  scale: 1;
  translate: 0 0;
  transition-property: opacity, scale, translate;
  transition-duration: 0.5s, 0.5s, 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0.25s;
}
.mainVisual__speech {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 0.32rem;
  padding: 0.12rem 0.25rem;
  opacity: 0;
  translate: 0 0.02rem;
}
@media screen and (max-width: 767px) {
  .mainVisual__speech {
    font-size: 0.14rem;
    padding: 0.12rem 0.2rem;
  }
}
.mainVisual__speech::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.08rem;
  border-radius: 0.16rem;
  transform: rotate(135deg);
  position: absolute;
  bottom: -0.05rem;
}
@media screen and (max-width: 767px) {
  .mainVisual__speech::after {
    bottom: -0.07rem;
  }
}
@media screen and (min-width: 768px), print {
  .mainVisual__speech.-grid01 {
    top: 3.45rem;
    left: 2.13rem;
    background: var(--LP-baloon-orange);
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__speech.-grid01 {
    top: 1.09rem;
    left: 0.3rem;
    background: var(--LP-red);
  }
}
.mainVisual__speech.-grid01::after {
  background: var(--LP-baloon-orange);
  left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .mainVisual__speech.-grid01::after {
    background: var(--LP-red);
    left: 0.26rem;
  }
}
.mainVisual__speech.-grid02 {
  background: var(--LP-baloon-yellow);
}
.mainVisual__speech.-grid02::after {
  background: var(--LP-baloon-yellow);
  left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .mainVisual__speech.-grid02::after {
    left: 0.26rem;
  }
}
@media screen and (min-width: 768px), print {
  .mainVisual__speech.-grid02 {
    min-width: 1.96rem;
    top: 1.27rem;
    right: 4.26rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__speech.-grid02 {
    top: 0.48rem;
    right: -0.02rem;
  }
}
.mainVisual__speech.-grid09 {
  background: var(--LP-baloon-light-blue);
}
.mainVisual__speech.-grid09::after {
  background: var(--LP-baloon-light-blue);
  right: 0.55rem;
}
@media screen and (max-width: 767px) {
  .mainVisual__speech.-grid09::after {
    transform: rotate(45deg);
    right: 0.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .mainVisual__speech.-grid09 {
    bottom: 4.31rem;
    right: 0.28rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__speech.-grid09 {
    top: 3.6rem;
    left: 0.7rem;
  }
}
body.-introEnd .mainVisual__speech {
  opacity: 1;
  translate: 0 0;
  transition-property: opacity, translate;
  transition-duration: 0.75s;
  transition-timing-function: ease-out;
  transition-delay: 0.25s;
}
body.-dialogNoSupport dialog {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
}
body.-dialogNoSupport dialog:not([open]) {
  display: none;
}
body.-dialogNoSupport dialog + .backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
body.-dialogNoSupport dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}
.modalDialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  overflow-y: auto;
  overscroll-behavior: none;
  background-color: transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  transform: scale(0.95);
  transition:
    opacity 0.25s ease-out,
    transform 0.25s ease-out;
}
.modalDialog::-webkit-scrollbar {
  display: none;
}
.modalDialog::backdrop {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition:
    opacity 0.25s ease-out,
    background-color 0.25s ease-out;
}
.modalDialog.is-open {
  opacity: 1;
  transform: scale(1);
}
.modalDialog.is-open::backdrop {
  opacity: 1;
}
.modalDialog__inner {
  width: 100%;
  height: calc(100% + 1px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalDialog__content {
  width: 10rem;
  max-height: calc(100vh - 0.24rem * 6);
  background-color: var(--LP-light-yellow);
  border-radius: 0.16rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modalDialog__content {
    width: calc(100% - 0.24rem * 2);
    max-height: calc(100svh - 0.24rem * 2);
  }
}
.modalDialog__contentInner {
  max-height: calc(100vh - 0.24rem * 6);
  overflow: auto;
  overscroll-behavior: contain;
  padding: 0.32rem 0.34rem 0.64rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modalDialog__contentInner::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .modalDialog__contentInner {
    max-height: calc(100svh - 0.24rem * 2);
    padding: 0.32rem 0.32rem 0.64rem;
  }
}
@media screen and (min-width: 768px), print {
  .modalDialog__contentInner:focus-visible {
    outline: #ccc solid 2px;
    outline-offset: -4px;
  }
}
.modalDialogClose {
  font: inherit;
  color: var(--LP-text);
  position: absolute;
  top: 0.3rem;
  right: 0.32rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-0);
  padding: 0.12rem;
  min-width: 0.48rem;
  min-height: 0.48rem;
  border-radius: 9999px;
  transition: opacity 0.25s ease-out;
  touch-action: manipulation;
}
@media screen and (max-width: 767px) {
  .modalDialogClose {
    top: 0.16rem;
    right: 0.16rem;
    padding: 0.14rem;
  }
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .modalDialogClose:focus-visible,
  .modalDialogClose:hover {
    opacity: 0.75;
    transition: opacity 0.25s ease-out;
  }
}
.modalDialogClose::after {
  content: "";
  display: inline-block;
  width: 0.28rem;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22%232F1909%22%2F%3E%3Cpath%20d%3D%22M12.8286%207.17188L7.17176%2012.8287%22%20stroke%3D%22%23FFC65F%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M12.8286%2012.8281L7.17176%207.17127%22%20stroke%3D%22%23FFC65F%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.modalDialogClose > span:not([class]) {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .modalDialogClose > span:not([class]) {
    display: none;
  }
}
.modalDialogClose:focus-visible {
  outline: #ccc solid 2px;
  outline-offset: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.noteList {
  line-height: 1.7142857143;
}
.noteList > li {
  color: var(--gray);
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: -0.0042rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .noteList > li {
    font-size: 0.13rem;
  }
}
.noteList > li + li {
  margin-top: 0.08rem;
}
.noteList > li {
  position: relative;
  padding-left: 0.2rem;
}
.noteList > li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.noteList.-textCenter > li,
.noteList.-textRight > li {
  display: inline-block;
}
* + .noteList {
  margin-top: 0.08rem;
}
.noteList + * {
  margin-top: 0.08rem;
}
.timeTable + .noteList {
  margin-top: 0.04rem;
}
.pointList {
  list-style: none;
}
.pointItem {
  --point-accent: var(--main-100);
  --point-contrast: var(--white-100);
  border-radius: 0.32rem 0.32rem;
  background: var(--white-100);
  border: 1px solid var(--border);
  box-shadow: 0 20px 48px rgba(12, 65, 93, 0.08);
  overflow: hidden;
}
.pointItem.-green {
  --point-accent: var(--main-100);
}
.pointItem.-brown {
  --point-accent: var(--sub-100);
}
.pointItem.-purple {
  --point-accent: var(--LP-light-blue);
}
.pointItem.-red {
  --point-accent: var(--LP-light-yellow);
  --point-contrast: var(--grayscale-100);
}
@media screen and (max-width: 767px) {
  .pointItem {
    position: relative;
  }
  .pointItem.-red {
    border-radius: 0.32rem 0.32rem 0 0;
  }
}
.pointItem:not(:first-child) {
  margin-top: 0.64rem;
}
@media screen and (max-width: 767px) {
  .pointItem:not(:first-child) {
    margin-top: 0.4rem;
  }
}
.pointItem__head {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.35;
  display: flex;
  align-items: center;
  padding: 0.2rem 0.8rem 0.2rem 2.6rem;
  position: relative;
  color: var(--point-accent);
}
@media screen and (max-width: 767px) {
  .pointItem__head {
    font-size: 0.16rem;
    line-height: 1.2;
    min-height: 0.84rem;
    padding: 0.205rem 0.24rem 0.205rem 1rem;
  }
}
.-green .pointItem__head,
.-brown .pointItem__head,
.-purple .pointItem__head,
.-red .pointItem__head {
  color: var(--point-accent);
}
@media screen and (min-width: 768px), print {
  .pointItem__head::after {
    content: "";
    display: inline-block;
    width: 0.2rem;
    height: 0.08rem;
    border-radius: 0.16rem;
    transform: rotate(135deg);
    position: absolute;
    bottom: -0.05rem;
    left: 2.2rem;
    background-color: var(--white-100);
    z-index: 1;
  }
}
.pointItem__headLabel {
  font-size: 0.14rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  padding-right: 0.24rem;
  margin-right: 0.24rem;
  border-right: 1px solid currentColor;
  color: var(--point-accent);
}
@media screen and (max-width: 767px) {
  .pointItem__headLabel {
    font-size: 0.12rem;
    padding-right: var(--spacer-3);
    margin-right: var(--spacer-3);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .pointItem__headLabel {
    margin-right: 0.14rem;
    padding-right: 0.14rem;
  }
}
.-green .pointItem__headLabel,
.-brown .pointItem__headLabel,
.-purple .pointItem__headLabel,
.-red .pointItem__headLabel {
  border-color: currentColor;
}
.pointItem__headLabel .-num {
  display: inline-block;
  font-size: 0.32rem;
  margin-top: 0.02rem;
}
@media screen and (max-width: 767px) {
  .pointItem__headLabel .-num {
    font-size: 0.24rem;
    margin-top: 0;
  }
}
.pointItem__bodyText {
  color: var(--LP-text);
  font-size: 0.2rem;
  font-weight: 500;
  letter-spacing: -0.006rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .pointItem__bodyText.-fontL {
    font-size: 0.24rem;
    letter-spacing: -0.0072rem;
  }
}
@media screen and (min-width: 768px), print {
  .pointItem__bodyText.-pcCenter {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pointItem__bodyText {
    font-size: 0.16rem;
  }
}
.pointItem__bodyText + * {
  margin-top: 0.58rem;
}
@media screen and (max-width: 767px) {
  .pointItem__bodyText + * {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pointItem__bodyText + .reasonList {
    margin-top: 0.28rem;
  }
}
.pointItem__lead {
  color: var(--point-contrast);
  font-weight: 700;
  line-height: 1.4;
  background-color: var(--point-accent);
}
@media screen and (min-width: 768px), print {
  .pointItem__lead {
    position: relative;
    font-size: 0.3rem;
    padding: 0.2rem 0.8rem 0.22rem 2.6rem;
    min-height: 1.37rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .pointItem__lead {
    font-size: 0.18rem;
    padding: 0.24rem 0.32rem 0.26rem;
  }
}
.pointItem__lead p {
  color: inherit;
  position: relative;
  z-index: 1;
}
.pointItem__leadImg {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .pointItem__leadImg {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .pointItem__leadImg {
    top: 0;
    z-index: 0;
  }
}
.-green .pointItem__leadImg {
  width: 2rem;
  left: 0.23rem;
}
@media screen and (max-width: 767px) {
  .-green .pointItem__leadImg {
    width: 0.63rem;
    top: 0.14rem;
    left: 0.21rem;
  }
}
.-brown .pointItem__leadImg {
  width: 1.925rem;
  left: 0.425rem;
}
@media screen and (max-width: 767px) {
  .-brown .pointItem__leadImg {
    width: 0.71rem;
    top: 0.06rem;
    left: 0.17rem;
  }
}
.-purple .pointItem__leadImg {
  width: 1.43rem;
  left: 0.72rem;
}
@media screen and (max-width: 767px) {
  .-purple .pointItem__leadImg {
    width: 0.83rem;
    top: 0.08rem;
    left: 0.18rem;
  }
}
.-red .pointItem__leadImg {
  width: 1.67rem;
  left: 0.55rem;
}
@media screen and (max-width: 767px) {
  .-red .pointItem__leadImg {
    width: 0.83rem;
    top: 0.06rem;
    left: 0.2rem;
  }
}
.pointItem__body {
  padding: 0.4rem 0.8rem 0.84rem;
  font-size: 0.2rem;
  line-height: 1.6;
  letter-spacing: -0.006rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pointItem__body {
    font-size: 0.16rem;
    letter-spacing: -0.0048rem;
    padding: 0.24rem 0.24rem 0.4rem;
  }
}
.-green .pointItem__body {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .-green .pointItem__body {
    padding-right: 3.2rem;
    padding-bottom: 1.12rem;
  }
}
@media screen and (max-width: 767px) {
  .-green .pointItem__body {
    gap: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .-red .pointItem__body {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .pointItem__body .accordion + .accordion {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pointItem__body .accordion__wrap {
    width: calc(100% + 0.24rem * 2);
    position: relative;
    left: -0.24rem;
  }
  .pointItem__body .accordion {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .pointItem__body .accordion + .accordion {
    margin-top: 0;
  }
  .pointItem__body .accordion__toggle {
    font-size: 0.18rem;
    font-weight: 700;
  }
  .pointItem__body .accordion__toggle > span:not([class]) {
    padding: 0.16rem 0.4rem 0.16rem 0.16rem;
  }
  .pointItem__body .accordion__toggle > span:not([class]) .-small {
    font-size: 0.13rem;
    font-weight: 500;
  }
}
.pointItem__ribbon {
  aspect-ratio: 0.7791666667;
}
@media screen and (min-width: 768px), print {
  .pointItem__ribbon {
    width: 1.87rem;
    position: absolute;
    top: -0.4rem;
    right: 1.02rem;
  }
}
@media screen and (max-width: 767px) {
  .pointItem__ribbon {
    width: 1.28rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
  }
}
.pointItem__exhibition {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.pointItem__exhibition .-strong {
  color: var(--LP-orange);
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.12rem;
}
@media screen and (max-width: 767px) {
  .pointItem__exhibition .-strong {
    font-size: 0.2rem;
    margin-top: 0.2rem;
  }
}
* + .pointItem__exhibition {
  margin-top: 0.32rem;
}
.pointItem__exhibitionName {
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.0042rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.24rem;
}
.pointItem__exhibitionLink {
  color: var(--gray);
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: -0.0042rem;
  line-height: 1.6;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .pointItem__exhibitionLink {
    font-size: 0.13rem;
  }
}
.reasonList {
  list-style: none;
  counter-reset: listOrder-number;
}
@media screen and (max-width: 767px) {
  .reasonList {
    margin-right: 0.08rem;
    margin-left: 0.08rem;
  }
}
.reasonItem + .reasonItem {
  margin-top: 0.64rem;
}
@media screen and (max-width: 767px) {
  .reasonItem + .reasonItem {
    margin-top: 0.48rem;
  }
}
.reasonItem__head {
  color: var(--LP-purple);
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: var(--spacer-3);
}
@media screen and (max-width: 767px) {
  .reasonItem__head {
    font-size: 0.18rem;
    gap: var(--spacer-1);
  }
}
.reasonItem__head::before {
  content: counter(listOrder-number);
  counter-increment: listOrder-number 1;
  display: inline-block;
  color: #fff;
  background-color: var(--LP-purple);
  border-radius: 50%;
  width: 0.8rem;
  height: 0.77rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding-bottom: 0.03rem;
}
@media screen and (max-width: 767px) {
  .reasonItem__head::before {
    width: 0.32rem;
    height: 0.29rem;
    font-size: 0.2rem;
  }
}
.reasonItem__head .-small {
  color: var(--LP-text);
  font-size: 0.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .reasonItem__head .-small {
    font-size: 0.16rem;
  }
}
.reasonItem__head + * {
  margin-top: 0.32rem;
}
@media screen and (max-width: 767px) {
  .reasonItem__head + * {
    margin-top: 0.24rem;
  }
}
.reasonItem__headInner > * {
  display: block;
}
@media screen and (min-width: 768px), print {
  .reasonItem__body {
    aspect-ratio: 1.8666666667;
    border-radius: 0.16rem;
    overflow: hidden;
    position: relative;
  }
}
.reasonItem__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .reasonItem__bodyImg {
    aspect-ratio: 1.59;
    border-radius: 0.08rem 0.08rem 0 0;
    overflow: hidden;
    position: relative;
  }
}
.reasonItem__bodyText {
  width: 100%;
  color: var(--white-100);
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
  padding: 0.175rem var(--spacer-4);
  border-radius: 0 0 0.16rem 0.16rem;
  background: var(--LP-pink);
}
@media screen and (min-width: 768px), print {
  .reasonItem__bodyText {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .reasonItem__bodyText {
    font-size: 0.15rem;
    padding: 0.14rem var(--spacer-4) 0.155rem;
    border-radius: 0 0 0.08rem 0.08rem;
    position: relative;
    top: -1px;
  }
}
.searchCampus {
  position: relative;
  min-height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  #wrapper[style*="zoom"] .searchCampus {
    min-height: 3.9rem;
  }
}
@media screen and (max-width: 767px) {
  .searchCampus {
    min-height: 5rem;
  }
}
.searchCampusSlider {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .searchCampusSlider .splide__slide {
    width: 24.08rem !important;
  }
  #wrapper[style*="zoom"] .searchCampusSlider .splide__slide {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .searchCampusSlider .splide__slide {
    width: 17.2rem !important;
  }
}
.searchCampusSlider .splide__slide img {
  width: 100%;
}
.searchCampus__button {
  font: inherit;
  color: var(--LP-text);
  font-size: 0.4rem;
  font-weight: 700;
  letter-spacing: -0.02rem;
  line-height: 1;
  padding: var(--spacer-6) 0.76rem var(--spacer-7);
  border-radius: 0.08rem;
  border: 1px solid var(--LP-text);
  background: var(--LP-light-yellow);
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--spacer-4);
  transition: background 0.25s ease-out;
}
@media screen and (max-width: 767px) {
  .searchCampus__button {
    font-size: 0.22rem;
    letter-spacing: -0.011rem;
    padding: var(--spacer-5) 0.295rem var(--spacer-6);
    gap: var(--spacer-2);
  }
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .searchCampus__button:focus-visible,
  .searchCampus__button:hover {
    background: var(--white-100);
    transition: background 0.25s ease-out;
  }
}
.searchCampus__button:focus-visible {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
  outline-offset: -6px;
}
.searchCampus__button .-small {
  font-size: 0.24rem;
  letter-spacing: -0.012rem;
}
@media screen and (max-width: 767px) {
  .searchCampus__button .-small {
    font-size: 0.18rem;
    letter-spacing: -0.009rem;
  }
}
.searchCampus__button .-small + * {
  margin-top: 0.12rem;
}
@media screen and (max-width: 767px) {
  .searchCampus__button .-small + * {
    margin-top: 0.1rem;
  }
}
.searchCampus__button::before {
  content: "";
  display: inline-block;
  width: 0.52rem;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2252%22%20height%3D%2251%22%20viewBox%3D%220%200%2052%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_13967_8122%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%22-1%22%20width%3D%2252%22%20height%3D%2252%22%3E%3Cpath%20d%3D%22M2%2036.0763C2%2035.429%202.25286%2034.8082%202.70294%2034.3505C3.15303%2033.8928%203.76348%2033.6357%204.4%2033.6357H11.6V25.0933L26%2015.3306L40.4%2025.0933V33.6357H47.6C48.2365%2033.6357%2048.847%2033.8928%2049.2971%2034.3505C49.7471%2034.8082%2050%2035.429%2050%2036.0763V47.0594C50%2047.7067%2049.7471%2048.3275%2049.2971%2048.7852C48.847%2049.2429%2048.2365%2049.5001%2047.6%2049.5001H2V36.0763Z%22%20fill%3D%22white%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M26%203.12744V15.3308%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M40.4%2010.4492V3.12712C40.4%203.12712%2038.6%206.78814%2033.2%203.12712C27.8%20-0.533898%2026%203.12712%2026%203.12712V10.4492C26%2010.4492%2027.8%206.78814%2033.2%2010.4492C38.6%2014.1102%2040.4%2010.4492%2040.4%2010.4492Z%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M30.8%2049.5001V33.6357H21.2V49.5001%22%20stroke%3D%22black%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M18.8%2049.5H33.2%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_13967_8122)%22%3E%3Cpath%20d%3D%22M-2.79999%20-4.19482H54.8V54.3814H-2.79999V-4.19482Z%22%20fill%3D%22%232F1909%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: relative;
  top: 0.04rem;
}
@media screen and (max-width: 767px) {
  .searchCampus__button::before {
    width: 0.34rem;
  }
}
.searchCampus__buttonInner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.searchCampusModal .modalDialog__contentInner {
  margin-top: 1.24rem;
  margin-bottom: 1.76rem;
  padding: 0 0.34rem 0;
  max-height: calc(100vh - 0.24rem * 6 - (1.24rem + 1.76rem));
}
@media screen and (max-width: 767px) {
  .searchCampusModal .modalDialog__contentInner {
    margin-top: 0.92rem;
    margin-bottom: 1.32rem;
    padding: 0 0.32rem 0;
    max-height: calc(100svh - 0.24rem * 4 - (0.92rem + 1.32rem));
  }
}
.searchCampusModal.-date .modalDialog__contentInner {
  margin-bottom: 0.64rem;
}
@media screen and (max-width: 767px) {
  .searchCampusModal.-date .modalDialog__contentInner {
    margin-top: 0.86rem;
  }
}
.searchCampusModal__head {
  color: var(--grayscale-100);
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  padding: 0.26rem 0.43rem 0;
  background-color: var(--LP-light-yellow);
  border-radius: 0.16rem;
  position: absolute;
  top: -0.32rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.searchCampusModal.-date .searchCampusModal__head {
  font-size: 0.28rem;
}
@media screen and (max-width: 767px) {
  .searchCampusModal.-date .searchCampusModal__head {
    font-size: 0.2rem;
    padding: 0.26rem 0.02rem 0;
  }
}
.searchCampusModal__head .-label {
  font-size: 0.18rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .searchCampusModal__head .-label {
    font-size: 0.14rem;
  }
}
.searchCampusModal__head .-title {
  display: block;
  margin-block-start: calc(0rem + var(--leading-trim));
  border-bottom: 0.03rem solid var(--LP-text);
  padding: 0 0.08rem;
}
@media screen and (max-width: 767px) {
  .searchCampusModal__head .-title {
    line-height: 1.35;
    padding-bottom: 0.04rem;
  }
}
@media screen and (max-width: 767px) {
  .searchCampusModal.-date .searchCampusModal__head .-title {
    margin-top: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .searchCampusModal__head {
    font-size: 0.24rem;
    padding: 0.32rem 0.51rem 0;
    width: calc(100% - 0.32rem * 2);
  }
}
.searchCampusModal__head > * {
  display: block;
}
.searchCampusModal__body .buttonBox {
  position: absolute;
  bottom: 0.64rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .searchCampusModal__body .buttonBox {
    bottom: 0.4rem;
  }
  .searchCampusModal__body .buttonBox .buttonA {
    padding: 0.16rem 0.4rem;
    min-width: 2.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .searchCampusModal__areaBlock {
    display: flex;
    gap: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .searchCampusModal__area + .searchCampusModal__area {
    margin-top: 0.18rem;
  }
}
.searchCampusModal__areaTitle {
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: var(--spacer-1);
}
.searchCampusModal__areaTitle::before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2252%22%20height%3D%2251%22%20viewBox%3D%220%200%2052%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_13967_8122%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%22-1%22%20width%3D%2252%22%20height%3D%2252%22%3E%3Cpath%20d%3D%22M2%2036.0763C2%2035.429%202.25286%2034.8082%202.70294%2034.3505C3.15303%2033.8928%203.76348%2033.6357%204.4%2033.6357H11.6V25.0933L26%2015.3306L40.4%2025.0933V33.6357H47.6C48.2365%2033.6357%2048.847%2033.8928%2049.2971%2034.3505C49.7471%2034.8082%2050%2035.429%2050%2036.0763V47.0594C50%2047.7067%2049.7471%2048.3275%2049.2971%2048.7852C48.847%2049.2429%2048.2365%2049.5001%2047.6%2049.5001H2V36.0763Z%22%20fill%3D%22white%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M26%203.12744V15.3308%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M40.4%2010.4492V3.12712C40.4%203.12712%2038.6%206.78814%2033.2%203.12712C27.8%20-0.533898%2026%203.12712%2026%203.12712V10.4492C26%2010.4492%2027.8%206.78814%2033.2%2010.4492C38.6%2014.1102%2040.4%2010.4492%2040.4%2010.4492Z%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M30.8%2049.5001V33.6357H21.2V49.5001%22%20stroke%3D%22black%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M18.8%2049.5H33.2%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_13967_8122)%22%3E%3Cpath%20d%3D%22M-2.79999%20-4.19482H54.8V54.3814H-2.79999V-4.19482Z%22%20fill%3D%22%232F1909%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.searchCampusModal__areaTitle + * {
  margin-top: 0.16rem;
}
@media screen and (max-width: 767px) {
  .searchCampusModal__areaTitle + * {
    margin-top: 0.08rem;
  }
}
@media screen and (min-width: 768px), print {
  .searchCampusModal__areaListWrap {
    display: flex;
    gap: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .searchCampusModal__areaList
    + .searchCampusModal__areaList
    > .searchCampusModal__areaItem:first-child {
    border-top: none;
  }
}
.searchCampusModal__areaItem {
  background: var(--white-100);
  padding: var(--spacer-2) 0.21rem 0.16rem;
  border-top: 1px solid var(--LP-text);
  border-right: 1px solid var(--LP-text);
  border-left: 1px solid var(--LP-text);
  font-size: 0.13rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .searchCampusModal__areaItem {
    padding: var(--spacer-1) 0.23rem 0.11rem;
    font-size: 0.14rem;
  }
}
.searchCampusModal__areaItem:last-child {
  border-bottom: 1px solid var(--LP-text);
}
.searchCampusModal__areaItem .-name {
  color: var(--LP-orange);
  font-size: 0.18rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .searchCampusModal__areaItem .-name {
    font-size: 0.18rem;
  }
}
.searchCampusModal__areaItem:has(a[href]) {
  padding: 0;
}
.searchCampusModal__areaItem a {
  display: block;
  font-size: 0.18rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  position: relative;
  padding: var(--spacer-2) 0.4rem 0.16rem 0.21rem;
}
@media screen and (max-width: 767px) {
  .searchCampusModal__areaItem a .-name {
    font-size: 0.18rem;
  }
}
.searchCampusModal__areaItem a .-small {
  font-size: 0.16rem;
  line-height: 0;
}
.searchCampusModal__areaItem a::after {
  content: "";
  display: inline-block;
  width: 0.12rem;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2215%22%20viewBox%3D%220%200%2012%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%207.5L1.78017e-07%2014.4282L1.27811e-08%200.571797L12%207.5Z%22%20fill%3D%22%232F1909%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0.24rem;
  transform: translateY(-50%);
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .searchCampusModal__areaItem a:focus-visible,
  .searchCampusModal__areaItem a:hover {
    background-color: var(--text);
    transition: background-color 0.25s ease-out;
  }
  .searchCampusModal__areaItem a:focus-visible .-name,
  .searchCampusModal__areaItem a:hover .-name {
    color: var(--LP-light-yellow);
    transition: color 0.25s ease-out;
  }
  .searchCampusModal__areaItem a:focus-visible::after,
  .searchCampusModal__areaItem a:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2215%22%20viewBox%3D%220%200%2012%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%207.5L1.78017e-07%2014.4282L1.27811e-08%200.571797L12%207.5Z%22%20fill%3D%22%23ffc65f%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px), print {
  .searchCampusModal.-date .searchCampusModal__areaItem {
    min-width: 2.14rem;
  }
}
.sectionTitle {
  text-align: center;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: -0.0384rem;
  line-height: 1.35;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .sectionTitle {
    justify-content: center;
    gap: 0.32rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionTitle {
    font-size: 0.3169rem;
    letter-spacing: -0.02535rem;
    justify-content: space-between;
    margin-right: 0.12rem;
    margin-left: 0.12rem;
  }
}
@media screen and (min-width: 768px), print {
  .sectionTitle:has(.-small)::after,
  .sectionTitle:has(.-small)::before {
    margin-bottom: 0.08rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionTitle:has(.-small)::after,
  .sectionTitle:has(.-small)::before {
    margin-top: 0.1rem;
  }
}
.sectionTitle::after,
.sectionTitle::before {
  content: "";
  display: inline-block;
  width: 0.64rem;
  aspect-ratio: 2;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sectionTitle::after,
  .sectionTitle::before {
    width: 0.52rem;
  }
}
.sectionTitle::before {
  background-image: url(../img/icon_title_left.svg);
}
.sectionTitle::after {
  background-image: url(../img/icon_title_right.svg);
}
.sectionTitle.-point {
  font-size: 0.48rem;
  letter-spacing: -0.1248rem;
}
.sectionTitle.-point::after,
.sectionTitle.-point::before {
  margin-bottom: 0.04rem;
}
.sectionTitle.-point .sectionTitle__inner {
  padding-left: 0.44rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sectionTitle.-point .sectionTitle__inner {
    padding-left: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionTitle.-point .sectionTitle__inner .-small {
    font-size: 0.13rem;
  }
}
.sectionTitle.-point .sectionTitle__inner .-img {
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px), print {
  .sectionTitle.-point .sectionTitle__inner .-img {
    width: 2.41rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionTitle.-point .sectionTitle__inner .-img {
    width: 1.56rem;
  }
}
.sectionTitle.-point .sectionTitle__inner .-img img {
  width: 100%;
}
.sectionTitle.-point .sectionTitle__inner .-num {
  font-size: 0.85rem;
  line-height: 1;
  position: absolute;
  bottom: -0.06rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sectionTitle.-point .sectionTitle__inner .-num {
    font-size: 0.67342rem;
  }
}
.sectionTitle + * {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .sectionTitle + * {
    margin-top: 0.54rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionTitle + .accordion__wrap {
    margin-top: 0.46rem;
  }
}
.sectionTitle + .pointList {
  margin-top: 0.85rem;
}
@media screen and (max-width: 767px) {
  .sectionTitle + .pointList {
    margin-top: 0.54rem;
  }
}
.sectionTitle__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.sectionTitle__inner .-small {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  padding: 0.05rem 0;
  border-bottom: 1px solid var(--main-100);
}
@media screen and (max-width: 767px) {
  .sectionTitle__inner .-small {
    font-size: 0.14261rem;
  }
}
.seqLead {
  padding: 0.82rem 0 1.04rem;
}
@media screen and (max-width: 767px) {
  .seqLead {
    padding: 0.4rem 0 0.84rem;
  }
}
@media screen and (min-width: 768px), print {
  .seqLead__inner {
    max-width: 12rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .seqLead__inner {
    margin-right: 0.24rem;
    margin-left: 0.24rem;
  }
}
.seqLead__title {
  color: var(--main-100);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  display: block;
  margin-block-end: calc(0rem + var(--leading-trim));
  padding-top: 1rem;
}
@media screen and (min-width: 768px), print {
  .seqLead__title {
    font-size: 0.48rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--spacer-1);
  }
}
@media screen and (max-width: 767px) {
  .seqLead__title {
    font-size: 0.26rem;
  }
}
.seqLead__title .-strong {
  display: inline-block;
  font-size: 0.56rem;
  position: relative;
  padding-bottom: 0.02rem;
}
@media screen and (max-width: 767px) {
  .seqLead__title .-strong {
    font-size: 0.26rem;
    font-weight: 900;
    padding-bottom: 0.1rem;
  }
}
.seqLead__title .-strong::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(0, 1);
}
@media screen and (max-width: 767px) {
  .seqLead__title .-strong::after {
    height: 3px;
  }
}
.seqLead__title .-strong.-inviewed::after {
  transform: scale(1, 1);
  transition: transform 0.5s ease-out;
  transform-origin: 0 0;
}
.seqLead__title .-strong.-orange {
  color: var(--LP-orange);
}
.seqLead__title .-strong.-orange::after {
  background-color: var(--LP-orange);
}
.seqLead__title .-strong.-blue {
  color: var(--LP-blue);
}
.seqLead__title .-strong.-blue::after {
  background-color: var(--LP-blue);
}
.seqLead__title .-strong.-green {
  color: var(--LP-green);
}
.seqLead__title .-strong.-green::after {
  background-color: var(--LP-green);
}
@media screen and (min-width: 768px), print {
  .seqLead__title .-strong.-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.12rem;
  }
}
@media screen and (max-width: 767px) {
  .seqLead__title .-strong.-icon {
    gap: 0.04rem;
    padding-bottom: 0.04rem;
  }
}
.seqLead__title .-strong.-icon::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: relative;
  top: 0.08rem;
}
@media screen and (max-width: 767px) {
  .seqLead__title .-strong.-icon::before {
    width: 0.48rem;
    top: 0.14rem;
    margin-right: 0.04rem;
  }
}
.seqLead__title .-strong.-icon.-support::before {
  background-image: url(../img/icon_support.webp);
}
@media screen and (max-width: 767px) {
  .seqLead__title .-strong.-icon.-support {
    margin-right: 0.03rem;
  }
}
.seqLead__title .-strong.-icon.-teaching::before {
  background-image: url(../img/icon_teaching.webp);
}
.seqLead__title .-strong.-icon::after {
  width: calc(100% - 0.92rem);
}
@media screen and (max-width: 767px) {
  .seqLead__title .-strong.-icon::after {
    width: calc(100% - 0.52rem);
  }
}
@media screen and (min-width: 768px), print {
  .seqLead__title .-flexText {
    display: flex;
    align-items: center;
    gap: 0.12rem;
    margin: 0.14rem 0 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .seqLead__title .-mt {
    display: inline-block;
    margin: 0.12rem 0 0 0.22rem;
  }
}
.seqLead__title + * {
  margin-top: 0.52rem;
}
@media screen and (max-width: 767px) {
  .seqLead__title + * {
    margin-top: 0.4rem;
  }
}
* + .seqLead__title {
  margin-top: 1.14rem;
}
@media screen and (max-width: 767px) {
  * + .seqLead__title {
    margin-top: 0.78rem;
  }
}
.seqLead__text {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .seqLead__text {
    font-size: 0.26rem;
    letter-spacing: -0.0078rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .seqLead__text {
    font-size: 0.18rem;
    letter-spacing: -0.0054rem;
    margin-left: 0.16rem;
    margin-right: 0.16rem;
  }
}
.seqLead__text .-small {
  font-size: 0.18rem;
  letter-spacing: -0.0054rem;
}
@media screen and (max-width: 767px) {
  .seqLead__text .-small {
    font-size: 0.14rem;
    letter-spacing: -0.0042rem;
  }
}
.seqPoint {
  padding-top: 1.66rem;
}
@media screen and (max-width: 767px) {
  .seqPoint {
    padding-top: 0.84rem;
  }
}
@media screen and (min-width: 768px), print {
  .seqPoint__inner {
    max-width: 12rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .seqPoint__inner {
    margin-right: 0.24rem;
    margin-left: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .seqPoint__inner {
    margin-right: 0.16rem;
    margin-left: 0.16rem;
  }
}
.seqVoice {
  padding: 1.62rem 0 1.04rem;
}
@media screen and (max-width: 767px) {
  .seqVoice {
    padding: 0.84rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .seqVoice__inner {
    max-width: 12rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .seqVoice__inner {
    margin-right: 0.24rem;
    margin-left: 0.24rem;
  }
}
.seqFaq {
  padding: 1.5rem 0 0.84rem;
}
@media screen and (max-width: 767px) {
  .seqFaq {
    padding: 0.84rem 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .seqFaq__inner {
    max-width: 12rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .seqFaq__inner {
    margin-right: 0.24rem;
    margin-left: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .spTableScroll {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .spTableScroll__inner {
    overflow-x: scroll;
    position: relative;
  }
  .spTableScroll__inner > table {
    width: 200%;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px), print {
  .spTableScroll__range {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .spTableScroll__range {
    margin-bottom: 0.17rem;
    border-radius: 20px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: 0;
    height: 0.03rem;
    width: 30%;
    margin-left: auto;
    background: #ddd;
    border: none;
    position: relative;
  }
  .spTableScroll__range::before {
    content: "";
    display: block;
    position: absolute;
    left: -0.3rem;
    top: -0.16rem;
    width: calc(100% + 0.4rem);
    height: 0.36rem;
    z-index: 0;
  }
  .spTableScroll__range::after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M9.29289322%2C7%20L3.70710678%2C7%20L4.85355339%2C8.14644661%20C5.04881554%2C8.34170876%205.04881554%2C8.65829124%204.85355339%2C8.85355339%20C4.65829124%2C9.04881554%204.34170876%2C9.04881554%204.14644661%2C8.85355339%20L2.14644661%2C6.85355339%20C1.95118446%2C6.65829124%201.95118446%2C6.34170876%202.14644661%2C6.14644661%20L4.14644661%2C4.14644661%20C4.34170876%2C3.95118446%204.65829124%2C3.95118446%204.85355339%2C4.14644661%20C5.04881554%2C4.34170876%205.04881554%2C4.65829124%204.85355339%2C4.85355339%20L3.70710678%2C6%20L9.29289322%2C6%20L8.14644661%2C4.85355339%20C7.95118446%2C4.65829124%207.95118446%2C4.34170876%208.14644661%2C4.14644661%20C8.34170876%2C3.95118446%208.65829124%2C3.95118446%208.85355339%2C4.14644661%20L10.8535534%2C6.14644661%20C11.0488155%2C6.34170876%2011.0488155%2C6.65829124%2010.8535534%2C6.85355339%20L8.85355339%2C8.85355339%20C8.65829124%2C9.04881554%208.34170876%2C9.04881554%208.14644661%2C8.85355339%20C7.95118446%2C8.65829124%207.95118446%2C8.34170876%208.14644661%2C8.14644661%20L9.29289322%2C7%20Z%20M14%2C9.5%20L14%2C12.0474376%20C14%2C12.3783481%2013.8839855%2C12.698786%2013.6721417%2C12.9529985%20C13.1720143%2C13.5531514%2012.2800608%2C13.6342381%2011.6799078%2C13.1341106%20L10.7560738%2C12.3642489%20C10.4736449%2C12.1288916%2010.11764%2C12%209.75%2C12%20C9.48363526%2C12%209.24082605%2C12.1526146%209.12532205%2C12.3926334%20L9.08962348%2C12.4668155%20C8.95447865%2C12.7476481%208.99541029%2C13.0814869%209.19439734%2C13.321352%20L13.607865%2C18.6414804%20C14.3217788%2C19.502054%2015.3818498%2C20%2016.5%2C20%20C18.9852814%2C20%2021%2C17.9852814%2021%2C15.5%20L21%2C11.5%20C21%2C11.2238576%2020.7761424%2C11%2020.5%2C11%20C20.2238576%2C11%2020%2C11.2238576%2020%2C11.5%20L20%2C12.5%20C20%2C12.7761424%2019.7761424%2C13%2019.5%2C13%20C19.2238576%2C13%2019%2C12.7761424%2019%2C12.5%20L19%2C10.5%20C19%2C10.2238576%2018.7761424%2C10%2018.5%2C10%20C18.2238576%2C10%2018%2C10.2238576%2018%2C10.5%20L18%2C12.5%20C18%2C12.7761424%2017.7761424%2C13%2017.5%2C13%20C17.2238576%2C13%2017%2C12.7761424%2017%2C12.5%20L17%2C9.5%20C17%2C9.22385763%2016.7761424%2C9%2016.5%2C9%20C16.2238576%2C9%2016%2C9.22385763%2016%2C9.5%20L16%2C12.5%20C16%2C12.7761424%2015.7761424%2C13%2015.5%2C13%20C15.2238576%2C13%2015%2C12.7761424%2015%2C12.5%20L15%2C5.5%20C15%2C5.22385763%2014.7761424%2C5%2014.5%2C5%20C14.2238576%2C5%2014%2C5.22385763%2014%2C5.5%20L14%2C9.5%20Z%20M13%2C9.49999945%20L13%2C5.5%20C13%2C4.67157288%2013.6715729%2C4%2014.5%2C4%20C15.3284271%2C4%2016%2C4.67157288%2016%2C5.5%20L16%2C8.08535285%20C16.1563895%2C8.03007711%2016.3246823%2C8%2016.5%2C8%20C17.191734%2C8%2017.7741062%2C8.46823386%2017.9474595%2C9.10504462%20C18.1184541%2C9.03725677%2018.3048761%2C9%2018.5%2C9%20C19.191734%2C9%2019.7741062%2C9.46823386%2019.9474595%2C10.1050446%20C20.1184541%2C10.0372568%2020.3048761%2C10%2020.5%2C10%20C21.3284271%2C10%2022%2C10.6715729%2022%2C11.5%20L22%2C15.5%20C22%2C18.5375661%2019.5375661%2C21%2016.5%2C21%20C15.0842933%2C21%2013.7421216%2C20.3695431%2012.8382246%2C19.279958%20L8.42475695%2C13.9598296%20C7.97611908%2C13.4190278%207.88383427%2C12.6663521%208.18853292%2C12.0331845%20L8.2242315%2C11.9590024%20C8.50634865%2C11.3727595%209.09940726%2C11%209.75%2C11%20C10.3515765%2C11%2010.9341143%2C11.2109078%2011.3962582%2C11.5960277%20L12.3200922%2C12.3658894%20C12.4959683%2C12.5124527%2012.7573571%2C12.4886901%2012.9039205%2C12.3128141%20C12.9660017%2C12.2383166%2013%2C12.1444116%2013%2C12.0474376%20L13%2C9.5%20Z%22%2F%3E%3C%2Fsvg%3E")
      no-repeat left 0;
    content: "";
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
    left: -0.22rem;
    top: -0.04rem;
    opacity: 0.8;
    z-index: 0;
  }
  .spTableScroll__range:active::-webkit-slider-thumb {
    width: 0.3rem;
    height: 0.3rem;
  }
  .spTableScroll__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #555;
    width: 0.22rem;
    height: 0.03rem;
    border-radius: 20px;
    border: none !important;
    position: relative;
    z-index: 1;
  }
  .spTableScroll__range::-webkit-slider-thumb:active {
    width: 0.22rem;
    height: 0.22rem;
  }
  .spTableScroll__range::-moz-range-thumb {
    background: #555;
    width: 0.2rem;
    height: 0.03rem;
    border-radius: 50%;
    border: none;
  }
  .spTableScroll__range::-moz-focus-outer {
    border: 0;
  }
}
.timeTable {
  width: 100%;
  border-collapse: collapse;
}
.timeTable td,
.timeTable th {
  font-family: "Noto Sans JP", serif;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #fff;
  background-color: #f2e8dd;
}
.timeTable thead th {
  color: var(--white-100);
  font-size: 0.14rem;
  font-weight: 700;
  background: var(--LP-red);
  padding: 0.1rem var(--spacer-2);
  border-bottom: none;
}
.timeTable thead th:nth-child(1) {
  background: 0 0;
}
.timeTable tbody th {
  font-size: 0.13rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  border-right-width: 4px;
  padding: 0.03rem 0.02rem 0.04rem;
}
.timeTable tbody th.-period {
  color: var(--white-100);
  background: var(--LP-red);
  padding: 0.06rem 0.02rem;
}
.timeTable tbody td {
  font-size: 0.13rem;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .timeTable tbody td {
    padding: 0 0.02rem;
  }
}
.timeTable + * {
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .timeTable + * {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .timeTable + .listDisc {
    margin-top: 0.24rem;
  }
}
.timeTableCaption {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}
.timeTable__note {
  font-size: 0.16rem;
  line-height: 1.6;
  letter-spacing: -0.0048rem;
}
* + .timeTable__note {
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  * + .timeTable__note {
    margin-top: 0.3rem;
  }
}
@media screen and (min-width: 768px), print {
  .timeTable__img {
    width: 6.32rem;
    margin: 0 auto;
  }
}
* + .timeTable__img {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  * + .timeTable__img {
    margin-top: 0.3rem;
  }
}
.timeTable__img + * {
  margin-top: 0.32rem;
}
@media screen and (max-width: 767px) {
  .timeTable__img + * {
    margin-top: 0.4rem;
  }
}
.titleQA {
  color: var(--LP-text);
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.0072rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .titleQA {
    font-size: 0.16rem;
    line-height: 1.4;
    letter-spacing: -0.0048rem;
    text-align: center;
  }
}
.titleQA .-main {
  color: var(--LP-brown);
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.0096rem;
}
@media screen and (max-width: 767px) {
  .titleQA .-main {
    font-size: 0.24rem;
    line-height: 1.6;
  }
}
.titleQA .-main::before {
  content: "Q.";
  display: inline-block;
  font-size: 0.4rem;
  margin-right: var(--spacer-3);
  position: relative;
  top: 0.02rem;
}
@media screen and (max-width: 767px) {
  .titleQA .-main::before {
    font-size: 0.24rem;
    margin-right: var(--spacer-0);
  }
}
* + .titleQA {
  margin-top: 0.42rem;
}
.titleQA + * {
  margin-top: 0.43rem;
}
@media screen and (max-width: 767px) {
  .titleQA + * {
    margin-top: 0.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .voiceList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
  }
  .voiceList > * {
    box-sizing: border-box;
  }
  .voiceList:after {
    content: "";
    display: block;
    width: calc((100% - 0.64rem) / 3);
  }
  .voiceList > .voiceItem {
    width: calc((100% - 0.64rem) / 3);
  }
  .voiceList > .voiceItem:nth-child(n + 4) {
    margin-top: 0.32rem;
  }
  .voiceList > .voiceItem:nth-child(n + 2) {
    margin-left: 0.32rem;
  }
  .voiceList > .voiceItem:nth-child(3n-2) {
    margin-left: 0;
  }
  .voiceList > .voiceItem:nth-child(3n) {
    margin-right: -1%;
  }
}
.voiceItem {
  border-radius: 0.16rem;
  background: #fff;
  padding: var(--spacer-7) var(--spacer-6);
}
@media screen and (max-width: 767px) {
  .voiceItem:not(:first-child) {
    margin-top: var(--spacer-5);
  }
}
.voiceItem__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.16rem;
}
.voiceItem__head .-name {
  font-size: 0.16rem;
  line-height: 1.25;
  letter-spacing: -0.0042rem;
}
.voiceItem__head + * {
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .voiceItem__head + * {
    margin-top: 0.24rem;
  }
}
.voiceItem__title {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.006rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voiceItem__title {
    font-size: 0.18rem;
    line-height: 1.2;
  }
}
.voiceItem__title + * {
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .voiceItem__title + * {
    margin-top: 0.24rem;
  }
}
.voiceItem__text {
  line-height: 1.35;
  letter-spacing: -0.0048rem;
}
@media screen and (max-width: 767px) {
  .voiceItem__text {
    line-height: 1.2;
  }
}
