@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;700;900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul, summary {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* common */
*, *::before, *::after {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
:root {
  --primary: #6B2210;
  --primary-hover: #471609;
  --accent:#C20000;
  --accent-hover: #980000;
  --accent-pale:#FF9669;
  --text: #333333;
  --marker: #ecd825;
  --bg: #FFFAF4;
  --bg-light: #FFFAF4;
  --bg-primary: #B18153;
  --bg-primary-hover: #916234;
  --white: #fff;
  --column: #F2EEDF;
  --yellow: #FFE78E;
  --skyblue: #B3DCFF;
  --red: #FF9999;
  --green: #E6F59A;
}

h1.site-title {
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -1000px;
  left: -1000px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.section-heading {
  font-size: clamp(1.75rem, -1.2008196721rem + 7.3770491803vw, 4rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.25em;
  color: var(--accent);
}
.section-heading .first-char {
  color: var(--accent);
}
.section-heading .sub {
  display: block;
  color: var(--bg-primary);
  font-size: clamp(0.75rem, -0.5614754098rem + 3.2786885246vw, 1.75rem);
}

.column-heading {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  font-size: clamp(1.5rem, 1.1721311475rem + 0.8196721311vw, 1.75rem);
  line-height: 1.3;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: clamp(12px, 2.1276595745vw, 24px);
  color: var(--primary);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.column-heading span {
  display: block;
  font-size: clamp(0.75rem, 0.5860655738rem + 0.4098360656vw, 0.875rem);
}

.parts-heading {
  font-size: clamp(1.375rem, 0.2274590164rem + 2.868852459vw, 2.25rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: var(--primary);
  margin-bottom: 0.2em;
}

.card-heading {
  font-size: clamp(1.375rem, 0.8831967213rem + 1.2295081967vw, 1.75rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: var(--primary);
  margin-bottom: 0.25em;
}
.card-heading.light {
  color: var(--bg-primary);
  font-size: 18px;
}

.small-heading {
  font-size: clamp(0.875rem, 0.7110655738rem + 0.4098360656vw, 1rem);
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  color: var(--primary);
  margin-bottom: 0.5em;
}

.lead {
  font-size: clamp(1.125rem, 0.9610655738rem + 0.4098360656vw, 1.25rem);
  font-weight: 700;
  line-height: 1.6;
  color: var(--text);
}

.text {
  font-size: clamp(0.875rem, 0.7110655738rem + 0.4098360656vw, 1rem);
  line-height: 1.8;
  color: var(--text);
  letter-spacing: 0.1em;
}

.note {
  font-size: clamp(0.75rem, 0.5860655738rem + 0.4098360656vw, 0.875rem);
  line-height: 1.6;
  color: var(--text);
}
.note-kome {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.note-kome::before {
  content: "※";
}

.text-xs {
  font-size: clamp(0.625rem, 0.4610655738rem + 0.4098360656vw, 0.75rem);
  line-height: 1.5;
  color: var(--text);
}

.primary-color {
  color: var(--primary);
}

.accent-color {
  color: var(--accent);
}

.white {
  color: var(--white);
}

.t-center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.large {
  font-size: 1.5em;
}

.marker {
  background: linear-gradient(to top, var(--marker) 40%, transparent 40%);
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.list-normal > li {
  position: relative;
  padding-left: 1em;
}
.list-normal > li::before {
  content: "";
  width: 1em;
  height: 1lh;
  background: radial-gradient(var(--text) 0.2em, transparent 0.2em) no-repeat center/1em 1em;
  position: absolute;
  inset: 0;
}
.list-normal > li:not(:first-of-type) {
  margin-top: 0.5em;
}

.list-triangle {
  position: relative;
  padding-left: 1.5em;
}
.list-triangle::before {
  content: "";
  width: 0.75em;
  height: 1em;
  background: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.5em);
}

.link-text {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.btn {
  min-width: 240px;
  height: 56px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 99px;
  padding: 1em 3em 1em 2em;
  line-height: 1;
  box-shadow: 0 2px 2px #bc9c8c;
  display: flex;
  align-items: center;
  position: relative;
}
.btn:hover {
  box-shadow: 0 4px 8px #bc9c8c;
}
.btn::after {
  content: "";
  width: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: calc(50% - 18px);
  background: url(../images/icon-linkbtn-arrow.svg);
  transition: all 0.3s ease-out;
}
.btn.btn-primary {
  background: var(--primary);
  color: #fff;
  font-size: clamp(0.875rem, 0.7110655738rem + 0.4098360656vw, 1rem);
}
.btn.btn-primary:hover {
  background: var(--primary-hover);
}

.anchor-link-wrap {
  padding: clamp(40px, 5.3191489362vw, 60px) 0;
}
.anchor-link-wrap .inner {
  width: min(930px, 100% - 2rem);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 2em;
}
@media (max-width: 767px) {
  .anchor-link-wrap .inner {
    align-items: center;
    flex-direction: column;
    gap: 1em;
  }
}

.anchor-link-btn {
  width: min(446px, 100%);
  padding: clamp(16px, 2.8368794326vw, 32px) 48px;
  border: 4px solid #fff;
  color: var(--primary);
  border-radius: 20px;
  background: var(--column);
  font-size: clamp(1.25rem, 0.5942622951rem + 1.6393442623vw, 1.75rem);
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  box-shadow: 0 2px 6px rgba(188, 156, 140, 0.2);
}
.anchor-link-btn:hover {
  background: #E1D9B8;
}
.anchor-link-btn:hover::before {
  transform: translateY(-50%) rotate(90deg);
}
.anchor-link-btn span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}
.anchor-link-btn::before {
  content: "";
  width: clamp(32px, 4.4326241135vw, 50px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: url(../images/icon-anchor-linkbtn-arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(24px, 3.5460992908vw, 40px);
  transition: all 0.3s ease-out;
}

.dl-link-btn {
  display: block;
  width: min(620px, 100%);
  padding: clamp(16px, 2.8368794326vw, 32px) 48px;
  border: 4px solid #fff;
  color: var(--primary);
  border-radius: 20px;
  background: var(--column);
  font-size: clamp(1.25rem, 0.5942622951rem + 1.6393442623vw, 1.75rem);
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  box-shadow: 0 2px 6px rgba(188, 156, 140, 0.2);
}
.dl-link-btn:hover {
  background: #E1D9B8;
}
.dl-link-btn:hover::before {
  transform: translateY(-40%);
}
.dl-link-btn span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}
.dl-link-btn::before {
  content: "";
  width: clamp(32px, 4.4326241135vw, 50px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: url(../images/icon-dl.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(24px, 3.5460992908vw, 40px);
  transition: all 0.3s ease-out;
}

.outer-link-btn {
  display: block;
  width: min(446px, 100%);
  padding: clamp(16px, 2.8368794326vw, 32px) 32px;
  border: 4px solid #fff;
  color: var(--white);
  border-radius: 20px;
  background: var(--bg-primary);
  font-size: clamp(1.25rem, 0.5942622951rem + 1.6393442623vw, 1.75rem);
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  box-shadow: 0 2px 6px rgba(188, 156, 140, 0.2);
}
.outer-link-btn:hover {
  background: #916234;
}
.outer-link-btn span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}
.outer-link-btn::before {
  content: "";
  width: clamp(32px, 4.4326241135vw, 50px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: url(../images/icon-outer-link.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(24px, 2.8368794326vw, 32px);
  transition: all 0.3s ease-out;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.sec {
  padding: clamp(40px, 8.865248227vw, 100px) 0;
}
.sec.bg-brown {
  --primary:#fff;
  --text: #fff;
  background: var(--bg-primary);
}
.sec.bg-brown.radius {
  position: relative;
}
.sec.bg-brown.radius::before {
  content: "";
  width: 80px;
  aspect-ratio: 1;
  -webkit-mask: url(../images/radius-r.svg) center/contain no-repeat;
          mask: url(../images/radius-r.svg) center/contain no-repeat;
  background: var(--bg);
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .sec.bg-brown.radius::before {
    width: 40px;
  }
}
.sec.bg-brown.radius::after {
  content: "";
  width: 80px;
  aspect-ratio: 1;
  -webkit-mask: url(../images/radius-r.svg) center/contain no-repeat;
          mask: url(../images/radius-r.svg) center/contain no-repeat;
  background: var(--bg-primary);
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec.bg-brown.radius::after {
    width: 40px;
    top: -40px;
  }
}
.sec.bg-brown.radius.event::after {
  background: var(--bg);
  transform: rotate(180deg);
  top: 0;
  transform: rotate(-90deg);
}
.sec.bg-brown .section-heading {
  color: var(--white);
}
.sec.bg-brown .section-heading .first-char {
  color: var(--white);
}
.sec.bg-brown .section-heading .sub {
  color: var(--white);
}
.sec.bg-about-column {
  background: var(--column);
}
.sec.bg-about-column.radius {
  position: relative;
}
.sec.bg-about-column.radius::before {
  content: "";
  width: 80px;
  aspect-ratio: 1;
  -webkit-mask: url(../images/radius-r.svg) center/contain no-repeat;
          mask: url(../images/radius-r.svg) center/contain no-repeat;
  background: var(--white);
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .sec.bg-about-column.radius::before {
    width: 40px;
  }
}
.sec.bg-about-column.radius::after {
  content: "";
  width: 80px;
  aspect-ratio: 1;
  -webkit-mask: url(../images/radius-r.svg) center/contain no-repeat;
          mask: url(../images/radius-r.svg) center/contain no-repeat;
  background: var(--column);
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec.bg-about-column.radius::after {
    width: 40px;
    top: -40px;
  }
}
.sec.bg-about-column .section-heading {
  color: var(--primary);
}
.sec.bg-about-column .section-heading .first-char {
  color: var(--accent);
}
.sec.bg-about-column .section-heading span {
  color: var(--primary);
}
.sec.bg-about-light {
  background: var(--bg-light);
}
.sec.bg-about-light.radius {
  position: relative;
}
.sec.bg-about-light.radius::before {
  content: "";
  width: 80px;
  aspect-ratio: 1;
  -webkit-mask: url(../images/radius-r.svg) center/contain no-repeat;
          mask: url(../images/radius-r.svg) center/contain no-repeat;
  background: var(--column);
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .sec.bg-about-light.radius::before {
    width: 40px;
  }
}
.sec.bg-about-light.radius::after {
  content: "";
  width: 80px;
  aspect-ratio: 1;
  -webkit-mask: url(../images/radius-r.svg) center/contain no-repeat;
          mask: url(../images/radius-r.svg) center/contain no-repeat;
  background: var(--column);
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-90deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .sec.bg-about-light.radius::after {
    width: 40px;
  }
}
.sec.bg-white, .sec.greeting {
  background: var(--white);
}
.sec.bg-white.radius, .sec.greeting.radius {
  position: relative;
}
.sec.bg-white.radius::before, .sec.greeting.radius::before {
  content: "";
  width: 80px;
  aspect-ratio: 1;
  -webkit-mask: url(../images/radius-r.svg) center/contain no-repeat;
          mask: url(../images/radius-r.svg) center/contain no-repeat;
  background: var(--bg);
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .sec.bg-white.radius::before, .sec.greeting.radius::before {
    width: 40px;
  }
}
.sec.bg-white.radius::after, .sec.greeting.radius::after {
  content: "";
  width: 80px;
  aspect-ratio: 1;
  -webkit-mask: url(../images/radius-r.svg) center/contain no-repeat;
          mask: url(../images/radius-r.svg) center/contain no-repeat;
  background: var(--bg-primary);
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec.bg-white.radius::after, .sec.greeting.radius::after {
    width: 40px;
    top: -40px;
  }
}
.sec.bg-white.radius.event::after, .sec.greeting.radius.event::after {
  background: var(--bg);
  transform: rotate(180deg);
  top: 0;
  transform: rotate(-90deg);
}
.sec.greeting.radius::before {
  background: var(--bg);
}
.sec.greeting.radius::after {
  background: var(--white);
}
.sec .container {
  width: min(1128px, 100% - 2rem);
  margin-inline: auto;
}

.sec-pr {
  padding: 40px 0;
}

.greeting .section-heading {
  color: var(--primary);
}
.greeting .section-heading .sub {
  color: var(--primary);
}

.w960 {
  width: min(960px, 100%);
  margin-inline: auto;
}

.w800 {
  width: min(800px, 100%);
  margin-inline: auto;
}

.w740 {
  width: min(740px, 100%);
  margin-inline: auto;
}

.w640 {
  width: min(640px, 100%);
  margin-inline: auto;
}

.column {
  background: var(--column);
  padding: clamp(24px, 3.5460992908vw, 40px) clamp(16px, 3.5460992908vw, 40px);
  border-radius: clamp(24px, 3.5460992908vw, 40px);
}

.column-white {
  background: var(--white);
  padding: clamp(24px, 3.5460992908vw, 40px) clamp(16px, 3.5460992908vw, 40px);
  border-radius: clamp(24px, 3.5460992908vw, 40px);
  box-shadow: 0 2px 6px rgba(188, 156, 140, 0.2);
}

@media (max-width: 767px) {
  .sp-full {
    margin-inline: calc(50% - 50vw);
  }
}
.radius40 {
  display: block;
  border-radius: clamp(24px, 3.5460992908vw, 40px);
}
.radius40.hidden {
  overflow: hidden;
}

.radius24 {
  display: block;
  border-radius: 24px;
}
.radius24.hidden {
  overflow: hidden;
}

.grid {
  display: grid;
  gap: clamp(24px, 3.5460992908vw, 40px) clamp(16px, 2.1276595745vw, 24px);
}
.grid.grid21 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .grid.grid21 {
    grid-template-columns: 1fr;
  }
}
.grid.grid31 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .grid.grid31 {
    grid-template-columns: 1fr;
  }
}
.grid.grid42 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .grid.grid42 {
    grid-template-columns: 1fr 1fr;
  }
}
.grid.grid12fr {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 767px) {
  .grid.grid12fr {
    grid-template-columns: 1fr;
  }
}
.grid.grid13fr {
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 767px) {
  .grid.grid13fr {
    grid-template-columns: 1fr;
  }
}
.grid.grid21fr {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 767px) {
  .grid.grid21fr {
    grid-template-columns: 1fr;
  }
}
.grid.grid31fr {
  grid-template-columns: 3fr 1fr;
}
@media (max-width: 767px) {
  .grid.grid31fr {
    grid-template-columns: 1fr;
  }
}

.flex {
  display: flex;
}

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

.jc-right {
  justify-content: flex-end;
}

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

.block-xl {
  margin-top: clamp(64px, 8.5106382979vw, 96px);
}

.block-l {
  margin-top: clamp(48px, 5.6737588652vw, 64px);
}

.block-m {
  margin-top: clamp(36px, 4.2553191489vw, 48px);
}

.mt48 {
  margin-top: clamp(32px, 4.2553191489vw, 48px);
}

.mt32 {
  margin-top: clamp(16px, 2.8368794326vw, 32px);
}

.mt16 {
  margin-top: clamp(8px, 1.4184397163vw, 16px);
}

.mt8 {
  margin-top: clamp(4px, 0.7092198582vw, 8px);
}

.mt4 {
  margin-top: 4px;
}

.js-accordion {
  cursor: pointer;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-out;
}
.accordion-content.open {
  grid-template-rows: 1fr;
}
.accordion-content > div {
  overflow: hidden;
}

.pagetop {
  color: var(--primary);
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 16px;
  transition: all 0.3s ease-out;
  writing-mode: vertical-rl;
  z-index: 10;
}
.pagetop:hover {
  letter-spacing: 0.2em;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
.aioseo-breadcrumbs {
  background: var(--white);
  padding: 8px clamp(16px, 2.8368794326vw, 32px);
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--text);
}
.aioseo-breadcrumbs span {
  font-size: clamp(0.625rem, 0.4610655738rem + 0.4098360656vw, 0.75rem);
}
.aioseo-breadcrumbs a {
  color: var(--text-pale);
}
.aioseo-breadcrumbs br {
  display: none;
}

.header {
  background: var(--bg);
  width: 100%;
  height: 120px;
  padding-inline: clamp(16px, 5.3191489362vw, 60px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media (max-width: 1024px) {
  .header {
    height: 80px;
    width: 100%;
  }
}
.header .inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .site-logo {
  width: 224px;
  display: grid;
  place-items: center;
}
@media (max-width: 1024px) {
  .header .site-logo {
    width: 140px;
  }
}
.header .site-logo > a {
  display: flex;
  align-items: center;
}
.header .site-logo > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  align-items: flex-start;
}

.gnav {
  margin-left: auto;
  height: 100%;
}
.gnav ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.gnav ul li {
  height: 100%;
}
.gnav ul li a {
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  height: 100%;
  font-size: 1rem;
  color: var(--primary);
  padding: 0 20px;
}
.gnav ul li a .char {
  display: inline-block;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.gnav ul li a:hover .char {
  -webkit-animation: textmove 0.4s ease-out forwards;
          animation: textmove 0.4s ease-out forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.gnav ul li a .eng {
  font-size: 0.8125rem;
}
.gnav ul li a figure {
  width: 32px;
  height: 30px;
}
.gnav ul li a figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

@-webkit-keyframes textmove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes textmove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes textmove {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes textmove {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media (max-width: 1024px) {
  .gnav {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--bg);
    padding: 0 1rem;
    margin-left: 0;
    width: 100%;
    height: calc(100dvh - 80px);
    position: fixed;
    top: 80px;
    left: 0;
    transition: all 0.3s ease-out;
    z-index: 99;
  }
  .gnav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .gnav ul {
    width: min(480px, 100%);
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: initial;
  }
  .gnav ul li {
    width: 50%;
    height: initial;
  }
  .gnav ul li a {
    height: initial;
    padding: 16px 20px;
    gap: 4px;
  }
}
.gnav-sp {
  display: none;
}
@media (max-width: 1024px) {
  .gnav-sp {
    display: block;
    margin-top: 16px;
  }
  .gnav-sp .gnav-cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .gnav-sp .gnav-cta-wrap .event, .gnav-sp .gnav-cta-wrap .tour {
    width: min(360px, 94%);
    height: 64px;
    border-radius: 20px;
    margin-inline: auto;
    border: 3px solid #fff;
    display: grid;
    place-items: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    position: relative;
    color: #fff;
    padding-left: 4em;
  }
  .gnav-sp .gnav-cta-wrap .event::before, .gnav-sp .gnav-cta-wrap .tour::before {
    content: "";
    width: 32px;
    aspect-ratio: 1;
    position: absolute;
    top: calc(50% - 16px);
    left: 2em;
  }
  .gnav-sp .gnav-cta-wrap .event {
    background: var(--accent);
  }
  .gnav-sp .gnav-cta-wrap .event::before {
    background: url(../images/icon-cta-event.svg) no-repeat center/contain;
  }
  .gnav-sp .gnav-cta-wrap .tour {
    background: #DF9B42;
  }
  .gnav-sp .gnav-cta-wrap .tour::before {
    background: url(../images/icon-cta-school.svg) no-repeat center/contain;
  }
}

.toggle {
  display: none;
}
@media (max-width: 1024px) {
  .toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 32px;
    aspect-ratio: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
  }
  .toggle span {
    width: 80%;
    height: 2px;
    background: var(--primary);
    border-radius: 1px;
    position: relative;
    transition: all 0.3s ease-out;
  }
  .toggle span::before, .toggle span::after {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: var(--primary);
    position: absolute;
    transition: all 0.3s ease-out;
  }
  .toggle span::before {
    top: -6px;
    left: 0;
  }
  .toggle span::after {
    top: 6px;
    left: 0;
  }
  .toggle.is-active span {
    height: 0;
  }
  .toggle.is-active span::before, .toggle.is-active span::after {
    top: initial;
  }
  .toggle.is-active span::before {
    transform: rotate(45deg);
  }
  .toggle.is-active span::after {
    transform: rotate(-45deg);
  }
}

.footer {
  background: var(--bg-primary);
  padding: 70px 60px;
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 16px 96px;
  }
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1240px) {
  .footer .inner {
    flex-direction: column;
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .footer .inner {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .f-nav {
    width: 100%;
  }
}
.f-nav ul {
  display: flex;
}
@media (max-width: 767px) {
  .f-nav ul {
    width: min(480px, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.f-nav ul a {
  display: flex;
  flex-direction: column;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  gap: 8px;
  padding: 0 20px;
  text-align: center;
  color: var(--white);
  font-size: 16px;
}
.f-nav ul a > .icon {
  position: relative;
  display: block;
  padding-top: 36px;
}
.f-nav ul a > .icon::before {
  content: "";
  width: 32px;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: calc(50% - 16px);
}
.f-nav ul a > .icon.about::before {
  background: url(../images/icon-about-f.svg) no-repeat center/contain;
}
.f-nav ul a > .icon.edu::before {
  background: url(../images/icon-edu-f.svg) no-repeat center/contain;
}
.f-nav ul a > .icon.event::before {
  background: url(../images/icon-event-f.svg) no-repeat center/contain;
}
.f-nav ul a > .icon.recruit::before {
  background: url(../images/icon-recruit-f.svg) no-repeat center/contain;
}
.f-nav ul a > .icon.instagram::before {
  background: url(../images/icon-instagram-f.svg) no-repeat center/contain;
  width: 26px;
  top: 4px;
}
.f-nav ul a .eng {
  font-size: 13px;
}
@media (max-width: 767px) {
  .f-nav ul a {
    padding: 0.5em 0;
  }
}

.f-logo {
  width: clamp(180px, 19.8581560284vw, 224px);
}

.copyright {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(0.8125rem, 0.5665983607rem + 0.6147540984vw, 1rem);
}
@media (max-width: 767px) {
  .copyright {
    width: 100%;
    text-align: center;
  }
}

.mt1em {
  margin-top: 1em;
}

.mt2em {
  margin-top: 2em;
}

.mt3em {
  margin-top: 3em;
}

.mt4em {
  margin-top: 4em;
}

.mt5em {
  margin-top: 5em;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}
html.lock {
  overflow: hidden;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" on;
  font-optical-sizing: auto;
  font-size: clamp(0.875rem, 0.7110655738rem + 0.4098360656vw, 1rem);
  font-weight: normal;
  height: 100%;
  line-height: 1.15;
  overflow-x: hidden;
  padding-top: 120px;
}
@media (max-width: 1024px) {
  body {
    padding-top: 80px;
  }
}

.cta-aside {
  position: fixed;
  right: 0;
  top: 160px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 80;
}
@media (max-width: 767px) {
  .cta-aside {
    right: initial;
    left: 0;
    top: initial;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    gap: 0;
  }
}
.cta-aside .event, .cta-aside .tour {
  width: 136px;
  aspect-ratio: 1;
  border: 3px solid var(--white);
  border-right: 0;
  border-radius: 20px 0 0 20px;
  display: grid;
  place-items: center;
  color: var(--white);
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
@media (max-width: 1024px) {
  .cta-aside .event, .cta-aside .tour {
    width: 110px;
    aspect-ratio: initial;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .cta-aside .event, .cta-aside .tour {
    width: 50%;
    height: 64px;
    aspect-ratio: initial;
    border: 0;
    border-radius: 0;
  }
}
.cta-aside .event > p, .cta-aside .tour > p {
  padding-top: 36px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .cta-aside .event > p, .cta-aside .tour > p {
    padding-top: 0;
    padding-left: 36px;
  }
}
.cta-aside .event > p::before, .cta-aside .tour > p::before {
  content: "";
  width: 32px;
  aspect-ratio: 1;
  background: var(--white);
  position: absolute;
  top: 0;
  left: calc(50% - 16px);
}
@media (max-width: 767px) {
  .cta-aside .event > p::before, .cta-aside .tour > p::before {
    width: 30px;
    top: calc(50% - 15px);
    left: 0;
  }
}
.cta-aside .event > p span, .cta-aside .tour > p span {
  font-size: 1.25rem;
  display: block;
}
@media (max-width: 767px) {
  .cta-aside .event > p span, .cta-aside .tour > p span {
    font-size: 1rem;
    display: inline;
  }
}
.cta-aside .event {
  background: var(--accent);
}
.cta-aside .event p::before {
  -webkit-mask: url(../images/icon-cta-event.svg) center/contain no-repeat;
          mask: url(../images/icon-cta-event.svg) center/contain no-repeat;
}
.cta-aside .event:hover {
  background: var(--accent-hover);
}
.cta-aside .tour {
  background: #DF9B42;
}
.cta-aside .tour p::before {
  -webkit-mask: url(../images/icon-cta-school.svg) center/contain no-repeat;
          mask: url(../images/icon-cta-school.svg) center/contain no-repeat;
}
.cta-aside .tour:hover {
  background: #A76815;
}

.mv-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.mv-wrap .mv-slide {
  width: 270%;
  display: flex;
  -webkit-animation: slideSmooth 48s linear infinite;
          animation: slideSmooth 48s linear infinite;
}
@media (max-width: 767px) {
  .mv-wrap .mv-slide {
    width: 480%;
  }
}
.mv-wrap .mv-slide figure {
  padding: 0 6px;
}
.mv-wrap .mv-slide figure img {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .mv-wrap .mv-slide figure img {
    border-radius: 24px;
  }
}

@-webkit-keyframes slideSmooth {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes slideSmooth {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.main-catch-wrap {
  position: absolute;
  left: 4%;
  bottom: clamp(24px, 4.2553191489vw, 48px);
  color: var(--white);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-catch-wrap p {
  text-shadow: 0 4px 20px rgba(33, 6, 0, 0.4);
}
.main-catch-wrap .sub-catch {
  font-size: clamp(0.875rem, 0.0553278689rem + 2.0491803279vw, 1.5rem);
}
.main-catch-wrap .main-catch {
  font-size: clamp(1.25rem, -1.0450819672rem + 5.737704918vw, 3rem);
  line-height: 1.3;
}
.main-catch-wrap .sub-eng {
  font-size: clamp(0.625rem, 0.1331967213rem + 1.2295081967vw, 1rem);
  letter-spacing: 0.2em;
}

.deco {
  position: relative;
}
.deco::before, .deco::after {
  content: "";
  position: absolute;
}
.deco.deco-news::before {
  width: clamp(120px, 19.0602836879vw, 215px);
  aspect-ratio: 215/97;
  background: url(../images/illust-news.webp) no-repeat center/contain;
  left: -14px;
  top: 0;
}
@media (max-width: 767px) {
  .deco.deco-news::before {
    left: 0;
    top: -19px;
  }
}
.deco.deco-abc::before {
  width: clamp(60px, 7.9787234043vw, 90px);
  aspect-ratio: 90/150;
  background: url(../images/illust-abc.webp) no-repeat center/contain;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .deco.deco-abc::before {
    right: 0;
    top: 16px;
  }
}
.deco.deco-rqk::before {
  width: clamp(100px, 13.829787234vw, 156px);
  aspect-ratio: 156/171;
  background: url(../images/illust-rqk.webp) no-repeat center/contain;
  left: -50px;
  top: -50px;
  z-index: 1;
}
@media (max-width: 767px) {
  .deco.deco-rqk::before {
    display: none;
  }
}
.deco.deco-gtf::before {
  width: clamp(90px, 12.1453900709vw, 137px);
  aspect-ratio: 137/175;
  background: url(../images/illust-gtf.webp) no-repeat center/contain;
  right: -50px;
  top: -50px;
  z-index: 1;
}
@media (max-width: 767px) {
  .deco.deco-gtf::before {
    display: none;
  }
}
.deco.deco-hxo-dmv::before {
  width: clamp(170px, 19.2375886525vw, 217px);
  aspect-ratio: 217/227;
  background: url(../images/illust-hox.webp) no-repeat center/contain;
  left: -80px;
  bottom: -10px;
  z-index: 1;
}
@media (max-width: 767px) {
  .deco.deco-hxo-dmv::before {
    display: none;
  }
}
.deco.deco-hxo-dmv::after {
  width: clamp(130px, 15.9574468085vw, 180px);
  aspect-ratio: 180/223;
  background: url(../images/illust-dmv.webp) no-repeat center/contain;
  right: -80px;
  top: -30px;
  z-index: 1;
}
@media (max-width: 767px) {
  .deco.deco-hxo-dmv::after {
    display: none;
  }
}

.news-list {
  border-top: 1px dotted var(--primary);
}
.news-list > li {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 10em 1fr;
  border-bottom: 1px dotted var(--primary);
  color: var(--primary);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .news-list > li {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
  }
}

.text + .text {
  margin-top: 1lh;
}

.pr-wrap {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-weight: 700;
  color: var(--primary);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pr-wrap::before, .pr-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .pr-wrap::before, .pr-wrap::after {
    display: none;
  }
}
.pr-wrap::before {
  width: 153px;
  height: 188px;
  background: url(../images/illust-bmc.webp) no-repeat center/contain;
  left: -170px;
}
.pr-wrap::after {
  width: 136px;
  height: 196px;
  background: url(../images/illust-xah.webp) no-repeat center/contain;
  right: -150px;
}
.pr-wrap .pr-sub {
  font-size: clamp(1rem, -0.1475409836rem + 2.868852459vw, 1.875rem);
}
.pr-wrap .pr-main {
  font-size: clamp(1.5rem, -1.4508196721rem + 7.3770491803vw, 3.75rem);
  line-height: 1.5;
}
.pr-wrap .pr-eng {
  font-size: clamp(0.625rem, -0.0307377049rem + 1.6393442623vw, 1.125rem);
  letter-spacing: 0.2em;
}

.message-wrap {
  display: grid;
  grid-template-columns: 574fr 480fr;
  gap: clamp(48px, 7.0921985816vw, 80px);
}
@media (max-width: 767px) {
  .message-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .message-wrap .section-heading {
    color: var(--accent);
  }
  .message-wrap .text-box {
    display: contents;
  }
  .message-wrap .text-box > div {
    order: 2;
  }
  .message-wrap .img-box {
    margin: 1em 0;
  }
}
.message-wrap .img-box {
  position: relative;
}
.message-wrap .img-box picture {
  display: block;
  width: 90%;
}
@media (max-width: 767px) {
  .message-wrap .img-box picture {
    width: 100%;
  }
}
.message-wrap .img-box figure {
  width: 62.5%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.greeting-wrap {
  margin-top: clamp(30px, 5.3191489362vw, 60px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 5.3191489362vw, 60px);
}

.greeting-item {
  display: flex;
  gap: clamp(48px, 8.5106382979vw, 96px);
}
.greeting-item:nth-last-of-type(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .greeting-item {
    display: block;
  }
}
.greeting-item figure {
  flex: 300;
}
.greeting-item figure img {
  border-radius: 500px;
}
@media (max-width: 767px) {
  .greeting-item figure {
    width: 60%;
    margin: 1em auto;
  }
}
.greeting-item .text-box {
  flex: 574;
}
.greeting-item .text + .text {
  margin-top: 1em;
}

.about-card-wrap {
  margin-top: clamp(30px, 5.3191489362vw, 60px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3.5460992908vw, 40px);
}
@media (max-width: 767px) {
  .about-card-wrap {
    grid-template-columns: 1fr;
  }
  .about-card-wrap .note {
    color: var(--primary);
    letter-spacing: 0;
  }
}

.eng-wrap {
  display: grid;
  grid-template-columns: 574fr 475fr;
  gap: clamp(40px, 6.6489361702vw, 75px);
}
@media (max-width: 767px) {
  .eng-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.eng-wrap .column-box {
  background: var(--white);
  padding: 20px clamp(20px, 3.5460992908vw, 40px);
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(188, 156, 140, 0.2);
  position: relative;
}
@media (max-width: 767px) {
  .eng-wrap .column-box.top::after {
    content: "";
    width: 90px;
    aspect-ratio: 90/112;
    background: url(../images/illust-dmv.webp) no-repeat center/contain;
    position: absolute;
    right: 8px;
    bottom: -16px;
  }
}

.top-recruit-wrap {
  display: grid;
  grid-template-columns: 764fr 364fr;
  gap: clamp(30px, 4.4326241135vw, 50px);
}
@media (max-width: 767px) {
  .top-recruit-wrap {
    grid-template-columns: 1fr;
  }
}
.top-recruit-wrap .card-heading {
  color: var(--bg-primary);
}
.top-recruit-wrap figure {
  aspect-ratio: 2/1;
}
.top-recruit-wrap figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-recruit {
  background: #fff;
  position: relative;
}
.top-recruit::before {
  content: "";
  width: 80px;
  aspect-ratio: 1;
  -webkit-mask: url(../images/radius-r.svg) center/contain no-repeat;
          mask: url(../images/radius-r.svg) center/contain no-repeat;
  background: var(--column);
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .top-recruit::before {
    width: 40px;
  }
}
.top-recruit::after {
  content: "";
  width: 80px;
  aspect-ratio: 1;
  -webkit-mask: url(../images/radius-r.svg) center/contain no-repeat;
          mask: url(../images/radius-r.svg) center/contain no-repeat;
  background: var(--column);
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .top-recruit::after {
    width: 40px;
  }
}

.instagram-wrap {
  margin-top: clamp(64px, 10.6382978723vw, 120px);
  position: relative;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .instagram-wrap {
    margin-right: 0;
  }
}
.instagram-wrap .text-box {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .instagram-wrap .text-box {
    position: initial;
  }
}
@media (max-width: 767px) {
  .instagram-wrap .insta-link-btn {
    display: none;
  }
}

.heading-insta {
  font-size: clamp(1.375rem, -0.756147541rem + 5.3278688525vw, 3rem);
  font-weight: 700;
  color: var(--accent);
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.3;
  position: relative;
  padding-left: 1em;
}
.heading-insta::before {
  content: "";
  width: 0.8em;
  height: 1lh;
  -webkit-mask: url(../images/icon-insta.svg) center/contain no-repeat;
          mask: url(../images/icon-insta.svg) center/contain no-repeat;
  background: var(--accent);
  position: absolute;
  top: 0;
  left: 0;
}
.heading-insta .sub {
  font-size: clamp(0.625rem, -0.1946721311rem + 2.0491803279vw, 1.25rem);
  display: block;
  text-indent: -2.4em;
  color: var(--primary);
}

.insta-slide {
  margin-left: 400px;
}
@media (max-width: 1024px) {
  .insta-slide {
    margin-left: 300px;
  }
}
@media (max-width: 1024px) {
  .insta-slide {
    margin-left: 300px;
  }
}
@media (max-width: 767px) {
  .insta-slide {
    margin-left: 0;
    margin-top: 16px;
  }
}

.instagram-gallery__actions {
  display: none !important;
}

.instagram-gallery-feed .swiper-container {
  padding-bottom: 25px !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  background: #fff !important;
  aspect-ratio: 1 !important;
  border-radius: 50% !important;
  border: 2px solid var(--bg-primary) !important;
  position: absolute;
  top: initial !important;
  bottom: 0 !important;
}

.swiper-button-prev {
  left: calc(100% - 170px) !important;
  padding-right: 4px !important;
}
.swiper-button-prev::after {
  content: "" !important;
  width: 16px;
  height: 20px;
  background: #A55740;
  -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}

.swiper-button-next {
  right: 60px !important;
  padding-left: 4px !important;
}
.swiper-button-next::after {
  content: "" !important;
  width: 16px;
  height: 20px;
  background: #A55740;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.top-access {
  background: linear-gradient(to top, var(--bg-primary) 40%, #fff 40%);
}
@media (max-width: 767px) {
  .top-access {
    background: #fff;
  }
}
.top-access.sec {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .top-access.sec {
    margin-bottom: 40px;
  }
}

.access-map {
  width: min(960px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 555fr 353fr;
  gap: clamp(16px, 4.4326241135vw, 50px);
}
@media (max-width: 767px) {
  .access-map {
    grid-template-columns: 1fr;
  }
  .access-map iframe {
    height: 190px;
  }
}

.column.top-access-map {
  position: relative;
}
.column.top-access-map::before {
  content: "";
  width: 271px;
  aspect-ratio: 271/103;
  background: url(../images/illust-access.webp) no-repeat center/contain;
  position: absolute;
  top: 15px;
  left: -30px;
}
@media (max-width: 767px) {
  .column.top-access-map::before {
    width: 140px;
    left: 5px;
    top: -20px;
  }
}
.column.top-access-map::after {
  content: "";
  width: 87px;
  aspect-ratio: 1;
  background: url(../images/illust-access2.webp) no-repeat center/contain;
  position: absolute;
  bottom: 15px;
  right: 30px;
}

.lower-title-wrap {
  width: 100%;
  height: clamp(360px, 39.0070921986vw, 440px);
  overflow: hidden;
  display: flex;
  position: relative;
}
.lower-title-wrap::before {
  content: "";
  width: clamp(300px, 40.9574468085vw, 462px);
  aspect-ratio: 462/173;
  background: url(../images/illust-tree.webp) no-repeat bottom center/contain;
  position: absolute;
  bottom: 0;
  left: 3%;
}
@media (max-width: 767px) {
  .lower-title-wrap::before {
    width: 164px;
    left: initial;
    right: 16px;
  }
}
@media (max-width: 767px) {
  .lower-title-wrap {
    height: 200px;
    display: block;
    position: relative;
  }
}
.lower-title-wrap .title-box {
  padding-bottom: 110px;
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .lower-title-wrap .title-box {
    width: 100%;
    padding-bottom: 2%;
  }
}
.lower-title-wrap .title-box .title-icon {
  width: 48px;
}
@media (max-width: 767px) {
  .lower-title-wrap .title-box .title-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .lower-title-wrap .title-box {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
}
.lower-title-wrap .title-box .page-title {
  font-size: clamp(1.5rem, 1.1721311475rem + 0.8196721311vw, 1.75rem);
  line-height: 1.3;
  color: var(--primary);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .lower-title-wrap .title-box .page-title {
    color: #fff;
    text-shadow: 0 4px 10px rgba(33, 6, 0, 0.4), 0 4px 20px rgba(33, 6, 0, 0.4);
  }
}
.lower-title-wrap .title-box .page-title span {
  display: block;
  font-size: clamp(1rem, 0.6721311475rem + 0.8196721311vw, 1.25rem);
}
.lower-title-wrap .title-image {
  flex: 1;
}
@media (max-width: 767px) {
  .lower-title-wrap .title-image {
    height: 200px;
  }
}
.lower-title-wrap .title-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.lower-heading {
  font-size: clamp(1.375rem, 0.5553278689rem + 2.0491803279vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary);
  font-family: "Zen Maru Gothic", sans-serif;
  overflow: hidden;
  width: 100%;
}
.lower-heading > div {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.lower-heading > div::after {
  content: "";
  width: 100vw;
  height: 1px;
  border-bottom: 2px dotted var(--primary);
  position: absolute;
  left: 105%;
  top: 90%;
}
.lower-heading span {
  font-size: clamp(0.625rem, 0.2971311475rem + 0.8196721311vw, 0.875rem);
  display: block;
  margin-top: 8px;
}

.about-edu-policy-wrap {
  margin-top: clamp(40px, 5.3191489362vw, 60px);
  display: grid;
  grid-template-columns: 690fr 390fr;
  gap: clamp(36px, 4.9645390071vw, 56px);
}
@media (max-width: 767px) {
  .about-edu-policy-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.about-edu-policy-wrap.reverse {
  grid-template-columns: 390fr 680fr;
}
@media (max-width: 767px) {
  .about-edu-policy-wrap.reverse {
    grid-template-columns: 1fr;
  }
}
.about-edu-policy-wrap.reverse .img-box {
  order: 2;
}
@media (max-width: 767px) {
  .about-edu-policy-wrap.reverse .img-box {
    order: -1;
  }
}
.about-edu-policy-wrap.education {
  margin-top: clamp(60px, 8.865248227vw, 100px);
  grid-template-columns: 640fr 430fr;
}
@media (max-width: 767px) {
  .about-edu-policy-wrap.education {
    grid-template-columns: 1fr;
  }
}
.about-edu-policy-wrap.education .img-box {
  position: relative;
  aspect-ratio: 32/23;
}
@media (max-width: 767px) {
  .about-edu-policy-wrap.education .img-box {
    order: -1;
    aspect-ratio: inherit;
  }
}
.about-edu-policy-wrap.education .img-box .pic1 {
  width: calc(100% - 150px);
  position: absolute;
}
@media (max-width: 1024px) {
  .about-edu-policy-wrap.education .img-box .pic1 {
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .about-edu-policy-wrap.education .img-box .pic1 {
    width: 100%;
    position: relative;
  }
}
.about-edu-policy-wrap.education .img-box .pic2 {
  width: 60%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-edu-policy-wrap.education .img-box .pic2 {
    display: none;
  }
}
.about-edu-policy-wrap .img-box {
  position: relative;
}
.about-edu-policy-wrap .img-box .about-edu-title,
.about-edu-policy-wrap .img-box .about-edu-title2 {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bg);
  width: clamp(115px, 18.6170212766vw, 210px);
  height: clamp(64px, 8.5106382979vw, 96px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: clamp(1.125rem, -0.0225409836rem + 2.868852459vw, 2rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  border-radius: 0 0 24px 0;
  color: var(--bg-primary);
  z-index: 5;
}
.about-edu-policy-wrap .img-box .about-edu-title .sub,
.about-edu-policy-wrap .img-box .about-edu-title2 .sub {
  font-size: clamp(0.625rem, 0.1331967213rem + 1.2295081967vw, 1rem);
}
@media (max-width: 767px) {
  .about-edu-policy-wrap .img-box .about-edu-title .sub,
.about-edu-policy-wrap .img-box .about-edu-title2 .sub {
    order: 2;
  }
}
.about-edu-policy-wrap .img-box .about-edu-title::before, .about-edu-policy-wrap .img-box .about-edu-title::after,
.about-edu-policy-wrap .img-box .about-edu-title2::before,
.about-edu-policy-wrap .img-box .about-edu-title2::after {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-mask: url(../images/deco-r1.webp) center/contain no-repeat;
          mask: url(../images/deco-r1.webp) center/contain no-repeat;
  background: var(--bg);
  position: absolute;
  top: 0;
  left: 100%;
}
.about-edu-policy-wrap .img-box .about-edu-title::after,
.about-edu-policy-wrap .img-box .about-edu-title2::after {
  left: 0;
  top: 100%;
}
.about-edu-policy-wrap .img-box .about-edu-title2 {
  inset: initial;
  border-radius: 0 0 24px 0;
  left: 0;
}
@media (max-width: 767px) {
  .about-edu-policy-wrap .img-box .about-edu-title2 {
    right: initial;
    left: 0;
    border-radius: 0 0 24px 0;
  }
}
.about-edu-policy-wrap .img-box .about-edu-title2::before {
  inset: initial;
  left: 100%;
  top: 0;
  transform: rotate(0deg);
}
.about-edu-policy-wrap .img-box .about-edu-title2::after {
  inset: initial;
  top: 100%;
  left: 0;
  transform: rotate(0deg);
}

.lower-about-heading {
  font-size: clamp(1.375rem, -0.1004098361rem + 3.6885245902vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  color: var(--bg-primary);
  margin-bottom: clamp(16px, 2.8368794326vw, 32px);
}
.lower-about-heading.accent {
  color: var(--accent);
}

.about-edu-sec {
  border-bottom: 2px dotted var(--primary);
  padding-bottom: clamp(40px, 5.3191489362vw, 60px);
  background: url(../images/illust-flower2.webp) no-repeat bottom right/20%;
}
@media (max-width: 767px) {
  .about-edu-sec {
    background: transparent;
    padding-bottom: 20px;
  }
}

.about-childcare {
  background: var(--column);
  position: relative;
  border-radius: clamp(40px, 7.0921985816vw, 80px) 0 0 0;
  padding-bottom: clamp(80px, 10.6382978723vw, 120px);
}
.about-childcare::after {
  content: "";
  width: 80px;
  aspect-ratio: 1;
  -webkit-mask: url(../images/deco-r1.webp) center/contain no-repeat;
          mask: url(../images/deco-r1.webp) center/contain no-repeat;
  background: var(--column);
  position: absolute;
  right: 0;
  top: -80px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .about-childcare::after {
    width: 40px;
    top: -40px;
  }
}

.childcare-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .childcare-wrap {
    gap: 70px;
  }
}
.childcare-wrap::after {
  content: "";
  width: 18px;
  height: calc(100% - 160px);
  background: var(--bg-primary);
  position: absolute;
  left: calc(50% - 9px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .childcare-wrap::after {
    display: none;
  }
}
.childcare-wrap .childcare-list {
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  gap: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .childcare-wrap .childcare-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.childcare-wrap .childcare-list:nth-of-type(even) figure {
  order: 3;
}
@media (max-width: 767px) {
  .childcare-wrap .childcare-list:nth-of-type(even) figure {
    order: 1;
  }
}
.childcare-wrap .childcare-list:nth-of-type(even) .circle-wrap {
  order: 2;
}
@media (max-width: 767px) {
  .childcare-wrap .childcare-list:nth-of-type(even) .circle-wrap {
    left: initial;
    right: 0;
  }
}
.childcare-wrap .childcare-list:nth-of-type(even) .text-box {
  order: 1;
}
.childcare-wrap .childcare-list:nth-of-type(even) .text-box::before {
  left: initial;
  right: -18px;
}
@media (max-width: 767px) {
  .childcare-wrap .childcare-list:nth-of-type(even) .text-box {
    order: 3;
  }
}
.childcare-wrap .childcare-list figure {
  flex: 2;
  border: 6px solid #fff;
  border-radius: 24px;
  overflow: hidden;
}
.childcare-wrap .childcare-list figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .childcare-wrap .childcare-list figure {
    border-radius: 24px 24px 0 0;
  }
}
.childcare-wrap .childcare-list .circle-wrap {
  flex: 1;
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .childcare-wrap .childcare-list .circle-wrap {
    position: absolute;
    top: -45px;
  }
}
.childcare-wrap .childcare-list .circle-wrap .circle {
  width: 160px;
  aspect-ratio: 1;
  background: var(--bg-primary);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: clamp(1.125rem, -0.0225409836rem + 2.868852459vw, 2rem);
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .childcare-wrap .childcare-list .circle-wrap .circle {
    width: 90px;
  }
}
.childcare-wrap .childcare-list .circle-wrap .circle span {
  font-size: clamp(0.75rem, 0.5860655738rem + 0.4098360656vw, 0.875rem);
}
.childcare-wrap .childcare-list .text-box {
  flex: 2;
  background: #fff;
  border-radius: 24px;
  border: 6px solid #fff;
  padding: clamp(16px, 2.6595744681vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .childcare-wrap .childcare-list .text-box {
    border-radius: 0 0 24px 24px;
  }
}
.childcare-wrap .childcare-list .text-box::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: calc(50% - 18px);
  left: -15px;
  transform: rotate(38deg) skew(-15deg);
}
@media (max-width: 767px) {
  .childcare-wrap .childcare-list .text-box::before {
    display: none;
  }
}
.childcare-wrap .childcare-list .text-box .childcare-heading {
  font-size: clamp(1.25rem, 0.9221311475rem + 0.8196721311vw, 1.5rem);
  color: var(--primary);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
}

.illust-sun::before {
  content: "";
  width: 90px;
  height: 82px;
  background: url(../images/illust-sun.webp) no-repeat center/contain;
  position: absolute;
  right: -32px;
  top: -40px;
  z-index: 1;
}
@media (max-width: 767px) {
  .illust-sun::before {
    top: -90px;
    right: 0;
  }
}

.illust-bmc::before {
  content: "";
  width: 153px;
  height: 190px;
  background: url(../images/illust-bmc.webp) no-repeat center/contain;
  position: absolute;
  left: -104px;
  top: -64px;
  z-index: 1;
}
@media (max-width: 767px) {
  .illust-bmc::before {
    width: 80px;
    height: 100px;
    top: -60px;
    left: 0px;
  }
}

.illust-foods::before {
  content: "";
  width: 140px;
  height: 100px;
  background: url(../images/illust-foods.webp) no-repeat center/contain;
  position: absolute;
  right: -83px;
  bottom: -28px;
  z-index: 1;
}
@media (max-width: 767px) {
  .illust-foods::before {
    width: 100px;
    height: 72px;
    bottom: initial;
    top: -63px;
    right: 0px;
  }
}

.illust-dav::before {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../images/illust-coffee.webp) no-repeat center/contain;
  position: absolute;
  left: -50px;
  bottom: -32px;
  z-index: 1;
}
@media (max-width: 767px) {
  .illust-dav::before {
    width: 80px;
    height: 60px;
    bottom: initial;
    top: -60px;
    left: 0px;
  }
}

.illust-car::before {
  content: "";
  width: 140px;
  height: 100px;
  background: url(../images/illust-car.webp) no-repeat center/contain;
  position: absolute;
  right: -60px;
  bottom: -28px;
  z-index: 1;
}
@media (max-width: 767px) {
  .illust-car::before {
    width: 100px;
    height: 72px;
    bottom: initial;
    top: -56px;
    right: 0px;
  }
}

.eng-edu-text-img {
  display: grid;
  grid-template-columns: 583fr 486fr;
  align-items: flex-start;
  gap: clamp(32px, 4.9645390071vw, 56px);
}
@media (max-width: 767px) {
  .eng-edu-text-img {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .eng-edu-text-img .text-box {
    order: 2;
  }
}

.illust-rqk {
  position: relative;
}
.illust-rqk::before {
  content: "";
  width: 130px;
  height: 146px;
  background: url(../images/illust-rqk-color.webp) no-repeat center/contain;
  position: absolute;
  bottom: -15%;
  right: -10%;
}
@media (max-width: 767px) {
  .illust-rqk::before {
    display: none;
  }
}

.deco-point {
  position: relative;
}
.deco-point::before {
  content: "";
  width: 43px;
  height: 26px;
  background: url(../images/deco-point.svg) no-repeat center/contain;
  position: absolute;
  top: -18px;
  right: -20px;
}

.text-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.illsut-tree {
  position: relative;
}
.illsut-tree::before {
  content: "";
  width: 132px;
  height: 110px;
  background: url(../images/illust-tree-small-left.webp) no-repeat bottom left/contain;
  position: absolute;
  left: 16px;
  bottom: 0;
}
.illsut-tree::after {
  content: "";
  width: 132px;
  height: 110px;
  background: url(../images/illust-tree-small-right.webp) no-repeat bottom left/contain;
  position: absolute;
  right: 16px;
  bottom: 0;
}
@media (max-width: 767px) {
  .illsut-tree::before, .illsut-tree::after {
    display: none;
  }
}

.goals-by-age-table {
  position: relative;
}
@media (max-width: 767px) {
  .goals-by-age-table {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.goals-by-age-table::before {
  content: "";
  width: 4%;
  height: 150px;
  background: url(../images/icon-arrow-large.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 75px);
  right: calc((100% - 220px) / 2);
}
@media (max-width: 767px) {
  .goals-by-age-table::before {
    display: none;
  }
}
.goals-by-age-table .age-wrap {
  display: grid;
  grid-template-columns: 180px 1fr 68px 1fr;
}
.goals-by-age-table .age-wrap:last-of-type .text-box {
  border-bottom: 0;
  border-radius: 0 0 24px 24px;
}
@media (max-width: 767px) {
  .goals-by-age-table .age-wrap:last-of-type .text-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .goals-by-age-table .age-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--bg);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(188, 156, 140, 0.2);
  }
  .goals-by-age-table .age-wrap.head {
    display: none;
  }
}
.goals-by-age-table .age-wrap .heading {
  font-size: clamp(1.125rem, 0.6331967213rem + 1.2295081967vw, 1.5rem);
  text-align: center;
  background: var(--bg-primary);
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  border-radius: 24px 24px 0 0;
  padding: 20px 10px;
}
.goals-by-age-table .age-wrap .age {
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .goals-by-age-table .age-wrap .age {
    padding: 1rem 1rem 0;
    width: 100%;
  }
}
.goals-by-age-table .age-wrap .text-box {
  padding: 1rem;
  background: var(--bg);
  border-bottom: 1px dotted var(--bg-primary);
}
@media (max-width: 767px) {
  .goals-by-age-table .age-wrap .text-box {
    border-bottom: 0;
    width: 100%;
  }
}
.goals-by-age-table .age-wrap .text-box .sp-goals-heading {
  color: var(--bg-primary);
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
  display: none;
}
@media (max-width: 767px) {
  .goals-by-age-table .age-wrap .text-box .sp-goals-heading {
    display: block;
  }
}
.goals-by-age-table .age-wrap .sp-goals-arrow {
  position: relative;
}
@media (max-width: 767px) {
  .goals-by-age-table .age-wrap .sp-goals-arrow {
    height: 28px;
  }
  .goals-by-age-table .age-wrap .sp-goals-arrow::before {
    content: "";
    width: 72px;
    height: 28px;
    background: url(../images/icon-arrow.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.age-title {
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, -0.0225409836rem + 2.868852459vw, 2rem);
  color: var(--primary);
  width: 130px;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .age-title {
    width: 100%;
    aspect-ratio: initial;
    padding: 1rem;
  }
}
.age-title span {
  font-size: clamp(0.75rem, 0.5860655738rem + 0.4098360656vw, 0.875rem);
}
.age-title.years2 {
  background: var(--yellow);
}
.age-title.years3 {
  background: var(--skyblue);
}
.age-title.years4 {
  background: var(--red);
}
.age-title.years5 {
  background: var(--green);
}

.curriculum-wrap {
  background: #fff;
  box-shadow: 0 2px 6px rgba(188, 156, 140, 0.2);
}
.curriculum-wrap .curriculum-heading {
  background: var(--bg-primary);
  text-align: center;
  padding: 1.5em 0.5em;
  font-size: clamp(1.265rem, 1.6125409836rem - 0.868852459vw, 1rem);
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
}

.curriculum-list-wrap {
  padding: clamp(16px, 3.5460992908vw, 40px) clamp(16px, 4.4326241135vw, 50px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 3.5460992908vw, 40px);
}
@media (max-width: 767px) {
  .curriculum-list-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.curriculum-list-wrap .curriculum-list {
  background: var(--bg);
  padding: 1rem;
  display: grid;
  grid-template-columns: 137px 1fr;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 767px) {
  .curriculum-list-wrap .curriculum-list {
    grid-template-columns: 1fr;
  }
}

.sec.international-course {
  position: relative;
}
.sec.international-course::before, .sec.international-course::after {
  content: "";
  width: 80px;
  aspect-ratio: 1;
  -webkit-mask: url(../images/radius-r.svg) center/contain no-repeat;
          mask: url(../images/radius-r.svg) center/contain no-repeat;
  background: var(--column);
  position: absolute;
}
@media (max-width: 767px) {
  .sec.international-course::before, .sec.international-course::after {
    width: 40px;
  }
}
.sec.international-course::before {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
.sec.international-course::after {
  top: 0;
  right: 0;
  transform: rotate(-90deg);
}

.international-wrap {
  display: grid;
  grid-template-columns: 486fr 583fr;
  gap: clamp(40px, 4.9645390071vw, 56px);
  padding-bottom: 60px;
  border-bottom: 2px dotted #fff;
  background: url(../images/illust-flower-white.svg) no-repeat bottom right/210px;
}
@media (max-width: 767px) {
  .international-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
    background: transparent;
    padding-bottom: 40px;
  }
  .international-wrap figure {
    aspect-ratio: 18/11;
  }
  .international-wrap figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.international-wrap .lower-about-heading {
  color: var(--white);
}
.international-wrap .illust-hxo {
  position: relative;
}
.international-wrap .illust-hxo::before {
  content: "";
  width: 170px;
  height: 220px;
  background: url(../images/illust-hxo.webp) no-repeat center/contain;
  position: absolute;
  left: -40px;
  bottom: -40px;
}
@media (max-width: 767px) {
  .international-wrap .illust-hxo::before {
    width: 80px;
    height: 100px;
    left: initial;
    right: 0;
    bottom: -16px;
  }
}

.sec.event {
  position: relative;
}
.sec.event::before, .sec.event::after {
  content: "";
  width: 80px;
  aspect-ratio: 1;
  -webkit-mask: url(../images/radius-r.svg) center/contain no-repeat;
          mask: url(../images/radius-r.svg) center/contain no-repeat;
  background: var(--bg-primary);
  position: absolute;
}
@media (max-width: 767px) {
  .sec.event::before, .sec.event::after {
    width: 40px;
  }
}
.sec.event::before {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
.sec.event::after {
  top: 0;
  right: 0;
  transform: rotate(-90deg);
}

.edu-photo-wrap {
  margin-inline: calc(50% - 50vw);
}

.btm-border {
  padding-bottom: 96px;
  border-bottom: 2px dotted var(--bg-primary);
}

.illust-tree-right {
  background: url(../images/illust-tree-bottom.webp) no-repeat bottom right/180px;
}
@media (max-width: 767px) {
  .illust-tree-right {
    background-size: 150px;
  }
}

.edu-slide-wrap {
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}
.edu-slide-wrap .edu-slide {
  width: 420%;
  display: flex;
  -webkit-animation: slideSmooth 40s linear infinite;
          animation: slideSmooth 40s linear infinite;
}
@media (max-width: 767px) {
  .edu-slide-wrap .edu-slide {
    width: 1120%;
  }
}
.edu-slide-wrap .edu-slide figure {
  padding: 0 16px;
}
.edu-slide-wrap .edu-slide figure img {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .edu-slide-wrap .edu-slide figure img {
    border-radius: 24px;
  }
}

.illust-mdv {
  position: relative;
}
.illust-mdv::before {
  content: "";
  width: 120px;
  height: 190px;
  background: url(../images/illust-mdv.webp) no-repeat center/contain;
  position: absolute;
  left: -68px;
  bottom: -16px;
}
@media (max-width: 767px) {
  .illust-mdv::before {
    width: 88px;
    height: 130px;
    bottom: -60px;
    left: initial;
    right: 0;
  }
}

.event-schedule-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5.3191489362vw, 60px);
}
@media (max-width: 767px) {
  .event-schedule-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .event-schedule-wrap.bg-illust {
    padding-bottom: 80px;
  }
}
.event-schedule-wrap:not(:first-of-type) {
  margin-top: clamp(40px, 7.0921985816vw, 80px);
}
.event-schedule-wrap:nth-of-type(even) .season-icon-img {
  order: 2;
}
@media (max-width: 767px) {
  .event-schedule-wrap:nth-of-type(even) .season-icon-img {
    order: -1;
  }
}
.event-schedule-wrap.spring-illust::before {
  content: "";
  width: 210px;
  height: 100px;
  background: url(../images/illust-flower2.webp) no-repeat bottom/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .event-schedule-wrap.spring-illust::before {
    width: 100px;
    height: 50px;
    left: initial;
    right: 0;
  }
}
.event-schedule-wrap.summer-illust::before {
  content: "";
  width: 180px;
  height: 105px;
  background: url(../images/illust-cloud.webp) no-repeat bottom/contain;
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media (max-width: 767px) {
  .event-schedule-wrap.summer-illust::before {
    width: 80px;
    height: 46px;
    left: initial;
    right: 0;
  }
}
.event-schedule-wrap.fall-illust::before {
  content: "";
  width: 117px;
  height: 80px;
  background: url(../images/illust-tree3.webp) no-repeat bottom/contain;
  position: absolute;
  bottom: 0;
  left: -20px;
}
@media (max-width: 767px) {
  .event-schedule-wrap.fall-illust::before {
    width: 80px;
    height: 40px;
    left: initial;
    right: 0;
  }
}
.event-schedule-wrap.winter-illust::before {
  content: "";
  width: 100px;
  height: 154px;
  background: url(../images/illust-kirakira.webp) no-repeat bottom/contain;
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media (max-width: 767px) {
  .event-schedule-wrap.winter-illust::before {
    width: 70px;
    height: 110px;
  }
}
.event-schedule-wrap .season-icon-img {
  position: relative;
}
.event-schedule-wrap .season-icon-img figure {
  aspect-ratio: 55/60;
}
.event-schedule-wrap .season-icon-img figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.event-schedule-wrap .season-icon-img .age-title {
  position: absolute;
  top: -40px;
  left: -20px;
}
@media (max-width: 767px) {
  .event-schedule-wrap .season-icon-img .age-title {
    width: 90px;
    height: 90px;
    top: -24px;
    left: 0;
  }
}

.month-heading {
  font-size: clamp(1.375rem, 0.2274590164rem + 2.868852459vw, 2.25rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
.month-heading.spring {
  color: #DF9B42;
}
.month-heading.summer {
  color: #4FAEFF;
}
.month-heading.fall {
  color: #FF7979;
}
.month-heading.winter {
  color: #98B40E;
}
.month-heading span {
  display: block;
  font-size: clamp(0.625rem, 0.1331967213rem + 1.2295081967vw, 1rem);
}

.schedule-list {
  border-top: 2px dotted var(--bg-primary);
}
.schedule-list > li {
  border-bottom: 2px dotted var(--bg-primary);
  padding: 0.5em 0;
}

.extracurricular-activity {
  background: var(--column);
  position: relative;
}
.extracurricular-activity::before, .extracurricular-activity::after {
  content: "";
  width: 80px;
  height: 80px;
  -webkit-mask: url(../images/radius-r.svg) bottom center/contain no-repeat;
          mask: url(../images/radius-r.svg) bottom center/contain no-repeat;
  background: var(--bg);
  position: absolute;
}
@media (max-width: 767px) {
  .extracurricular-activity::before, .extracurricular-activity::after {
    width: 40px;
    height: 40px;
  }
}
.extracurricular-activity::before {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
.extracurricular-activity::after {
  top: 0;
  right: 0;
  transform: rotate(-90deg);
}

.recruit-list-wrap {
  border-top: 2px dotted var(--bg-primary);
  background: #fff;
}
.recruit-list-wrap > li {
  border-bottom: 2px dotted var(--bg-primary);
  padding: 0.5em 0;
  display: grid;
  grid-template-columns: 200px 1fr;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .recruit-list-wrap > li {
    display: block;
    padding-inline: 1rem;
  }
}
.recruit-list-wrap > li .item {
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-list-wrap > li .item {
    text-align: left;
  }
  .recruit-list-wrap > li .item .text {
    font-size: 1rem;
  }
}

.cta-area {
  background: url(../images/illust-flower.svg) no-repeat bottom left 5%/120px, url(../images/illust-flower.svg) no-repeat bottom right 5%/120px, var(--column);
  padding-block: clamp(40px, 5.3191489362vw, 60px);
}
@media (max-width: 767px) {
  .cta-area {
    padding-bottom: 100px;
  }
}

.btn-cta-wrap {
  width: min(930px, 100%);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3.5460992908vw, 40px);
}
@media (max-width: 767px) {
  .btn-cta-wrap {
    flex-direction: column;
    align-items: center;
  }
}

.contact-tel-box {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  padding: clamp(16px, 2.8368794326vw, 32px) 32px;
  color: var(--primary);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #fff;
  width: min(446px, 100%);
  border-radius: 24px;
  box-shadow: 0 2px 6px rgba(188, 156, 140, 0.2);
}
.contact-tel-box > div {
  padding-left: clamp(60px, 7.0921985816vw, 80px);
  position: relative;
}
.contact-tel-box > div::before {
  content: "";
  width: clamp(50px, 6.2056737589vw, 70px);
  aspect-ratio: 1;
  background: url(../images/icon-phone.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-tel-box .tel-sub-text {
  font-size: clamp(0.875rem, 0.3831967213rem + 1.2295081967vw, 1.25rem);
}
.contact-tel-box .tel-number {
  font-size: clamp(2rem, 0.6885245902rem + 3.2786885246vw, 3rem);
}

.tamago-club-wrap {
  display: grid;
  grid-template-columns: 486fr 583fr;
  align-items: flex-start;
  gap: clamp(16px, 3.5460992908vw, 40px);
}
@media (max-width: 767px) {
  .tamago-club-wrap {
    grid-template-columns: 1fr;
  }
  .tamago-club-wrap figure {
    aspect-ratio: 35/22;
  }
}
.tamago-club-wrap .contact-tel-box {
  width: 100%;
  padding-block: 20px;
}

.annual-schedule-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.annual-schedule-wrap .item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: clamp(10px, 2.1276595745vw, 24px);
  background: #fff;
  padding: 0.5em;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .annual-schedule-wrap .item {
    grid-template-columns: 1fr;
  }
}
.annual-schedule-wrap .item .date {
  background: #B18153;
  display: flex;
  justify-content: center;
  place-items: center;
  text-align: center;
  font-size: clamp(1.125rem, 0.7971311475rem + 0.8196721311vw, 1.375rem);
  color: #fff;
  border-radius: 8px;
  padding: 0.25em 0;
}
.annual-schedule-wrap .item .date span {
  width: 28px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: var(--primary);
  font-size: clamp(0.875rem, 0.7110655738rem + 0.4098360656vw, 1rem);
  line-height: 1;
}
.annual-schedule-wrap .item .text-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.annual-schedule-wrap .item .text-box .note {
  padding-top: 0.25em;
}
@media (max-width: 767px) {
  .annual-schedule-wrap .item .text-box {
    font-size: 16px;
  }
  .annual-schedule-wrap .item .text-box .note {
    font-size: 14px;
  }
}
.annual-schedule-wrap .item .text-box > div {
  display: grid;
  grid-template-columns: 5em 1fr;
  align-items: flex-start;
  gap: 0.5em;
}
.annual-schedule-wrap .item .text-box > div .content {
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background: var(--primary);
  border-radius: 99px;
}
.annual-schedule-wrap .item.brown .date {
  background: #B18153;
}
.annual-schedule-wrap .item.brown .date span {
  color: var(--primary);
}
.annual-schedule-wrap .item.brown .text-box .content {
  background: var(--accent);
}

@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
a[href^="tel:"] {
  color: currentColor;
}
/*# sourceMappingURL=style.css.map */