@charset "UTF-8";
/*!
Theme Name: SUMIRE KINDERGARTEN
Theme URI: http://underscores.me/
Author: ベルサンテスタッフ株式会社
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sumire-kindergarten
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SUMIRE KINDERGARTEN is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Scroll behavior
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

/* Reset
--------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

button {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}

img {
  border: none;
  vertical-align: top;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #251e1c;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #ffffff;
}
body.noscroll {
  overflow: hidden;
}

hr {
  background-color: #d6d3d3;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #251e1c;
  text-decoration: none;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #251e1c;
  border: none;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #251e1c;
}

select {
  border: none;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.l-site-main {
  margin-top: 85px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .l-site-main {
    margin-top: 0;
  }
}

.l-content, .l-content-sm, .l-content-md, .l-content-lg {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .l-content, .l-content-sm, .l-content-md, .l-content-lg {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 992px) {
  .l-content-lg {
    max-width: 1148px;
  }
}

@media screen and (min-width: 992px) {
  .l-content-md {
    max-width: 964px;
  }
}

@media screen and (min-width: 992px) {
  .l-content-sm {
    max-width: 780px;
  }
}

@media screen and (min-width: 992px) {
  .layout-top__mv {
    padding-bottom: 117px;
  }
}

.layout-top__news {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media screen and (min-width: 992px) {
  .layout-top__news {
    padding-top: 121px;
    padding-bottom: 72px;
  }
}

.layout-top__policy {
  margin-top: 46px;
}

.layout-top__guidance {
  margin-top: 128px;
}

.layout-top__preschool {
  margin-top: 84px;
}
@media screen and (min-width: 992px) {
  .layout-top__preschool {
    margin-top: 122px;
  }
}

.layout-top__recruit {
  padding-top: 226px;
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  .layout-top__recruit {
    padding-top: 64px;
    padding-bottom: 61px;
    margin-top: 120px;
  }
}

.layout-sub-page {
  margin-top: 68px;
}
@media screen and (min-width: 992px) {
  .layout-sub-page {
    margin-top: 120px;
  }
}

@media screen and (min-width: 992px) {
  .layout-sub-page--contact {
    margin-top: 109px;
  }
}

.layout-article {
  margin-top: 99px;
}
@media screen and (min-width: 992px) {
  .layout-article {
    margin-top: 293px;
  }
}

.layout-contact {
  margin-top: 120px;
}
@media screen and (min-width: 992px) {
  .layout-contact {
    margin-top: 235px;
  }
}

.layout-contact--narrow {
  margin-top: 70px;
}
@media screen and (min-width: 992px) {
  .layout-contact--narrow {
    margin-top: 162px;
  }
}

.layout-contact--wide {
  margin-top: 155px;
}
@media screen and (min-width: 992px) {
  .layout-contact--wide {
    margin-top: 300px;
  }
}

.layout-footer {
  margin-top: 46px;
  margin-bottom: 82px;
}
@media screen and (min-width: 992px) {
  .layout-footer {
    margin-top: 191px;
    margin-bottom: 83px;
  }
}

.layout-footer--page-contact {
  margin-top: 314px;
}
@media screen and (min-width: 992px) {
  .layout-footer--page-contact {
    margin-top: 350px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.header {
  width: 100%;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  height: 85px;
  padding: 0 25px;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .header__inner {
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .header__inner {
    padding: 0;
  }
}

.header__logo-fixed {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.6s ease-out;
  margin: 0;
  z-index: 100;
}

.header__logo-fixed-link {
  display: block;
  background-color: #ffffff;
  border-right: 1px solid #7d56c6;
  border-bottom: 1px solid #7d56c6;
  border-bottom-right-radius: 10px;
  padding: 35px 37px;
}

@media screen and (min-width: 992px) {
  .header-logo {
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-out;
    margin-left: 48px;
  }
}

.header-logo__img {
  width: 189px;
  height: auto;
}

/* スクロールしたらロゴを切り替える .scrollはjsで付与している */
header.scroll .header__logo-fixed {
  visibility: hidden;
  opacity: 0;
}
header.scroll .header-logo {
  visibility: visible;
  opacity: 1;
}

.btn-menu {
  display: block;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  z-index: 110;
}
@media screen and (min-width: 1200px) {
  .btn-menu {
    display: none;
  }
}

.btn-menu__inner {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  border: 1px solid #7d56c6;
  background-color: transparent;
  transition: all 0.3s ease-out;
  width: 48px;
  height: 48px;
}

.btn-menu__line {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.btn-menu__line span {
  position: absolute;
  right: calc(50% - 7px);
  background-color: #7d56c6;
  transition: all 0.3s ease-out;
  width: 14px;
  height: 1px;
}
.btn-menu__line span:nth-of-type(1) {
  top: calc(50% - 4px);
}
.btn-menu__line span:nth-of-type(2) {
  top: calc(50% + 4px);
}

.btn-menu__inner.is-open .btn-menu__line span:nth-of-type(1) {
  transform: translateY(4px) rotate(45deg);
}
.btn-menu__inner.is-open .btn-menu__line span:nth-of-type(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.drawer-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
  overflow: scroll;
  transform: translate(0, 100%);
  width: 100vw;
  height: 100vh;
  padding: 70px 25px 100px;
  z-index: 109;
}
.drawer-menu.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.drawer-menu__content {
  width: 100%;
  max-width: 480px;
  display: flex;
  margin-top: 65px;
}

.drawer-menu__content-left {
  width: 58%;
}

.drawer-menu__content-right {
  width: 42%;
}

.drawer-menu-list,
.drawer-menu-child-list {
  list-style: none;
  margin: 0;
}

.drawer-menu-list {
  padding-left: 30px;
}

.drawer-menu-list__item + .drawer-menu-list__item {
  margin-top: 16px;
}

.drawer-menu-list__link {
  position: relative;
  display: block;
  font-size: clamp(12px, 4vw, 16px);
  font-weight: bold;
  line-height: 1.875;
  text-align: left;
  color: #7d56c6;
}
.drawer-menu-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  background-color: #7d56c6;
  width: 17px;
  height: 1px;
}

.drawer-menu-child-list {
  margin: 28px 0;
}

.drawer-menu-child-list__item {
  margin-top: 20px;
}

.drawer-menu-child-list__link {
  display: block;
}

.drawer-banners {
  max-width: 342px;
  margin-top: 80px;
}

.drawer-banners__item-download {
  position: relative;
  display: block;
  font-size: clamp(16px, 5vw, 20px);
  font-weight: bold;
  line-height: 30px;
  text-align: left;
  color: #7d56c6;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #7d56c6;
  padding: 20px 24px;
  width: 100%;
  height: 70px;
}
.drawer-banners__item-download::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
  border: 1px solid #7d56c6;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.drawer-banners__item-download::after {
  content: url("assets/images/svg/icon_arrow_purple.svg");
  display: block;
  position: absolute;
  top: calc(50% - 17px);
  right: 20px;
  transition: all 0.3s ease-out;
  width: 10px;
  height: 10px;
}

.drawer-banners__item-banner {
  display: block;
  margin-top: 30px;
}

/* Navigation
--------------------------------------------- */
.header-nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header-nav {
    display: block;
    height: inherit;
    padding: 19px 25px 20px;
    margin-left: auto;
  }
}

.header-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(20px, 2vw, 26px);
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-nav__list-item {
  position: relative;
  padding: 20px 0;
}
.header-nav__list-item.access {
  padding: 0;
}
.header-nav__list-item:focus .header-nav__list-link:not(.current)::before {
  opacity: 1;
}
.header-nav__list-item:focus .dropdown {
  visibility: visible;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .header-nav__list-item:hover .header-nav__list-link:not(.current)::before {
    opacity: 1;
  }
  .header-nav__list-item:hover .dropdown {
    visibility: visible;
    opacity: 1;
  }
}

.header-nav__list-link {
  position: relative;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: bold;
  color: #7d56c6;
  padding: 20px 0;
  cursor: pointer;
}
.header-nav__list-link::before {
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  bottom: -2px;
  background-color: #7d56c6;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  opacity: 0;
  width: 14px;
  height: 14px;
}
.header-nav__list-link.current {
  color: #ae9cdb;
}
.header-nav__list-link.download {
  font-size: clamp(12px, 1vw, 14px);
  padding: 4px 10px;
  border: 1px solid #7d56c6;
  border-radius: 3px;
}
.header-nav__list-link.download::before {
  display: none;
}
.header-nav__list-link.download.current {
  border-color: #ae9cdb;
}
.header-nav__list-link.access {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  padding: 0;
}
.header-nav__list-link.access::before {
  display: none;
}

.dropdown {
  position: absolute;
  top: 62px;
  left: -272px;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
  padding-top: 38px;
  z-index: 100;
}

.dropdown__items {
  display: flex;
  gap: 16px;
  list-style: none;
  background-color: #7d56c6;
  padding: 40px;
  margin: 0;
}
.dropdown__items::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 324px;
  background-color: #7d56c6;
  transform: rotate(45deg);
  width: 24px;
  height: 24px;
}

.dropdown__title {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 8px;
  width: 140px;
  margin-top: 44px;
}

.dropdown__item .dropdown__icon-wrapper {
  width: 170px;
  width: clamp(150px, 11vw, 170px);
  height: 120px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
}
.dropdown__item .dropdown__icon-wrapper:focus {
  background-color: #cec0f1;
}
@media (hover: hover) and (pointer: fine) {
  .dropdown__item .dropdown__icon-wrapper:hover {
    background-color: #cec0f1;
  }
}

.dropdown__item-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #fff;
}

.footer-nav {
  display: flex;
  flex-direction: column;
}

.footer-nav__child {
  display: flex;
  flex-direction: column;
}

.footer-nav__head {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #7d56c6;
  transition: all 0.3s ease-out;
  margin-bottom: 30px;
}
.footer-nav__head:last-child {
  margin-bottom: 0;
}
.footer-nav__head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  background-color: #7d56c6;
  transition: all 0.3s ease-out;
  width: 15px;
  height: 1px;
}
.footer-nav__head:focus {
  margin-bottom: 21px;
}
.footer-nav__head:focus[href] {
  color: #251e1c;
}
.footer-nav__head:focus::before {
  background-color: #251e1c;
}
@media (hover: hover) and (pointer: fine) {
  .footer-nav__head:hover {
    margin-bottom: 21px;
  }
  .footer-nav__head:hover[href] {
    color: #251e1c;
  }
  .footer-nav__head:hover::before {
    background-color: #251e1c;
  }
}
@media screen and (min-width: 992px) {
  .footer-nav__head {
    margin-bottom: 21px;
  }
}

.footer-nav__child {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.footer-nav__link:focus {
  color: #7d56c6;
}
@media (hover: hover) and (pointer: fine) {
  .footer-nav__link:hover {
    color: #7d56c6;
  }
}

/* Notification
--------------------------------------------- */
.notification {
  display: none;
}
@media screen and (min-width: 992px) {
  .notification {
    display: flex;
    justify-content: center;
    position: fixed;
    width: auto;
    flex-direction: column;
    gap: 15px;
    top: 28%;
    right: -5px;
    bottom: unset;
    left: unset;
    z-index: 90;
  }
}

.notification__guidance,
.notification__recruit {
  width: calc(50% - 4px);
  max-width: 210px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 5px;
  background-color: #fff57f;
  border-radius: 10px 10px 0 0;
  padding: 14px 24px 19px 24px;
  transition: all 0.3s ease-out;
}
.notification__guidance:focus,
.notification__recruit:focus {
  transform: translateY(-5px);
}
@media (hover: hover) and (pointer: fine) {
  .notification__guidance:hover,
  .notification__recruit:hover {
    transform: translateY(-5px);
  }
}
@media screen and (min-width: 992px) {
  .notification__guidance,
  .notification__recruit {
    width: 100%;
    min-height: 180px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 3px 0 0 3px;
    padding: 20px 18px 20px 13px;
  }
  .notification__guidance:focus,
  .notification__recruit:focus {
    transform: translateX(-5px);
  }
}
@media screen and (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .notification__guidance:hover,
  .notification__recruit:hover {
    transform: translateX(-5px);
  }
}

.notification__text {
  font-weight: bold;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .notification__text {
    writing-mode: vertical-rl;
  }
}

/* Footer
--------------------------------------------- */
.footer {
  position: relative;
  background-color: #e2d9f9;
}
@media screen and (min-width: 992px) {
  .footer {
    background-color: #ffffff;
  }
}

.footer__inner {
  padding-top: 74px;
  padding-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .footer__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer__top {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .footer__top {
    justify-content: initial;
    gap: 85px;
  }
}

.footer__content {
  width: 328px;
}
@media screen and (min-width: 992px) {
  .footer__content {
    width: auto;
    max-width: none;
    margin: 0;
  }
}

.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .footer__logo {
    justify-content: flex-start;
    margin-bottom: 38px;
  }
}

.footer__address,
.footer__tel {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: left;
  color: #333;
}
@media screen and (min-width: 992px) {
  .footer__address,
  .footer__tel {
    font-size: 14px;
    line-height: 1.786;
    white-space: nowrap;
    margin: 0;
  }
}

.footer__hr {
  margin: 24px 0;
}
@media screen and (min-width: 992px) {
  .footer__hr {
    display: none;
  }
}

.footer__navs {
  display: none;
}
@media screen and (min-width: 992px) {
  .footer__navs {
    display: flex;
    justify-content: space-between;
    width: 735px;
  }
}

.footer__bottom {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .footer__bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: end;
    margin-top: 0;
  }
}

.footer__banners {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .footer__banners {
    flex-direction: row;
    gap: 16px;
  }
}

.footer__banner {
  max-width: 328px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .footer__banner {
    max-width: 260px;
  }
}

.footer__copyright {
  position: absolute;
  bottom: -56px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .footer__copyright {
    position: static;
    line-height: 0;
    text-align: left;
    transform: initial;
    width: initial;
    margin: 0;
  }
}
.footer__copyright small {
  font-size: clamp(12px, 4vw, 15px);
  font-weight: 500;
  color: #333;
}
@media screen and (min-width: 992px) {
  .footer__copyright small {
    font-size: 10px;
    line-height: 1.2;
  }
}

/* Contact
--------------------------------------------- */
/* Contact
	 ========================================================================== */
.contact-container {
  color: #fff;
  background-color: #ac95e4;
  padding: 40px 25px;
}
@media screen and (min-width: 992px) {
  .contact-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 56px 69px 78px;
  }
}

.contact-container__header {
  display: none;
}
@media screen and (min-width: 992px) {
  .contact-container__header {
    display: block;
  }
}

.contact-container__title--en {
  font-family: "Work Sans";
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.contact-container__title--ja {
  position: relative;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 40px;
  margin-top: 28px;
}
@media screen and (min-width: 992px) {
  .contact-container__title--ja {
    font-size: 33px;
    letter-spacing: 0.05em;
    padding-bottom: 32px;
  }
}
.contact-container__title--ja::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 13px);
  background-color: #fff;
  width: 26px;
  height: 1px;
}

.contact-container__content {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contact-container__content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    margin-top: 64px;
  }
}

.contact-container__tel,
.contact-container__guidance {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-container__tel {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .contact-container__tel {
    position: relative;
    border-bottom: none;
    width: 50%;
    padding-right: 62px;
    padding-bottom: 0;
  }
  .contact-container__tel::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    background-color: #fff;
    width: 1px;
    height: 72px;
  }
}

.contact-container__tel-num {
  font-family: "Jost";
  font-size: clamp(14px, 8vw, 35px);
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .contact-container__tel-num {
    font-size: 32px;
    padding-bottom: 0;
  }
}
.contact-container__tel-num > span {
  font-size: clamp(12px, 6vw, 28px);
  margin-right: 16px;
}

.contact-container__guidance {
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .contact-container__guidance {
    padding-top: 0;
    width: 50%;
    padding-left: 62px;
  }
}

.contact-container__title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.contact-container__title.tel {
  margin-bottom: 4px;
}
@media screen and (min-width: 992px) {
  .contact-container__title {
    font-size: 18px;
  }
  .contact-container__title.tel {
    margin-bottom: 20px;
  }
}

/* Contact
	 ========================================================================== */
.contact-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 20px 28px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contact-contents {
    flex-direction: row;
    gap: 87px;
  }
}

.contact-contents--contact {
  background-color: #e2d9f9;
}

.contact-contents--guidance {
  color: #251e1c;
  background-color: #ffffff;
  padding: 10px 20px;
}
@media screen and (min-width: 992px) {
  .contact-contents--guidance {
    padding: 24px 32px;
  }
}

.contact-content {
  text-align: center;
  white-space: nowrap;
  width: 100%;
  padding: 15px 0;
}
@media screen and (min-width: 992px) {
  .contact-content {
    width: initial;
    padding: 0;
  }
}

.contact-content--tel-wrap {
  display: inline-block;
  text-align: left;
  width: initial;
}

.contact-content:first-child {
  border-bottom: 1px dotted #7d56c6;
}
@media screen and (min-width: 992px) {
  .contact-content:first-child {
    border-bottom: none;
  }
}

.contact-content__tel {
  font-family: "Jost";
  font-size: clamp(14px, 10vw, 39px);
  font-weight: bold;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .contact-content__tel {
    font-size: 34px;
  }
}
.contact-content__tel span {
  font-size: clamp(12px, 6vw, 28px);
  font-weight: 400;
  margin-right: 4px;
}
@media screen and (min-width: 992px) {
  .contact-content__tel span {
    font-size: 23px;
    margin-right: 11px;
  }
}

.contact-content__tel--guidance {
  font-size: clamp(14px, 8vw, 33px);
}
@media screen and (min-width: 992px) {
  .contact-content__tel--guidance {
    font-size: 34px;
  }
}

.contact-content__time {
  font-size: 14px;
  font-weight: 500;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* text-link
--------------------------------------------- */
.text-link, .top-preschool__item-button span {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  display: block;
  color: #7d56c6;
  padding-right: 30px;
  position: relative;
}
.text-link::before, .top-preschool__item-button span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  background-color: #7d56c6;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.text-link::after, .top-preschool__item-button span::after {
  content: url("assets/images/svg/icon_arrow_white.svg");
  position: absolute;
  top: -1px;
  right: 6px;
  transition: all 0.3s ease-out;
}
.text-link:focus::after, .top-preschool__item-button span:focus::after {
  right: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .text-link:hover::after, .top-preschool__item-button span:hover::after {
    right: 3px;
  }
}

/* button
--------------------------------------------- */
.btn, .primary-btn {
  display: block;
  width: 100%;
  padding: 17px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #7d56c6;
  border-radius: 99px;
  background: #fff57f;
  border: 1px solid #7d56c6;
  position: relative;
  transition: all 0.3s ease-out;
}
.btn .btn__icon, .primary-btn .btn__icon {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #251e1c;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 15px);
  right: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn .btn__icon .circle, .primary-btn .btn__icon .circle {
  width: 10px;
  height: 10px;
  background-image: url("assets/images/svg/icon_link_arrow_black.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 992px) {
  .btn .btn__icon .circle, .primary-btn .btn__icon .circle {
    background-image: url("assets/images/svg/icon_link_dot_black.svg");
  }
}
.btn .btn__icon .circle::after, .primary-btn .btn__icon .circle::after {
  content: url("assets/images/svg/icon_link_arrow_black.svg");
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 992px) {
  .btn .btn__icon .circle::after, .primary-btn .btn__icon .circle::after {
    content: url("assets/images/svg/icon_link_arrow_black.svg");
  }
}
.btn .icon, .primary-btn .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn:focus .circle, .primary-btn:focus .circle {
  background-image: none;
}
.btn:focus .circle::after, .primary-btn:focus .circle::after {
  visibility: visible;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover .circle, .primary-btn:hover .circle {
    background-image: none;
  }
  .btn:hover .circle::after, .primary-btn:hover .circle::after {
    visibility: visible;
    opacity: 1;
  }
}

.primary-btn {
  max-width: 260px;
}
.primary-btn:focus {
  color: #fff;
  background-color: #7d56c6;
}
@media (hover: hover) and (pointer: fine) {
  .primary-btn:hover {
    color: #fff;
    background-color: #7d56c6;
  }
}

.btn--lg {
  max-width: 280px;
}

/* page-header
--------------------------------------------- */
.page-header__bg-img {
  height: 251px;
}
.page-header__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .page-header__bg-img {
    height: 477px;
  }
  .page-header__bg-img img {
    max-height: 477px;
  }
}

.page-title {
  margin-top: -40px;
}
.page-title.font-sm {
  margin-top: -24px;
}
@media screen and (min-width: 992px) {
  .page-title {
    margin-top: -55px;
  }
  .page-title.font-sm {
    margin-top: -55px;
  }
}

.page-title__en {
  font-family: "Work Sans";
  font-weight: 600;
  font-size: 60px;
  line-height: 1.183;
  text-align: center;
  color: #7d56c6;
}
.font-sm .page-title__en {
  font-size: 40px;
  line-height: 1.1666666667;
}
@media screen and (min-width: 992px) {
  .page-title__en {
    font-size: 87px;
    line-height: 1.172;
    letter-spacing: 0.02em;
    text-indent: 0.02em;
  }
  .font-sm .page-title__en {
    font-size: 87px;
    line-height: 1.172;
  }
}

.page-title__en--page-daily {
  font-size: clamp(50px, 16vw, 60px);
}
@media screen and (min-width: 992px) {
  .page-title__en--page-daily {
    font-size: 87px;
  }
}

.page-title__ja {
  font-family: "Zen Kaku Gothic New";
  font-weight: bold;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
  color: #7d56c6;
  margin-top: 4px;
}
@media screen and (min-width: 992px) {
  .page-title__ja {
    margin-top: 5px;
  }
}

/* pagination
--------------------------------------------- */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  margin-top: 60px;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.pagination .current {
  color: #fff;
  background-color: #7d56c6;
  border-radius: 999px;
}

.archive-pagination {
  display: grid;
  font-weight: bold;
  grid-template-columns: repeat(3, 33.333333%);
  grid-template-rows: 80px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-top: 70px;
}
@media screen and (min-width: 992px) {
  .archive-pagination {
    margin-top: 120px;
  }
}
.archive-pagination a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
.archive-pagination .link-to-archive {
  position: relative;
}
.archive-pagination .link-to-archive::before, .archive-pagination .link-to-archive::after {
  content: "";
  position: absolute;
  top: 9px;
  background-color: #707070;
  width: 1px;
  height: 62px;
}
.archive-pagination .link-to-archive::before {
  left: 0;
}
.archive-pagination .link-to-archive::after {
  right: 0;
}
.archive-pagination .prev-link {
  position: relative;
  padding-left: 16px;
}
.archive-pagination .prev-link::before {
  content: url("assets/images/svg/icon_simple_arrow_left.svg");
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 50px);
  width: 22px;
  height: 22px;
}
.archive-pagination .next-link {
  position: relative;
  padding-right: 12px;
}
.archive-pagination .next-link::before {
  content: url("assets/images/svg/icon_simple_arrow_right.svg");
  position: absolute;
  top: calc(50% - 11px);
  right: calc(50% - 50px);
  width: 22px;
  height: 22px;
}

/* pre-detail
--------------------------------------------- */
.pre-detail {
  padding: 40px 25px;
  background-color: #e2d9f9;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 992px) {
  .pre-detail {
    margin-inline: auto;
    padding: 63px 52px;
  }
}

.pre-detail__row {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .pre-detail__row {
    display: flex;
    gap: 20px;
  }
}
.pre-detail__row .lg-transY-60 {
  transform: translateY(-60px);
}

.pre-detail__list > .pre-detail__row:first-child {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .pre-detail__lg-grid {
    display: grid;
    grid-template-columns: 400px 400px;
    grid-template-rows: 1fr;
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .pre-detail__lg-grid .pre-detail__row:nth-child(1),
  .pre-detail__lg-grid .pre-detail__row:nth-child(2) {
    margin-top: 0;
  }
}

.pre-detail__term {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #fff;
  background-color: #7d56c6;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .pre-detail__term {
    flex-shrink: 0;
    width: 150px;
  }
}

.pre-detail__desc {
  font-size: 14px;
  line-height: 1.7857142857;
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .pre-detail__desc {
    font-weight: bold;
    line-height: 2.1428571429;
    margin-top: 0;
  }
}
.pre-detail__desc + .pre-detail__term {
  margin-top: 24px;
}

.pre-detail__usecase {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6428571429;
}

.pre-detail__usecase-top {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .pre-detail__usecase-top {
    max-width: 504px;
    margin-top: 0;
  }
}

.pre-detail__usecase-middle {
  display: flex;
  border: 1px solid #251e1c;
  margin-top: 16px;
}
.pre-detail__usecase-middle div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fdfbdb;
  width: 50%;
  height: 90px;
}
@media screen and (min-width: 992px) {
  .pre-detail__usecase-middle div {
    height: 60px;
  }
}
.pre-detail__usecase-middle div + div {
  border-left: 1px solid #251e1c;
}

.pre-detail__usecase-bottom {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .pre-detail__usecase-bottom {
    margin-top: 16px;
  }
}

.pre-detail__usecase-caption {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7857142857;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .pre-detail__usecase-caption {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.1428571429;
    margin-top: 32px;
  }
}
.pre-detail__usecase-caption span {
  margin-left: 1em;
}
@media screen and (min-width: 992px) {
  .pre-detail__usecase-caption span {
    margin-left: 0;
  }
}

.pre-detail__price-desc {
  display: block;
  position: relative;
  padding-left: 1em;
}
.pre-detail__price-desc::before {
  content: "＊";
  position: absolute;
  top: 0;
  left: 0;
}

.pre-detail__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 22px;
}
@media screen and (min-width: 992px) {
  .pre-detail__btn {
    margin-top: 30px;
  }
}
.pre-detail__btn .primary-btn {
  font-size: clamp(12px, 3.5vw, 16px);
  max-width: 328px;
  padding-right: 24px;
}

.pre-detail__btn--firstclass .primary-btn {
  padding-right: initial;
}

.pre-detail__btn--firstclass a {
  position: relative;
}
.pre-detail__btn--firstclass a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-block;
  background-image: url("assets/images/svg/icon_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 29px;
}

.pre-detail__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border: 1px dashed #7d56c6;
  padding: 40px 20px;
  margin-top: 36px;
}
.pre-detail__contact.tel {
  row-gap: 30px;
}
@media screen and (min-width: 992px) {
  .pre-detail__contact {
    max-width: 720px;
    padding: 40px 50px;
    margin-top: 51px;
    margin-inline: auto;
  }
  .pre-detail__contact.tel {
    flex-direction: row;
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding: 21px 30px;
  }
}

.pre-detail__contact-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #fff57f;
  border: 1px solid #7d56c6;
  border-radius: 3px;
  max-width: 328px;
  width: 100%;
  padding: 6px 0;
}
@media screen and (min-width: 992px) {
  .pre-detail__contact-title {
    max-width: 194px;
  }
  .tel .pre-detail__contact-title {
    font-size: 18px;
    max-width: 139px;
    padding: 18px 0;
  }
}

.pre-detail__contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .pre-detail__contact-item {
    flex-direction: row;
    gap: 20px;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .pre-detail__contact-item--firstclass {
    align-items: flex-start;
  }
}

.pre-detail__contact--firstclass .preschool-contact__text {
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .pre-detail__contact--firstclass .preschool-contact__text {
    align-items: flex-start;
    text-align: left;
  }
}

.pre-detail__contact-label {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #fff;
  background-color: #7d56c6;
  padding: 0 45px;
}

.pre-detail__contact--firstclass .pre-detail__contact-label {
  margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  .pre-detail__contact--firstclass .pre-detail__contact-label {
    margin-top: 0;
  }
}

.pre-detail__contact-desc {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.1428571429;
  text-align: center;
  margin-top: 22px;
}
@media screen and (min-width: 992px) {
  .pre-detail__contact-desc {
    line-height: 1.5;
    text-align: left;
    margin-top: 0;
  }
}

.pre-detail__contact-bottom {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .pre-detail__contact-bottom {
    display: flex;
    gap: 60px;
    width: 100%;
  }
}

.pre-detail__contact-tel {
  font-size: clamp(14px, 4vw, 17px);
  font-weight: bold;
  line-height: 1.5294117647;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .pre-detail__contact-tel {
    text-align: left;
  }
}

.pre-detail__contact-tel-num {
  display: block;
  font-family: "Jost";
  font-size: clamp(14px, 8vw, 35px);
  font-weight: 500;
  text-align: center;
  color: #7d56c6;
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .pre-detail__contact-tel-num {
    font-size: 32px;
    margin-top: 0;
  }
}
.pre-detail__contact-tel-num span {
  font-size: clamp(12px, 6vw, 28px);
  margin-right: 16px;
}

.pre-detail__image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 38px;
}
@media screen and (min-width: 992px) {
  .pre-detail__image-wrap {
    flex-direction: row-reverse;
    gap: 20px;
  }
}

.pre-detail__image-wrap-image {
  aspect-ratio: 378/246;
  max-width: 620px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .pre-detail__image-wrap-image {
    aspect-ratio: 365/233;
    max-width: 365px;
  }
}
.pre-detail__image-wrap-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.pre-detail__image-wrap-text {
  font-weight: bold;
  line-height: 1.6875;
}
@media screen and (min-width: 992px) {
  .pre-detail__image-wrap-text {
    font-size: 14px;
    line-height: 2.2857142857;
  }
}

.pre-detail__experience-items {
  margin-top: 38px;
}
@media screen and (min-width: 992px) {
  .pre-detail__experience-items {
    margin-top: 59px;
  }
}

/* section-title
--------------------------------------------- */
.section-title.vertical {
  position: relative;
}

.section-title__en {
  font-family: "Work Sans";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1666;
  color: #7d56c6;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.section-title__en::before {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #7d56c6;
  position: absolute;
  top: 50%;
  right: -56px;
}
@media screen and (min-width: 992px) {
  .section-title__en {
    font-size: 20px;
  }
  .section-title__en::before {
    width: 62px;
    right: -72px;
  }
  .vertical .section-title__en {
    transform: rotate(90deg);
    position: absolute;
    top: 11%;
    left: -32px;
  }
  .vertical .section-title__en::before {
    width: 69px;
    right: -79px;
  }
  .offset-16 .section-title__en {
    top: 16px;
    left: -16px;
  }
}
.section-title__en.font-sm {
  font-size: 16px;
  line-height: 1.6875;
}

.section-title__ja {
  font-weight: bold;
  font-size: 24px;
  line-height: 2.458;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .section-title__ja {
    font-size: 35px;
    line-height: 1.2;
    margin-top: 16px;
  }
  .vertical .section-title__ja {
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
    margin-left: 30px;
    margin-top: 0;
  }
}
.section-title__ja.font-lg {
  font-size: clamp(23px, 6.5420560748vw, 28px);
  line-height: 1.7142857143;
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .section-title__ja.font-lg {
    font-size: 37.5px;
    line-height: 1.8;
    margin-top: 39px;
  }
}
.section-title__ja.font-xl {
  font-size: 35px;
  line-height: 1.2;
  margin-top: 8px;
}

/* breadcrumb
--------------------------------------------- */
.breadcrumb-wrapper {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.666;
  margin-top: 70px;
}
.breadcrumb-wrapper .home {
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .breadcrumb-wrapper {
    margin-top: 40px;
  }
}

/* entrance-guide-links
--------------------------------------------- */
.entrance-guide-links-wrapper {
  margin-top: 117px;
}

.entrance-guide-links {
  background-color: #fdfbdb;
  padding: 50px 40px;
}

.entrance-guide-links__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entrance-guide-links__title {
  display: inline-block;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New";
  font-weight: bold;
  text-align: left;
  color: #7d56c6;
  border-bottom: 1px solid #7d56c6;
}

.entrance-guide-links__list {
  display: flex;
  gap: 23px;
  justify-content: space-between;
  list-style: none;
  width: 100%;
  margin-top: 52px;
}

.entrance-guide-links__list-item {
  width: 25%;
}

.entrance-guide-links__list-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: bold;
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #7d56c6;
  border-radius: 35px;
  transition: all 0.3s ease-out;
  aspect-ratio: 235/69;
  padding: 20px 24px 20px 0;
}
.entrance-guide-links__list-link::after {
  content: url("assets/images/svg/icon_arrow_right_round_purple.svg");
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  transition: all 0.3s ease-out;
  width: 24px;
  height: 24px;
}
.entrance-guide-links__list-link:focus {
  color: #fff;
  background-color: #7d56c6;
}
.entrance-guide-links__list-link:focus::after {
  content: url("assets/images/svg/icon_arrow_right_round_white.svg");
  right: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .entrance-guide-links__list-link:hover {
    color: #fff;
    background-color: #7d56c6;
  }
  .entrance-guide-links__list-link:hover::after {
    content: url("assets/images/svg/icon_arrow_right_round_white.svg");
    right: 10px;
  }
}

/* post
--------------------------------------------- */
/* post
	 ========================================================================== */
.post__date,
.post__category {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #7d56c6;
}

.post__category {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #7d56c6;
  min-width: 121px;
  padding: 6px;
}
.post__category p {
  display: inline-block;
}

.post-thumbnail {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .post-thumbnail {
    margin-top: 40px;
  }
}
.post-thumbnail img {
  width: 100%;
}

/* post
	 ========================================================================== */
.post-archive {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 55px;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .post-archive {
    grid-template-columns: repeat(3, 1fr);
    gap: 99px 54px;
  }
}

.post-archive__thumbnail {
  width: 100%;
  height: 234px;
}
@media screen and (min-width: 992px) {
  .post-archive__thumbnail {
    aspect-ratio: 326/234;
    height: auto;
  }
}
.post-archive__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-archive__labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.post-archive__title {
  display: -webkit-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post-archive .post-archive__title {
  line-height: 1.7142857143;
  margin-top: 19px;
}

/* article
--------------------------------------------- */
.article__header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.article__title {
  font-size: 14px;
  margin-top: 28px;
}
@media screen and (min-width: 992px) {
  .article__title {
    font-size: 18px;
    margin-top: 33px;
  }
}

.article__content {
  font-size: 14px;
  line-height: 2.1428571429;
}
.article__content > * {
  margin-top: 24px;
}
.article__content ul {
  margin-left: 1.5em;
}
@media screen and (min-width: 992px) {
  .article__content > * {
    margin-top: 60px;
  }
}

/* blog-gallery
--------------------------------------------- */
.blog-gallery {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 32px 18px;
  margin-top: 78px;
}
@media screen and (min-width: 992px) {
  .blog-gallery {
    grid-template-columns: repeat(4, minmax(210px, 1fr));
    gap: 26px 20px;
    margin-top: 145px;
  }
}

.blog-gallery__link {
  position: relative;
}
.blog-gallery__link::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 16px;
  background: url("assets/images/blog/icon_zoom.svg") no-repeat 0 0/100%;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-out;
}
.blog-gallery__link:focus::after {
  width: 30px;
  height: 30px;
}
@media (hover: hover) and (pointer: fine) {
  .blog-gallery__link:hover::after {
    width: 30px;
    height: 30px;
  }
}

.blog-gallery__img {
  aspect-ratio: 185/120;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .blog-gallery__img {
    aspect-ratio: 211/141;
  }
}

/* lightbox
--------------------------------------------- */
.lightboxOverlay {
  background-color: #cec0f1;
  opacity: 0.76;
}

.lightbox .lb-outerContainer {
  width: 100% !important;
  background-color: transparent;
}
.lightbox .lb-image {
  margin-inline: auto;
  border-radius: 0px;
  border: none;
  max-width: calc(100vw - 50px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.lb-nav a.lb-next {
  background: url("assets/images/blog/icon_next.png") 96% 48% no-repeat;
}
@media screen and (min-width: 992px) {
  .lb-nav a.lb-next {
    margin-right: 35px;
  }
}
.lb-nav a.lb-prev {
  background: url("assets/images/blog/icon_prev.png") 6% 48% no-repeat;
}
@media screen and (min-width: 992px) {
  .lb-nav a.lb-prev {
    margin-left: 35px;
  }
}
.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  width: 100px;
  height: 100%;
  background-size: 48px;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .lb-nav a.lb-next,
  .lb-nav a.lb-prev {
    width: 120px;
    height: 100%;
    background-size: 83px;
    margin-right: 35px;
  }
}

.lb-data .lb-close {
  width: 54px;
  height: 54px;
  background-image: url("assets/images/blog/icon_close.png");
  background-size: 54px;
  opacity: 1;
  position: absolute;
  top: -100px;
  right: 10px;
}
@media screen and (min-width: 992px) {
  .lb-data .lb-close {
    width: 83px;
    height: 83px;
    background-size: 83px;
    top: -80px;
    right: 30px;
  }
}

/* contact-form
--------------------------------------------- */
.snow-monkey-form .confirm-message {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .confirm-message {
  display: block;
}
@media screen and (min-width: 992px) {
  .snow-monkey-form .smf-form .smf-item:not(:has(.confirm-message)) {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 628px;
    align-items: center;
  }
}
.snow-monkey-form .smf-form .smf-item__col--label {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .snow-monkey-form .smf-form .smf-item__col--label {
    margin: 0;
  }
}
.snow-monkey-form .smf-form .smf-item__label__text {
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
}
.snow-monkey-form .smf-form .required {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 5px;
  background-color: #7d56c6;
  border-radius: 2px;
  margin-left: 12px;
}
.snow-monkey-form .smf-form .smf-select-control {
  width: 100%;
}
.snow-monkey-form .smf-form input,
.snow-monkey-form .smf-form textarea,
.snow-monkey-form .smf-form select {
  width: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  border-radius: 2px;
}
.snow-monkey-form .smf-form select {
  background-image: linear-gradient(to left, #7d56c6 0%, #7d56c6 48px, #f5f5f5 48px, #f5f5f5 100%) !important;
}
.snow-monkey-form .smf-form .smf-select-control__toggle {
  display: inline;
  left: unset;
  right: 0;
  z-index: 2;
}
.snow-monkey-form .smf-form .smf-select-control__toggle::before {
  content: "";
  border: none;
  display: block;
  width: 6px;
  height: 12px;
  background: url("assets/images/contact/select_toggle.svg") 0 0/100% no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(90deg);
  z-index: 3;
}
.snow-monkey-form .smf-form .smf-item .smf-radio-button-control__control::before {
  background-color: #7d56c6;
}
.snow-monkey-form .smf-form .thanks-title {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .snow-monkey-form .smf-form .thanks-title {
    font-size: 30px;
  }
}
.snow-monkey-form .smf-form .thanks-message {
  margin-top: 70px;
  line-height: 1.6875;
}
@media screen and (min-width: 992px) {
  .snow-monkey-form .smf-form .thanks-message {
    margin-top: 60px;
    font-weight: bold;
    line-height: 1.875;
    text-align: center;
  }
}
.snow-monkey-form .smf-action {
  margin-top: 60px;
  display: grid;
}
.snow-monkey-form .smf-action .smf-button-control + .smf-button-control {
  margin-left: 0;
}
.snow-monkey-form .smf-button-control__control {
  margin-inline: auto;
  display: block;
  background-image: none;
  background-color: #fff57f;
  border: 1px solid #7d56c6;
  border-radius: 999px;
  color: #7d56c6;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  padding: 18px 20px;
  width: clamp(310px, 100%, 352px);
  position: relative;
}
.snow-monkey-form .smf-button-control__control::after {
  content: "";
  background: url("assets/images/contact/icon_arrow-right.svg") 0 0/100% no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.snow-monkey-form .smf-button-control__control[data-action=back] {
  background-color: #f5f5f5;
  padding-left: 64px;
  margin-bottom: 30px;
}
.snow-monkey-form .smf-button-control__control[data-action=back]::after {
  content: "";
  background: url("assets/images/contact/icon_arrow-left.svg") 0 0/100% no-repeat;
  position: absolute;
  right: unset;
  left: 18px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* MW WP Form
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
}

.alignright {
  /*rtl:ignore*/
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sp_only {
  display: block !important;
}
@media screen and (min-width: 992px) {
  .sp_only {
    display: none !important;
  }
}

.pc_only {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .pc_only {
    display: block !important;
  }
}

.writing-mode-v {
  writing-mode: vertical-rl;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/* MV
	 ========================================================================== */
.mv__inner {
  position: relative;
  height: calc(100vh - 85px);
}
@media screen and (min-width: 576px) {
  .mv__inner {
    height: 765px;
  }
}

.mv__arrow {
  display: none;
}
@media screen and (min-width: 992px) {
  .mv__arrow {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 50px;
    position: absolute;
    top: -56px;
    left: -8px;
    z-index: 10;
    width: 103px;
    height: 765px;
  }
}
.mv__arrow p {
  font-weight: bold;
  font-size: 12px;
  color: #7d56c6;
  transform: rotate(90deg);
  margin-bottom: 30px;
}
.mv__arrow span {
  background-color: #7d56c6;
  transform: rotate(90deg);
  width: 100px;
  height: 1px;
}

.mv__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .mv__container {
    height: 767px;
    margin-top: 100px;
    margin-left: 116px;
  }
}

.mv__slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.mv__slider img {
  width: 100%;
  height: calc(100vh - 85px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 576px) {
  .mv__slider img {
    height: 772px;
  }
}

.mv__main-copy {
  width: clamp(296px, 71.02803738vw, 450px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 26px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .mv__main-copy {
    gap: 30px;
    margin-top: 14px;
  }
}
.mv__main-copy img {
  width: 100%;
  height: 100%;
}

.mv__main-copy-top {
  max-width: 347px;
}

/* What's New
	 ========================================================================== */
.top-news {
  position: relative;
  background: linear-gradient(#e2d9f9 0%, #ffffff 100%);
}

.top-news__decoration-text {
  position: absolute;
  top: 133px;
  left: -24px;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .top-news__decoration-text {
    top: 125px;
    left: 28px;
  }
}

.top-news__title {
  font-size: 22px;
  font-family: "Work Sans";
  font-weight: bold;
  color: #7d56c6;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-news__title {
    font-size: 40px;
  }
}

.top-news__items {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .top-news__items {
    display: flex;
    justify-content: space-between;
    gap: 72px;
    margin-top: 62px;
  }
}

@media screen and (min-width: 992px) {
  .top-news__item {
    display: flex;
    width: 50%;
  }
}

.top-news__item-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #7d56c6;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .top-news__item-title {
    font-size: 30px;
    letter-spacing: 0.24em;
    writing-mode: vertical-rl;
    margin-top: 12px;
  }
}

.article-list-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.article-list {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .article-list {
    max-width: 352px;
    margin-top: 0;
    margin-left: 24px;
  }
}

.article-list__item {
  list-style: none;
}

@media (max-width: 991px) {
  .article-list__item:nth-child(n+3) {
    display: none;
  }
}
@media (min-width: 992px) {
  .article-list__item:nth-child(n+4) {
    display: none;
  }
}
.article-list__link {
  display: flex;
  gap: 20px;
}
.article-list__link:focus img {
  transform: scale(1.1);
}
@media (hover: hover) and (pointer: fine) {
  .article-list__link:hover img {
    transform: scale(1.1);
  }
}

.article-list__image {
  max-width: 106px;
  width: 100%;
  height: 106px;
  border-radius: 50%;
  overflow: hidden;
}
.article-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  background-color: #ffffff;
}

.article-list__text {
  flex: 1;
}
@media screen and (min-width: 992px) {
  .article-list__text {
    margin-top: 10px;
  }
}

.article-list__date {
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  color: #7d56c6;
}

.article-list__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 24px;
}

.article-list__button {
  margin-top: 40px;
}

/* Policy
	 ========================================================================== */
.top-policy {
  overflow: hidden;
}

.top-policy__top-image {
  position: relative;
  aspect-ratio: 904/480;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .top-policy__top-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-right: 0;
    margin-left: 0;
  }
}
.top-policy__top-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-policy__top-content {
  position: relative;
  margin-top: 51px;
}

.top-policy__section-title {
  position: absolute;
  top: 23%;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .top-policy__section-title {
    top: 12px;
  }
}

.top-policy__en-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  font-size: 18px;
  font-weight: 600;
  padding-top: 14px;
  margin-right: -20px;
}
@media screen and (min-width: 992px) {
  .top-policy__en-title {
    font-size: 20px;
    padding-top: 20px;
  }
}
.top-policy__en-title p {
  transform: rotate(90deg);
}
.top-policy__en-title span {
  width: 70px;
  height: 1px;
  transform: rotate(90deg);
  background-color: #7d56c6;
}

.top-policy__ja-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.58em;
  color: #7d56c6;
  margin-right: -14px;
}
@media screen and (min-width: 992px) {
  .top-policy__ja-title {
    font-size: 35px;
    line-height: 1.457;
    letter-spacing: 0.2em;
    margin-right: -8px;
  }
}

.top-policy__copy {
  font-size: clamp(12px, 6vw, 26px);
  font-weight: bold;
  line-height: 1.7;
  color: #7d56c6;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .top-policy__copy {
    font-size: 40px;
  }
}

.top-policy__top-content-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875;
  width: 74.33862434%;
  margin-top: 42px;
}
@media screen and (min-width: 992px) {
  .top-policy__top-content-text {
    line-height: 1.5;
    max-width: 624px;
    width: 100%;
  }
}

.top-policy__containers {
  margin-top: 91px;
}
@media screen and (min-width: 992px) {
  .top-policy__containers {
    margin-top: 194px;
  }
}

@media screen and (min-width: 992px) {
  .top-policy__container .rev {
    flex-direction: row-reverse;
  }
}

.top-policy__containers .top-policy__container:nth-child(2) {
  margin-top: 97px;
}

.top-policy__container-title-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .top-policy__container-title-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

.top-policy__sub-copy {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #7d56c6;
  margin-top: 62px;
}
@media screen and (min-width: 992px) {
  .top-policy__sub-copy {
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 0.52em;
    writing-mode: vertical-rl;
    margin-top: 20px;
    margin-left: -6px;
  }
}

.top-policy__image {
  aspect-ratio: 428/285;
  width: 100vw;
  max-height: 400px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .top-policy__image {
    aspect-ratio: 720/480;
    max-width: 720px;
    width: 100%;
    max-height: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.top-policy__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-policy__container-text-wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .top-policy__container-text-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 52px;
  }
}
.top-policy__container-text-wrapper p {
  font-size: 16px;
  line-height: 1.687;
}
@media screen and (min-width: 992px) {
  .top-policy__container-text-wrapper p {
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
    max-width: 339.4px;
  }
}

.top-policy__link-list {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .top-policy__link-list {
    margin-top: 0;
  }
}

.top-policy__link-round {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #7d56c6;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: clamp(92px, 27.10280374vw, 116px);
  height: clamp(92px, 27.10280374vw, 116px);
}
@media screen and (min-width: 992px) {
  .top-policy__link-round {
    width: 137px;
    height: 137px;
  }
}
.top-policy__link-round:focus .circle {
  background-image: none;
}
.top-policy__link-round:focus .circle::after {
  visibility: visible;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .top-policy__link-round:hover .circle {
    background-image: none;
  }
  .top-policy__link-round:hover .circle::after {
    visibility: visible;
    opacity: 1;
  }
}

.top-policy__link-text {
  position: absolute;
  top: 33%;
  transform: translateY(-30%);
  font-size: clamp(12px, 3.333333333vw, 15px);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-policy__link-text {
    top: 35px;
  }
}

.top-policy__link-icon {
  position: absolute;
  bottom: clamp(7px, 2.5vw, 14px);
  left: calc(50% - 13px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 992px) {
  .top-policy__link-icon {
    bottom: 17px;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }
}
.top-policy__link-icon .circle {
  position: relative;
  background-image: url("assets/images/svg/icon_link_dot_black.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-out;
  width: 10px;
  height: 10px;
}
.top-policy__link-icon .circle::after {
  content: url("assets/images/svg/icon_link_arrow_black.svg");
  position: absolute;
  top: -8px;
  left: 0px;
  visibility: hidden;
  transition: all 0.3s ease-out;
  width: 10px;
  height: 10px;
  opacity: 0;
}

/* Guidance
========================================================================== */
.top-guidance__header {
  position: relative;
  background-image: url("assets/images/top/bgi_top-guidance_01_sp.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 232px;
}
@media screen and (min-width: 992px) {
  .top-guidance__header {
    background-image: url("assets/images/top/bgi_top-guidance_01_pc.jpg");
    height: 526px;
  }
}

.top-guidance__header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  max-width: 358px;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/top/bgi_top-guidance_02.png");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .top-guidance__header::before {
    max-width: 703px;
  }
}

.top-guidance__header-title-wrap {
  position: absolute;
  left: 50%;
  top: 175px;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .top-guidance__header-title-wrap {
    top: 430px;
  }
}

@media screen and (min-width: 992px) {
  .top-guidance__header-logo img {
    width: 79px;
  }
}

.top-guidance__en-title {
  font-size: 18px;
  font-weight: 600;
  color: #7d56c6;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .top-guidance__en-title {
    font-size: 21px;
    margin-top: 5px;
  }
}

.top-guidance__ja-title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #7d56c6;
  margin-top: 28px;
}
@media screen and (min-width: 992px) {
  .top-guidance__ja-title {
    font-size: 35px;
  }
}
.top-guidance__ja-title::after {
  content: "";
  width: 26px;
  height: 1px;
  background-color: #7d56c6;
  display: block;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 13px);
}
@media screen and (min-width: 992px) {
  .top-guidance__ja-title::after {
    bottom: -31px;
  }
}

.top-guidance__body {
  background-color: #fdfbdb;
}

.top-guidance__container {
  padding-top: 170px;
  padding-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .top-guidance__container {
    padding-top: 212px;
    padding-bottom: 100px;
  }
}

.top-guidance__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .top-guidance__items {
    gap: 60px 62px;
  }
}

.top-guidance__item {
  max-width: calc(50% - 12px);
  width: 100%;
  height: 154px;
}
@media screen and (min-width: 992px) {
  .top-guidance__item {
    max-width: 260px;
    height: 217px;
  }
  .top-guidance__item:nth-child(4) {
    margin-left: auto;
  }
  .top-guidance__item:nth-child(5) {
    margin-right: auto;
  }
}

.top-guidance__item-link {
  position: relative;
  display: block;
  background-color: #fff57f;
  border: 1px solid #7d56c6;
  border-radius: 3px;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
.top-guidance__item-link:focus {
  background-color: #cec0f1;
}
.top-guidance__item-link:focus .duidance-icon::after {
  right: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .top-guidance__item-link:hover {
    background-color: #cec0f1;
  }
  .top-guidance__item-link:hover .duidance-icon::after {
    right: 4px;
  }
}

.top-guidance__item-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 68%;
}
.top-guidance__item-image img {
  max-width: 106px;
  max-height: 70px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
@media screen and (min-width: 992px) {
  .top-guidance__item-image img {
    max-width: 120px;
    max-height: 90px;
  }
}

.top-guidance__item-title {
  font-size: 14px;
  font-weight: bold;
  color: #7d56c6;
  text-align: center;
  height: 32%;
}
@media screen and (min-width: 992px) {
  .top-guidance__item-title {
    font-size: 20px;
  }
}

.top-guidance__item-icon {
  display: inline-block;
  position: absolute;
  right: 14px;
  bottom: 12px;
  background-color: #7d56c6;
  border-radius: 50%;
  transform: translate(4px, 3px);
  width: 15px;
  height: 15px;
}
.top-guidance__item-icon::after {
  content: url("assets/images/svg/icon_arrow_white.svg");
  position: absolute;
  top: -6px;
  right: 4px;
  width: 5px;
  height: 7px;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 992px) {
  .top-guidance__item-icon {
    width: 22px;
    height: 22px;
    transform: translate(8px, 3px);
  }
  .top-guidance__item-icon::after {
    top: -2px;
    right: 7px;
    width: 6px;
    height: 10px;
  }
}

/* Preschool
	 ========================================================================== */
.top-preschool__title {
  font-size: clamp(12px, 6vw, 24px);
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  color: #7d56c6;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .top-preschool__title {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 67px;
  }
}

.top-preschool__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .top-preschool__items {
    max-width: initial;
    flex-direction: row;
    justify-content: space-around;
    gap: 22px;
  }
}

.top-preschool__item {
  border: 1px dashed #7d56c6;
}
@media screen and (min-width: 992px) {
  .top-preschool__item {
    width: 50%;
  }
}

.top-preschool__item-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  transition: all 0.3s ease-out;
  text-align: center;
  height: 100%;
  padding: 40px 30px;
}
@media screen and (min-width: 992px) {
  .top-preschool__item-link {
    gap: 24px;
    padding: 32px 26px;
  }
}
.top-preschool__item-link:focus .top-preschool__item-button span {
  color: #251e1c;
}
.top-preschool__item-link:focus .top-preschool__item-button span::before {
  background-color: #251e1c;
}
.top-preschool__item-link:focus .top-preschool__item-button span::after {
  right: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .top-preschool__item-link:hover .top-preschool__item-button span {
    color: #251e1c;
  }
  .top-preschool__item-link:hover .top-preschool__item-button span::before {
    background-color: #251e1c;
  }
  .top-preschool__item-link:hover .top-preschool__item-button span::after {
    right: 3px;
  }
}

.top-preschool__item-label {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  background: #fff57f;
  border: 1px solid #7d56c6;
  min-width: 194px;
  padding: 5px;
}

.top-preschool__item-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  color: #7d56c6;
  margin-top: 28px;
}
@media screen and (min-width: 992px) {
  .top-preschool__item-title {
    margin-top: 20px;
  }
}

.top-preschool__item-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.285;
  letter-spacing: -0.01em;
  text-align: left;
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .top-preschool__item-text {
    line-height: 1.6;
    text-align: center;
    margin-top: 19px;
  }
}

.top-preschool__item-button {
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .top-preschool__item-button {
    text-align: center;
    width: initial;
  }
}
.top-preschool__item-button span {
  transition: all 0.3s ease-out;
}

/* Recruit
	 ========================================================================== */
.top-recruit {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-recruit {
    text-align: left;
  }
}

.top-recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("assets/images/top/bgi_top-recruit_01-2_sp.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 226px;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .top-recruit::before {
    background-image: url("assets/images/top/bgi_top-recruit_01-2_pc.jpg");
    height: 100%;
  }
}

@media screen and (min-width: 992px) {
  .top-recruit::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("assets/images/top/bgi_top-recruit_fog.png");
    background-size: 549px 100%;
    background-position: top;
    background-repeat: no-repeat;
    width: 549px;
    height: 100%;
    opacity: 0.8;
    z-index: 0;
  }
}

@media screen and (min-width: 992px) {
  .top-recruit__container {
    position: relative;
    z-index: 1;
  }
}

.top-recruit__text-wrap {
  display: flex;
  flex-direction: column;
}

.top-recruit__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 51px;
}
@media screen and (min-width: 992px) {
  .top-recruit__title {
    display: inline-block;
    margin-top: 0;
  }
}

.top-recruit__title-en {
  position: relative;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 600;
  color: #7d56c6;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 70px;
}
@media screen and (min-width: 992px) {
  .top-recruit__title-en {
    font-size: 22px;
  }
}
.top-recruit__title-en::after {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #7d56c6;
  position: absolute;
  top: 50%;
  right: 11px;
}

.top-recruit__title-ja {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6857;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .top-recruit__title-ja {
    font-size: 35px;
    margin-top: 13px;
  }
}

.top-recruit__text {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  text-align: left;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .top-recruit__text {
    font-size: 14px;
    line-height: 2.1428;
  }
}

.top-recruit__btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .top-recruit__btn {
    display: block;
    margin-top: 32px;
  }
}

.facilities-slider {
  position: relative;
  max-width: 480px;
  width: 100%;
  padding-inline: 24px;
  margin-top: 40px;
}
.facilities-slider .slide-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
}
.facilities-slider .prev-arrow,
.facilities-slider .next-arrow {
  top: 36%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  cursor: pointer;
}
.facilities-slider .prev-arrow {
  background-image: url("assets/images/about/icon_slide_prev.png");
  left: -4px;
}
.facilities-slider .next-arrow {
  background-image: url("assets/images/about/icon_slide_next.png");
  right: -4px;
}

/* About
	 ========================================================================== */
.page-about {
  position: relative;
}
.page-about::before {
  content: "";
  position: absolute;
  top: 60px;
  right: 0;
  background: linear-gradient(#e2d9f9 0%, #ffffff 100%);
  width: 73.832%;
  height: calc(100% - 60px);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .page-about::before {
    top: 138px;
    right: calc(50% - 50vw);
    width: calc(100vw - (100vw - 100%) / 2 - 92px);
    height: calc(100% - 138px);
  }
}

.page-about__top-message {
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .page-about__top-message {
    position: absolute;
    top: 24px;
    left: 0;
    line-height: 1.7;
    margin-left: 30px;
  }
}
.page-about__top-message h3 {
  font-size: clamp(16px, 5.8vw, 26px);
  font-weight: bold;
  line-height: 1.8076923077;
}
@media screen and (min-width: 992px) {
  .page-about__top-message h3 {
    font-size: clamp(35px, 3vw, 40px);
  }
}

.page-about__top-items {
  margin-top: 102px;
}
@media screen and (min-width: 992px) {
  .page-about__top-items {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .page-about__top-first-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: end;
    gap: 50px;
    max-width: 1600px;
    margin-right: calc(50% - 50vw);
  }
}

.page-about__top-item-image {
  overflow: hidden;
}
.page-about__top-item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-about__top-first-item .page-about__top-item-image {
  aspect-ratio: 428/267;
  width: 100vw;
  max-height: 400px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-about__top-first-item .page-about__top-item-image {
    aspect-ratio: 767/481;
    max-width: 767px;
    max-height: initial;
    margin-inline: 0;
  }
}

.page-about__top-second-item .page-about__top-item-image {
  aspect-ratio: 403/252;
  width: auto;
  max-height: 400px;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 992px) {
  .page-about__top-second-item .page-about__top-item-image {
    max-width: 536px;
    width: 100%;
    max-height: initial;
    margin-inline: 0;
  }
}

.page-about__top-item-text {
  font-size: 16px;
  line-height: 2.125;
  font-weight: bold;
  margin-top: 68px;
}
@media screen and (min-width: 992px) {
  .page-about__top-item-text {
    width: 352px;
    margin-top: 0;
  }
}

.page-about__top-second-item {
  margin-top: 56px;
}
@media screen and (min-width: 992px) {
  .page-about__top-second-item {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: 120px;
  }
}

.page-about__top-images {
  margin-top: 57px;
}
@media screen and (min-width: 992px) {
  .page-about__top-images {
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 108px;
    margin-top: -110px;
  }
}

.page-about__top-images-first-image img {
  aspect-ratio: 261/296;
  max-width: 46vw;
  min-width: 261px;
  width: 61vw;
  height: auto;
}
@media screen and (min-width: 992px) {
  .page-about__top-images-first-image img {
    max-width: 261px;
    min-width: initial;
    width: 100%;
  }
}

.page-about__top-images-second-image {
  text-align: right;
  margin-top: 70px;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 992px) {
  .page-about__top-images-second-image {
    margin-top: 0;
    margin-right: 0;
  }
}
.page-about__top-images-second-image img {
  aspect-ratio: 261/350;
  max-width: 46vw;
  min-width: 261px;
  width: 61vw;
  height: auto;
}
@media screen and (min-width: 992px) {
  .page-about__top-images-second-image img {
    max-width: 352px;
    min-width: initial;
    width: 100%;
  }
}

.page-about-outline {
  margin-top: 70px;
}
@media screen and (min-width: 992px) {
  .page-about-outline {
    margin-top: 120px;
    display: flex;
    gap: 92px;
  }
}

.page-about-outline-list {
  border: 1px solid #eee;
}
@media screen and (min-width: 992px) {
  .page-about-outline-list {
    width: 536px;
  }
}

.outline-list__row {
  display: flex;
}
.outline-list__row:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.outline-list__term {
  width: 25%;
  padding: 13px 14px;
  background-color: #e2d9f9;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.142;
}
@media screen and (min-width: 992px) {
  .outline-list__term {
    width: 20%;
  }
}

.outline-list__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75%;
  padding: 12px 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.142;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .outline-list__desc {
    width: 80%;
  }
}

.google-map-container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 70px;
}
.google-map-container iframe {
  width: 100%;
  height: 424px;
}
@media screen and (min-width: 992px) {
  .google-map-container {
    margin: 0;
    width: 460px;
  }
  .google-map-container iframe {
    width: 100%;
    height: 456px;
  }
}

.about-access__btn {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .about-access__btn {
    margin-top: 24px;
    justify-content: flex-end;
  }
}

/* School bus　/　Transfer
	 ========================================================================== */
.about-traffic {
  margin-top: 70px;
}
@media screen and (min-width: 992px) {
  .about-traffic {
    max-width: 1148px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 111px;
    margin-inline: auto;
  }
}

.about-traffic__title {
  padding-left: 25px;
}
@media screen and (min-width: 992px) {
  .about-traffic__title {
    padding-left: 0;
  }
}

.about-traffic__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 37px;
  background-color: #fdfbdb;
  padding: 40px 20px;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .about-traffic__content {
    flex-direction: row;
    gap: 62px;
    padding: 68px 92px 74px;
    margin-top: 57px;
  }
}

.about-traffic__image {
  aspect-ratio: 377/225;
  max-width: 720px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .about-traffic__image {
    aspect-ratio: 490/294;
    max-width: 490px;
  }
}
.about-traffic__image img {
  width: 100%;
  height: 100%;
}

.about-traffic__text-wrap {
  max-width: 720px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .about-traffic__text-wrap {
    max-width: 345px;
  }
}

.about-traffic__desc {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .about-traffic__desc {
    font-size: 15px;
  }
}

.about-traffic__area-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .about-traffic__area-list {
    margin-top: 52px;
  }
}
.about-traffic__area-list .area-label {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 5px 56px;
  background-color: #fff57f;
  border: 1px solid #7d56c6;
  border-radius: 3px;
  margin-bottom: 36px;
  max-width: 194px;
}
@media screen and (min-width: 992px) {
  .about-traffic__area-list .area-label {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 992px) {
  .about-traffic__area-list .area-row-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.about-traffic__area-list .area-row {
  display: flex;
  gap: 31px;
}
@media screen and (min-width: 992px) {
  .about-traffic__area-list .area-row {
    gap: 20px;
  }
}
@media (max-width: 380px) {
  .about-traffic__area-list .area-row {
    flex-direction: column;
    min-width: 240px;
    margin-inline: auto;
  }
}
.about-traffic__area-list .area-row + .area-row {
  margin-top: 20px;
}
.about-traffic__area-list .area-name {
  font-size: 15px;
}
.about-traffic__area-list .area-name::before {
  content: url("assets/images/svg/icon_pin_sm.svg");
  display: inline-block;
  width: 20px;
  height: 27px;
  transform: translate(-8px, 8px);
}

.about-traffic__transfer {
  margin-top: 70px;
}
@media screen and (min-width: 992px) {
  .about-traffic__transfer {
    margin-top: 123px;
  }
}

/* Facilities
	 ========================================================================== */
.about-facilities {
  margin-top: 70px;
  scroll-margin-top: 100px;
}
@media screen and (min-width: 992px) {
  .about-facilities {
    margin-top: 135px;
  }
}

@media screen and (min-width: 992px) {
  .about-facilities__header-wrap {
    display: flex;
    justify-content: space-between;
    padding-right: 8%;
  }
}

.about-facilities__link-list {
  display: none;
}
@media screen and (min-width: 992px) {
  .about-facilities__link-list {
    display: flex;
    gap: 28px;
    list-style: none;
  }
}

@media screen and (min-width: 992px) {
  .link-list__link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 248px;
    height: 296px;
  }
  .link-list__link.building {
    background-image: url("assets/images/about/image_page-about_facilities-link_building.jpg");
  }
  .link-list__link.playground {
    background-image: url("assets/images/about/image_page-about_facilities-link_playground.jpg");
  }
  .link-list__link.hall {
    background-image: url("assets/images/about/image_page-about_facilities-link_hall.jpg");
  }
}

@media screen and (min-width: 992px) {
  .link-list__label {
    display: inline;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    background-color: #ffffff;
    border: 1px solid #7d56c6;
    border-radius: 3px;
    transform: translateY(-18px);
    min-width: 90px;
  }
}

@media screen and (min-width: 992px) {
  .link-list__text {
    font-weight: bold;
    font-size: 16px;
    color: #7d56c6;
    transform: translateY(-16px);
  }
}

.facilities-items-building {
  margin-top: 28px;
  scroll-margin-top: 100px;
}
@media screen and (min-width: 992px) {
  .facilities-items-building {
    margin-top: 120px;
  }
}

.facilities-items-playground {
  scroll-margin-top: 100px;
}
@media screen and (min-width: 992px) {
  .facilities-items-playground {
    margin-top: 120px;
  }
}

.facilities-items-hall {
  margin-top: 60px;
  scroll-margin-top: 100px;
}
@media screen and (min-width: 992px) {
  .facilities-items-hall {
    margin-top: 120px;
  }
}

.facilities-item__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.909;
  color: #7d56c6;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.facilities-item__title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #7d56c6;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .facilities-item__title {
    font-size: 35px;
    line-height: 1.2;
    padding-bottom: 14px;
  }
  .facilities-item__title::before {
    width: 125px;
  }
}

.facilities-item__container {
  padding-bottom: 70px;
  margin-top: 50px;
  position: relative;
}
.facilities-item__container::before {
  content: "";
  position: absolute;
  top: 90px;
  left: -25px;
  width: 100vw;
  height: calc(100% - 90px);
  z-index: -1;
}
.facilities-item__container.bg-purple::before {
  background: linear-gradient(#e2d9f9 0%, #ffffff 100%);
}
.facilities-item__container.bg-yellow::before {
  background: linear-gradient(#fff8ad 0%, #ffffff 100%);
}
@media screen and (min-width: 992px) {
  .facilities-item__container {
    padding-bottom: 0;
    margin-top: 58px;
  }
  .facilities-item__container::before {
    width: calc(100vw - (100vw - 100%) / 2 - 92px);
    height: calc(100% - 166px);
    top: 166px;
  }
  .facilities-item__container.bg-purple::before {
    left: calc(50% - 50vw);
  }
  .facilities-item__container.bg-yellow::before {
    left: 92px;
  }
}

.facilities-item__image {
  display: flex;
  max-height: 260px;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 992px) {
  .facilities-item__image {
    aspect-ratio: initial;
    padding-right: 182px;
    max-height: 437px;
  }
}
.facilities-item__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.facilities-item__image-rev {
  display: flex;
  max-height: 260px;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .facilities-item__image-rev {
    aspect-ratio: initial;
    padding-left: 182px;
    max-height: 437px;
  }
}
.facilities-item__image-rev img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.facilities-gallery-wrapper {
  display: flex;
  justify-content: center;
}
.facilities-gallery-wrapper .slide-title {
  margin-top: 32px;
  font-weight: bold;
  font-size: 20px;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .facilities-gallery-wrapper .slide-title {
    margin-top: 20px;
  }
}

.facilities-slide img {
  aspect-ratio: 330/285;
  max-width: initial;
  width: 100%;
  max-height: 286px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 992px) {
  .facilities-gallery {
    display: flex !important;
    justify-content: space-between;
    gap: 20px;
    max-width: 1148px;
    margin-top: 60px;
  }
}

.facilities-gallery__item {
  text-align: center;
}
.facilities-gallery__item img {
  aspect-ratio: 257/166;
  max-width: 257px;
  width: 100%;
}

/* Education
	 ========================================================================== */
.page-education-concept {
  padding: 72px 0;
  background-color: #e2d9f9;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-education-concept {
    padding: 124px 0;
  }
}

.page-education-concept__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .page-education-concept__inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
  }
}

.page-education-concept__text-wrap {
  display: inline-block;
  margin-top: 12px;
}

.page-education-concept__lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 13px;
}
@media screen and (min-width: 992px) {
  .page-education-concept__lists {
    margin-top: 41px;
  }
}

.page-education-concept__list {
  font-size: clamp(18px, 5.6vw, 25px);
  font-weight: bold;
  color: #7d56c6;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .page-education-concept__list {
    font-size: clamp(30px, 3vw, 38px);
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
}

.page-education-concept__image {
  aspect-ratio: 444/300;
  width: 100vw;
  max-height: 400px;
  height: 100%;
  margin-top: 61px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.page-education-concept__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .page-education-concept__image {
    max-width: 444px;
    margin-top: 0;
    margin-inline: 0;
  }
}

/* Goals
	 ========================================================================== */
.page-education-goals {
  margin-top: 72px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-education-goals {
    margin-top: 120px;
  }
}

.page-education-goals__items {
  display: flex;
  flex-direction: column;
  gap: 74px;
  list-style: none;
  margin-top: 28px;
}
@media screen and (min-width: 992px) {
  .page-education-goals__items {
    gap: 109px;
    margin-top: 67px;
  }
}

@media screen and (min-width: 992px) {
  .page-education-goals__item {
    display: flex;
    justify-content: space-between;
    gap: 68px;
  }
  .page-education-goals__item.rev {
    flex-direction: row-reverse;
  }
}

.page-education-goals__item-text-wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .page-education-goals__item-text-wrap {
    display: block;
    margin-top: 34px;
    flex: 1;
  }
}

.page-education-goals__item-num {
  position: relative;
  display: inline-block;
  font-family: "Work Sans";
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .page-education-goals__item-num {
    font-size: 87px;
    padding-bottom: 8px;
    margin-top: 0;
  }
}

.page-education-goals__item-num::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  border-bottom: 1px dashed #7d56c6;
}

.page-education-goals__item-desc {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  color: #7d56c6;
  margin-left: 40px;
}
@media screen and (min-width: 992px) {
  .page-education-goals__item-desc {
    font-size: 35px;
    font-size: clamp(29px, 2.9vw, 35px);
    line-height: 1.5714285714;
    margin-top: 35px;
    margin-left: 0;
  }
}
.page-education-goals__item-desc span {
  display: inline-block;
}

.page-education-goals__item-image {
  aspect-ratio: 428/234;
  width: 100vw;
  max-height: 400px;
  margin-top: 43px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-education-goals__item-image {
    aspect-ratio: 628/344;
    max-width: 628px;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.page-education-goals__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Trait
	 ========================================================================== */
.page-education-trait {
  position: relative;
  padding-top: 66px;
  padding-bottom: 73px;
  margin-top: 74px;
}
.page-education-trait::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(#e2d9f9 0%, #ffffff 100%);
  width: calc(100vw - 112px);
  height: calc(100% - 66px);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .page-education-trait {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 119px;
  }
  .page-education-trait::before {
    width: calc(100vw - (100vw - 100%) / 2 - 92px);
    top: 135px;
    right: calc(50% - 50vw);
  }
}

.page-education-trait__items {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 28px;
}
@media screen and (min-width: 992px) {
  .page-education-trait__items {
    gap: 50px;
    max-width: 805px;
    width: 100%;
    margin-top: 147px;
    margin-inline: auto;
  }
}

.page-education-trait__item {
  list-style: none;
}
@media screen and (min-width: 992px) {
  .page-education-trait__item {
    display: flex;
    align-items: center;
    gap: 67px;
  }
}

.page-education-trait__item-image {
  text-align: center;
  background-color: #d9d9d9;
  border-radius: 50%;
  aspect-ratio: 1/1;
  max-width: 272px;
  width: 100%;
  height: auto;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-education-trait__item-image {
    max-width: 260px;
    margin-inline: initial;
  }
}
.page-education-trait__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-education-trait__item-text-wrap {
  max-width: 600px;
  width: 100%;
  margin-top: 35px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .page-education-trait__item-text-wrap {
    margin: 0;
  }
}

.page-education-trait__item-title {
  font-weight: bold;
  font-size: 22px;
  color: #7d56c6;
}

.page-education-trait__item-desc {
  line-height: 1.6875;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .page-education-trait__item-desc {
    font-size: 15px;
    font-weight: bold;
    line-height: 2.3;
    margin-top: 28px;
  }
}

.season-slider {
  width: 100%;
  position: relative;
}
.season-slider .slide-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
}
.season-slider .prev-arrow,
.season-slider .next-arrow {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 22%;
  z-index: 1;
  cursor: pointer;
}
.season-slider .prev-arrow {
  background-image: url("assets/images/about/icon_slide_prev.png");
  left: 0;
}
.season-slider .next-arrow {
  background-image: url("assets/images/about/icon_slide_next.png");
  right: 0;
}

/* Daily
	 ========================================================================== */
@media screen and (min-width: 992px) {
  .page-daily__daily-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}

.page-daily__daily-schedule {
  list-style: none;
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .page-daily__daily-schedule {
    width: 444px;
  }
}

.page-daily__daily-schedule-item {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-top: 1px dashed #7d56c6;
}
.page-daily__daily-schedule-item:last-child {
  border-bottom: 1px dashed #7d56c6;
}
@media screen and (min-width: 992px) {
  .page-daily__daily-schedule-item {
    padding: 30px 0;
  }
}

.page-daily__daily-schedule-item-time {
  font-family: "Work Sans";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1666666667;
  color: #7d56c6;
  border-right: 1px solid #7d56c6;
  width: 86px;
  padding: 6px 0px;
  margin-left: 14px;
}
@media screen and (min-width: 992px) {
  .page-daily__daily-schedule-item-time {
    width: initial;
    padding-right: 24px;
  }
}

.page-daily__daily-schedule-item-content {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  padding-left: 30px;
  flex: 1;
}
@media screen and (min-width: 992px) {
  .page-daily__daily-schedule-item-content {
    font-size: 18px;
    font-size: clamp(14px, 1.7vw, 18px);
    line-height: 2;
  }
}

.page-daily__daily-details {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 620px;
  width: 100%;
  margin-inline: auto;
  margin-top: 70px;
}
@media screen and (min-width: 992px) {
  .page-daily__daily-details {
    gap: 71px;
    max-width: initial;
    width: 536px;
    margin-top: 32px;
  }
}

.page-daily__daily-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .page-daily__daily-detail {
    flex-direction: row;
    align-items: flex-start;
    gap: 35px;
  }
  .page-daily__daily-detail.rev {
    flex-direction: row-reverse;
  }
}

.page-daily__daily-detail-image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  max-width: 184px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-daily__daily-detail-image {
    max-width: 168px;
    flex-shrink: 0;
  }
}
.page-daily__daily-detail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-daily__daily-detail-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .page-daily__daily-detail-title {
    font-size: 24px;
    line-height: 1.2;
  }
}

.page-daily__daily-detail-desc {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.0625;
  letter-spacing: 0.01em;
  margin-top: 29px;
}
@media screen and (min-width: 992px) {
  .page-daily__daily-detail-desc {
    font-size: 14px;
    line-height: 2.2857142857;
    margin-top: 23px;
  }
}

.page-daily__daily-detail-button {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .page-daily__daily-detail-button {
    justify-content: left;
    margin-left: 203px;
  }
}

/* Event
	 ========================================================================== */
.page-daily-event {
  margin-top: 70px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-daily-event {
    margin-top: 120px;
  }
}

@media screen and (min-width: 992px) {
  .page-daily-event__container {
    display: flex;
    gap: 105px;
  }
}

.page-daily-event__body {
  margin-top: 38px;
}
@media screen and (min-width: 992px) {
  .page-daily-event__body {
    max-width: 904px;
    width: 100%;
    margin-top: 0;
  }
}

.page-daily-event__top-image {
  width: 100vw;
  max-height: 400px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-daily-event__top-image {
    aspect-ratio: 883/430;
    width: 100%;
    max-height: initial;
    height: auto;
    margin-inline: auto;
  }
}
.page-daily-event__top-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-daily-event__items {
  margin-top: 38px;
}
@media screen and (min-width: 992px) {
  .page-daily-event__items {
    margin-top: 118px;
  }
}

@media screen and (min-width: 992px) {
  .season-events {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 190px 44px;
  }
}

.season-event {
  padding: 0 25px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 992px) {
  .season-event {
    padding: 0;
  }
}

.season-event__header {
  display: flex;
  justify-content: space-between;
}

.season-event__image {
  display: flex;
  background-color: #d9d9d9;
  max-height: 200px;
  height: auto;
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
  aspect-ratio: 328/115;
}
@media screen and (min-width: 992px) {
  .season-event__image {
    width: initial;
    aspect-ratio: initial;
    height: 151px;
  }
}
.season-event__image img {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.season-event__content {
  border: 1px dashed #7d56c6;
  min-height: 274.5px;
  padding: 40px 26px;
  margin-top: 23px;
}
@media screen and (min-width: 992px) {
  .season-event__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 450px;
    padding: 52px;
    margin-top: 31px;
  }
}

.monthly-event {
  display: flex;
  align-items: center;
  gap: 26px;
}
.monthly-event + .monthly-event {
  margin-top: 27px;
}
@media screen and (min-width: 992px) {
  .monthly-event + .monthly-event {
    margin-top: 60px;
  }
}

.monthly-event__month {
  text-align: center;
}
.monthly-event__month .month-num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #7d56c6;
  background-color: #fff57f;
  border: 1px solid #7d56c6;
  border-radius: 24px;
}
.monthly-event__month .month-num small {
  font-size: 13px;
  margin-top: 4px;
  margin-left: 2px;
}
@media screen and (min-width: 992px) {
  .monthly-event__month .month-num {
    width: 76px;
    height: 76px;
    font-size: 30px;
    border-radius: 38px;
  }
  .monthly-event__month .month-num small {
    font-size: 20px;
    margin-left: 4px;
  }
}

.monthly-event__list {
  list-style: none;
  padding-left: 1em;
}
.monthly-event__list .monthly-event__list-item:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .monthly-event__list .monthly-event__list-item:not(:first-child) {
    margin-top: 15px;
  }
}

.monthly-event__list-item {
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.monthly-event__list-item::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: -16px;
  background-color: #7d56c6;
  border-radius: 4px;
  width: 8px;
  height: 8px;
}

.activity-slider {
  position: relative;
  width: 100%;
}
.activity-slider .slick-list {
  padding-top: 22px;
}
.activity-slider .slide-arrow {
  width: 42px;
  height: 42px;
  position: absolute;
}
.activity-slider .prev-arrow,
.activity-slider .next-arrow {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  cursor: pointer;
}
.activity-slider .prev-arrow {
  background-image: url("assets/images/activity/icon_slide_prev_purple.png");
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .activity-slider .prev-arrow {
    bottom: calc(50% - 29px);
    left: -8px;
  }
}
.activity-slider .next-arrow {
  background-image: url("assets/images/activity/icon_slide_next_purple.png");
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .activity-slider .next-arrow {
    bottom: calc(50% - 29px);
    right: -8px;
  }
}
.activity-slider .slide-dots {
  margin-top: 36px;
  padding: 0;
  text-align: center;
}
.activity-slider .slide-dots li {
  display: inline-block;
  margin: 0 8px;
}
.activity-slider .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.activity-slider .slide-dots li button::before {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #cec0f1;
  border: 1px solid #7d56c6;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: auto;
}
.activity-slider .slide-dots li.slick-active button::before {
  background-color: #7d56c6;
}
.activity-slider button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

/* Activity
	 ========================================================================== */
.page-activity-links__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #7d56c6;
}

.page-activity-links__items {
  list-style-type: none;
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  .page-activity-links__items {
    margin-top: 84px;
  }
}
.page-activity-links__items .slick-track {
  display: flex;
  justify-content: space-between;
  gap: 9px;
}

.page-activity-links__item {
  position: relative;
  width: calc((100vw - 50px - 16px) / 3);
  height: auto;
}
@media screen and (min-width: 992px) {
  .page-activity-links__item {
    max-width: initial;
    width: 160px;
  }
}

.page-activity-links__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "Work Sans";
  font-size: clamp(30px, 9vw, 37px);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .page-activity-links__num {
    font-size: 50px;
  }
}

.page-activity-links__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #fff57f;
  border: 1px solid #7d56c6;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
@media (max-width: 427px) {
  .page-activity-links__link {
    gap: 2px;
  }
}
.page-activity-links__link img {
  min-width: 28%;
  max-height: 38%;
}
@media screen and (min-width: 992px) {
  .page-activity-links__link img {
    min-width: initial;
    max-height: initial;
    height: 34%;
  }
}

.page-activity-links__label {
  font-weight: bold;
  font-size: 9px;
  line-height: 1.4444444444;
  text-align: center;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .page-activity-links__label {
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .page-activity-links__label--small {
    font-size: 8px;
  }
}

.page-activity-items {
  margin-top: 125px;
}
@media screen and (min-width: 992px) {
  .page-activity-items {
    margin-top: 175px;
  }
}

.page-activity-item {
  position: relative;
  scroll-margin-top: 140px;
}
.page-activity-item + .page-activity-item {
  margin-top: 114px;
}
@media screen and (min-width: 992px) {
  .page-activity-item {
    display: grid;
    grid-template-columns: 444px 412px;
    grid-template-rows: 100px 233px;
    -moz-column-gap: 48px;
         column-gap: 48px;
    scroll-margin-top: 160px;
  }
  .page-activity-item + .page-activity-item {
    margin-top: 155px;
  }
}

.page-activity-item__icon {
  position: absolute;
  top: -55px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff57f;
  border: 1px solid #7d56c6;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: clamp(95px, 16vw, 110px);
  height: auto;
}
.page-activity-item__icon img {
  max-width: 65%;
  max-height: 65%;
}

.page-activity-item__image {
  background-color: #d9d9d9;
  margin-left: 25px;
}
@media screen and (min-width: 992px) {
  .page-activity-item__image {
    grid-column: 1/2;
    grid-row: 1/3;
    margin-left: 32px;
  }
}
.page-activity-item__image img {
  width: 100%;
  max-height: 520px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-activity-item__title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .page-activity-item__title {
    gap: 20px;
    grid-column: 2/3;
    grid-row: 1/2;
    margin-top: 0;
  }
}

.page-activity-item__title-num {
  font-family: "Work Sans";
  font-size: clamp(58px, 16vw, 63px);
  font-weight: bold;
  line-height: 1.1746031746;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .page-activity-item__title-num {
    font-size: 87px;
    line-height: 1.1724137931;
  }
}

.page-activity-item__title-text {
  font-size: clamp(18px, 5vw, 20px);
  font-weight: bold;
  line-height: 1.8;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .page-activity-item__title-text {
    font-size: 30px;
    line-height: 1.4666666667;
  }
}
.page-activity-item__title-text span {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .page-activity-item__title-text span {
    margin-left: 0;
  }
}

.page-activity-item__content {
  margin-top: 37px;
}
@media screen and (min-width: 992px) {
  .page-activity-item__content {
    font-size: 14px;
    grid-column: 2/3;
    grid-row: 2/3;
    margin-top: 45px;
  }
}

.page-activity-item__row {
  display: flex;
}
.page-activity-item__row.flex-col {
  flex-direction: column;
  row-gap: 16px;
}
.page-activity-item__row:nth-child(2) {
  flex-direction: column;
}
.page-activity-item__row:not(:first-child) {
  margin-top: 28px;
}
.page-activity-item__row:not(:last-child) {
  border-bottom: 1px dashed #707070;
  padding-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .page-activity-item__row.flex-col {
    flex-direction: row;
  }
  .page-activity-item__row:nth-child(2) {
    flex-direction: row;
  }
}

.page-activity-item__term {
  color: #7d56c6;
  min-width: 80px;
  width: 30%;
  margin-right: 24px;
}
@media screen and (min-width: 992px) {
  .page-activity-item__term {
    width: 23.786%;
  }
}

.page-activity-item__term--date {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-activity-item__term--date {
    width: 23.786%;
  }
}

.page-activity-item__class-junior,
.page-activity-item__class-middle,
.page-activity-item__class-senior {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 8px;
  border: 1px solid #7d56c6;
}

.page-activity-item__class-junior {
  color: #7d56c6;
  background-color: #ffffff;
  margin-right: 10px;
}

.page-activity-item__class-middle {
  color: #7d56c6;
  background-color: #fff57f;
  margin-right: 10px;
}

.page-activity-item__class-senior {
  color: #fff;
  background-color: #7d56c6;
}

.page-activity-item__desc-mt {
  margin-top: 13px;
}
@media screen and (min-width: 992px) {
  .page-activity-item__desc-mt {
    margin-top: 0;
  }
}

/* Custody childcare
	 ========================================================================== */
.page-custodychildcare {
  max-width: 620px;
}
@media screen and (min-width: 992px) {
  .page-custodychildcare {
    display: grid;
    grid-template-rows: 90px 1fr;
    -moz-column-gap: 74px;
         column-gap: 74px;
    max-width: 964px;
  }
}

.page-custodychildcare__title {
  font-size: clamp(17px, 5.2vw, 24px);
  font-weight: bold;
  text-align: center;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .page-custodychildcare__title {
    font-size: 30px;
    text-align: left;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.page-custodychildcare__image {
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .page-custodychildcare__image {
    margin-top: 0;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.page-custodychildcare__image img {
  aspect-ratio: 378/246;
  width: 100%;
  max-height: 360px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .page-custodychildcare__image img {
    width: 460px;
    height: 344px;
  }
}

.page-custodychildcare__desc {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6875;
  margin-top: 34px;
}
@media screen and (min-width: 992px) {
  .page-custodychildcare__desc {
    line-height: 2.2;
    grid-column: 2/3;
    grid-row: 2/3;
    margin-top: 41px;
  }
}
.page-custodychildcare__desc li {
  margin-left: 20px;
}

.custody-detail {
  position: relative;
  margin-top: 70px;
}
.custody-detail::before {
  position: absolute;
  top: 96px;
  right: 0;
  background: linear-gradient(#e2d9f9 0%, #ffffff 100%);
  content: "";
  width: 73.8317757009vw;
  height: calc(100% - 96px);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .custody-detail {
    margin-top: 120px;
  }
  .custody-detail::before {
    top: 138px;
    right: calc(50% - 50vw);
    width: calc(100vw - (100vw - 100%) / 2 - 184px);
    height: calc(100% - 138px);
  }
}
@media screen and (min-width: 992px) {
  .custody-detail .section-title {
    margin-left: 92px;
  }
}

.custody-detail__list {
  font-size: 14px;
  font-weight: bold;
  border-left: 1px solid #7d56c6;
  border-right: 1px solid #7d56c6;
  border-bottom: 1px solid #7d56c6;
  background-color: #ffffff;
  margin-top: 96px;
}
@media screen and (min-width: 992px) {
  .custody-detail__list {
    display: grid;
    grid-template-columns: 352px 1fr;
    font-size: 18px;
    font-size: clamp(16px, 1vw, 18px);
    margin-top: 116px;
  }
  .custody-detail__list .detail-list__desc--small {
    font-size: clamp(14px, 1vw, 16px);
  }
  .custody-detail__list .term-time {
    grid-row: 1/4;
  }
  .custody-detail__list .term-price {
    grid-row: 4/6;
  }
  .custody-detail__list .term-custody {
    grid-row: 6/7;
  }
  .custody-detail__list .term-application {
    grid-row: 7/9;
  }
  .custody-detail__list .term-other {
    grid-row: 9/10;
  }
}

.detail-list__term {
  display: flex;
  align-items: center;
  color: #7d56c6;
  background-color: #fdfbdb;
  border-top: 1px solid #7d56c6;
  height: 57px;
  padding-left: 13px;
}
@media screen and (min-width: 992px) {
  .detail-list__term {
    font-size: 16px;
    height: 100%;
    padding-left: 65px;
  }
}
.detail-list__term img {
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .detail-list__term img {
    transform: scale(1.323);
    margin-right: 20px;
  }
}

.detail-list__desc {
  border-top: 1px dashed #707070;
  line-height: 2.1428571429;
  padding: 25px 20px;
}
.detail-list__desc.detail-list__row-flex {
  display: flex;
  align-items: center;
}
.detail-list__desc .label-purple {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  background-color: #7d56c6;
  min-width: 56px;
  padding: 7.5px 13px;
  margin-right: 15px;
}
.detail-list__desc .desc-price {
  max-width: 300px;
  width: 100%;
  padding-right: 4px;
}
.detail-list__desc .price {
  display: inline-block;
  min-width: 66px;
  text-align: right;
  border-left: 1px solid #7d56c6;
}
.detail-list__desc .caption {
  font-weight: 500;
}
.detail-list__desc .detail-list__desc-mt {
  display: block;
  margin-top: 12px;
}
@media screen and (min-width: 992px) {
  .detail-list__desc {
    padding: 28px;
  }
  .detail-list__desc .label-purple {
    margin-right: 50px;
  }
  .detail-list__desc .desc-price {
    flex-grow: unset;
    width: 280px;
  }
  .detail-list__desc .price {
    flex-grow: 1;
    text-align: left;
    padding-left: 36px;
  }
  .detail-list__desc .caption {
    font-size: 15px;
    line-height: 2;
  }
  .detail-list__desc .space {
    margin-left: 1em;
  }
  .detail-list__desc .detail-list__desc-mt {
    display: inline-block;
    margin-top: 0;
  }
}

.detail-list__term + .detail-list__desc {
  border-top: none;
}
@media screen and (min-width: 992px) {
  .detail-list__term + .detail-list__desc {
    border-top: 1px solid #7d56c6;
  }
}

/* Guidance
	 ========================================================================== */
@media screen and (min-width: 992px) {
  .page-guidance-detail {
    position: relative;
  }
  .page-guidance-detail::before {
    content: "";
    width: calc(100vw - (100vw - 100%) / 2 - 184px);
    height: calc(100% - 160px);
    background: linear-gradient(#e2d9f9 0%, #ffffff 100%);
    position: absolute;
    top: 160px;
    right: calc(50% - 50vw);
    z-index: -1;
  }
}

.page-guidance__title {
  font-size: 24px;
  font-size: clamp(20px, 7vw, 24px);
  font-weight: bold;
  line-height: 1.6666666667;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .page-guidance__title {
    font-size: 35px;
    line-height: 1.2;
  }
}

.page-guidance__text {
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
}

.guidance-detail__list {
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  .guidance-detail__list {
    display: grid;
    grid-template-columns: auto 347px 230px;
    border: 1px solid #7d56c6;
    max-width: 885px;
    width: 100%;
    margin-top: 108px;
    margin-inline: auto;
  }
}

.guidance-detail__header-class {
  display: none;
}
@media screen and (min-width: 992px) {
  .guidance-detail__header-class {
    display: block;
    color: #7d56c6;
    background-color: #fdfbdb;
    border-bottom: 1px solid #7d56c6;
    height: auto;
  }
}

.guidance-detail__header-birth,
.guidance-detail__header-headcount {
  display: none;
}
@media screen and (min-width: 992px) {
  .guidance-detail__header-birth,
  .guidance-detail__header-headcount {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6666666667;
    color: #7d56c6;
    background-color: #e2d9f9;
    border-left: 1px solid #7d56c6;
    border-bottom: 1px solid #7d56c6;
    padding: 25px 10px;
  }
}

.guidance-detail__class-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6666666667;
  color: #7d56c6;
  padding: 16px 25px;
  background-color: #fdfbdb;
}
.guidance-detail__class-name:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  .guidance-detail__class-name {
    padding: 24px 28px;
    display: flex;
    align-items: center;
  }
  .guidance-detail__class-name:not(:first-of-type) {
    margin-top: 0;
  }
  .guidance-detail__class-name:not(:last-of-type) {
    border-bottom: 1px dashed #707070;
  }
}

.guidance-detail__target-birth {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #ffffff;
  padding: 30px 25px;
}
.guidance-detail__target-birth small {
  font-size: 12px;
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  .guidance-detail__target-birth {
    font-size: 16px;
    line-height: 1.875;
    color: #7d56c6;
    border-left: 1px solid #7d56c6;
    padding-inline: 51px;
  }
  .guidance-detail__target-birth:not(:last-of-type) {
    border-bottom: 1px dashed #707070;
  }
  .guidance-detail__target-birth small {
    font-size: 14px;
    line-height: 1.4;
  }
}

.guidance-detail__item-wrap {
  display: flex;
  border: 1px solid #7d56c6;
}
@media screen and (min-width: 992px) {
  .guidance-detail__item-wrap {
    justify-content: center;
    align-items: center;
    border: none;
    border-left: 1px solid #7d56c6;
    background-color: #ffffff;
    padding: 25px;
  }
  .guidance-detail__item-wrap:not(:last-of-type) {
    border-bottom: 1px dashed #707070;
  }
}

.guidance-detail__item-title,
.guidance-detail__item-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .guidance-detail__item-title,
  .guidance-detail__item-text {
    font-size: 18px;
    line-height: 1.6;
  }
}

.guidance-detail__item-title {
  color: #7d56c6;
  background-color: #e8e1fa;
  width: 50%;
  padding: 6px 0;
}
@media screen and (min-width: 992px) {
  .guidance-detail__item-title {
    display: none;
  }
}

.guidance-detail__item-text {
  background-color: #ffffff;
  width: 50%;
  padding: 6px 0;
}
@media screen and (min-width: 992px) {
  .guidance-detail__item-text {
    width: initial;
  }
  .guidance-detail__item-text:last-child * {
    border-bottom: none;
  }
}

/* guidance-contact
	 ========================================================================== */
.page-guidance-contact {
  margin-top: 85px;
}
@media screen and (min-width: 992px) {
  .page-guidance-contact {
    margin-top: 178px;
  }
}

.contact-container.page-guidance-contact__container {
  text-align: center;
  padding: 39px 20px 40px;
}
@media screen and (min-width: 992px) {
  .contact-container.page-guidance-contact__container {
    padding: 73px 42px 38px;
  }
}

.page-guidance-contact__header {
  display: inline-block;
}

.page-guidance-contact__title {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .page-guidance-contact__title {
    font-size: 35px;
  }
}
.page-guidance-contact__title::after {
  display: none;
}

.page-guidance-contact__message {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.1;
  text-align: left;
  color: #fff;
  margin-top: 30px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .page-guidance-contact__message {
    font-size: 20px;
    margin-top: 40px;
  }
}

.page-guidance-contact__contents {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .page-guidance-contact__contents {
    margin-top: 46px;
  }
}

/* Guidance PDF download
	 ========================================================================== */
.page-guidance-pdf {
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  .page-guidance-pdf {
    margin-top: 149px;
  }
}

.guidance-pdf__items {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .guidance-pdf__items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 56px 44px;
    max-width: 904px;
    margin-top: 56px;
    margin-inline: auto;
  }
}

.guidance-pdf__item {
  border: 1px dashed #7d56c6;
  padding: 25px;
}
@media screen and (min-width: 992px) {
  .guidance-pdf__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 430px;
    padding: 0 0 30px;
  }
}

.guidance-pdf__item-inner {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (min-width: 992px) {
  .guidance-pdf__item-inner {
    flex-direction: column;
  }
}

.guidance-pdf__item-image {
  aspect-ratio: 148/122;
  width: 45%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .guidance-pdf__item-image {
    width: 100%;
    height: 217px;
  }
}
.guidance-pdf__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.guidance-pdf__item-title {
  font-size: clamp(16px, 5.1vw, 24px);
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  color: #7d56c6;
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .guidance-pdf__item-title {
    text-align: center;
    margin-top: 30px;
  }
}
.guidance-pdf__item-title span {
  display: inline-block;
}

.guidance-pdf__item-desc {
  font-size: 15px;
  font-size: clamp(11px, 3vw, 15px);
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  color: #7d56c6;
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .guidance-pdf__item-desc {
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
  }
}

.guidance-pdf-br {
  display: block;
}
@media screen and (min-width: 576px) {
  .guidance-pdf-br {
    display: none;
  }
}

.guidance-pdf__btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

/* Access
	 ========================================================================== */
.page-access__map {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 992px) {
  .page-access__map {
    width: 100%;
    margin: 0;
  }
}
.page-access__map iframe {
  width: 100%;
  height: 220px;
}
@media screen and (min-width: 992px) {
  .page-access__map iframe {
    width: 100%;
    height: 560px;
  }
}

.page-access__address {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: bold;
  color: #7d56c6;
  margin-top: 52px;
}

.page-access__tel-num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-family: "Zen Kaku Gothic New";
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #7d56c6;
  margin-top: 27px;
}

.page-access__items {
  max-width: 780px;
  width: 100%;
  margin-top: 61px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .page-access__items {
    max-width: initial;
    margin-top: 114px;
  }
}
.page-access__items .page-access__item:not(:first-child) {
  margin-top: 69px;
}
@media screen and (min-width: 992px) {
  .page-access__items .page-access__item:not(:first-child) {
    margin-top: 56px;
  }
}

.access-item__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .access-item__title {
    font-size: 35px;
    line-height: 1.2;
  }
}

.access-item__body {
  background-color: #e2d9f9;
  padding: 40px 25px;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .access-item__body {
    display: flex;
    gap: 186px;
    padding: 60px 78px;
    margin-top: 44px;
  }
}

@media screen and (min-width: 992px) {
  .access-item__body--car {
    display: block;
  }
}

.access-item__train-items {
  text-align: center;
}

.access-item__train-items:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .access-item__train-items:not(:first-child) {
    margin-top: 0;
  }
}

.access-item__label {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #7d56c6;
  background-color: #fff57f;
  border: 1px solid #7d56c6;
  max-width: 560px;
  width: 100%;
  padding: 15px;
}

.access-item__train-item-wrap {
  display: inline-block;
  text-align: left;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .access-item__train-item-wrap {
    margin-top: 55px;
  }
}
.access-item__train-item-wrap .access-item__train-item:nth-child(2) .access-item__circle {
  position: relative;
}
.access-item__train-item-wrap .access-item__train-item:nth-child(2) .access-item__circle::before {
  content: url("assets/images/access/icon_triangle.svg");
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
}

.access-item__train-item {
  display: flex;
  align-items: center;
  gap: 32px;
}
.access-item__train-item + .access-item__train-item {
  margin-top: 70px;
}
.access-item__train-item p {
  font-weight: bold;
}

.access-item__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #7d56c6;
  background-color: #ffffff;
  border: 1px dashed #7d56c6;
  border-radius: 50%;
  aspect-ratio: 1/1;
  min-width: 76px;
}

.access-item__car-top-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .access-item__car-top-item {
    flex-direction: row;
    gap: 32px;
  }
}
.access-item__car-top-item p {
  line-height: 1.6875;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .access-item__car-top-item p {
    line-height: 2;
    margin-top: 0;
  }
}

.access-item__car-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 53px;
  margin-top: 37px;
}
@media screen and (min-width: 992px) {
  .access-item__car-images {
    flex-direction: row;
    gap: 44px;
    margin-top: 84px;
  }
}

.access-item__car-image {
  position: relative;
  aspect-ratio: 328/240;
  max-width: 560px;
  width: 100%;
  overflow: hidden;
}
.access-item__car-image::before {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #7d56c6;
  background-color: #ffffff;
  border: 1px solid #7d56c6;
  padding: 8px 14px;
}
.access-item__car-image.parking01::before {
  content: "第一駐車場";
}
.access-item__car-image.parking02::before {
  content: "第二駐車場";
}
.access-item__car-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Download
	 ========================================================================== */
.download {
  min-height: 5vh;
}
.download p:first-child {
  line-height: 2.5;
  letter-spacing: -0.02em;
  margin-bottom: 36px;
}
@media screen and (min-width: 992px) {
  .download p:first-child {
    font-size: 14px;
    font-weight: bold;
  }
}
.download a {
  display: flex;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  color: #7d56c6;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
}
.download a::after {
  content: "";
  background-image: url("assets/images/svg/icon_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 25px;
  margin-top: 2px;
  margin-left: 10px;
}

/* Evaluation
	 ========================================================================== */
.evaluation {
  min-height: 5vh;
}
.evaluation p:first-child {
  line-height: 2.5;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .evaluation p:first-child {
    font-size: 14px;
    font-weight: bold;
  }
}
.evaluation a {
  display: flex;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  color: #7d56c6;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
}
.evaluation a::after {
  content: "";
  background-image: url("assets/images/svg/icon_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 25px;
  margin-top: 2px;
  margin-left: 10px;
}

/* Preschool
	 ========================================================================== */
.page-preschool-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .page-preschool-nav {
    flex-direction: row;
    gap: 10px;
  }
}

.page-preschool-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #7d56c6;
  background-color: #fff57f;
  border: 1px solid #7d56c6;
  border-radius: 25px;
  transition: all 0.3s ease-out;
  max-width: 328px;
  width: 100%;
  height: 50px;
  padding-left: 20px;
}
@media screen and (min-width: 992px) {
  .page-preschool-nav__link {
    max-width: 260px;
    font-size: 16px;
  }
}
.page-preschool-nav__link::after {
  content: url("assets/images/svg/icon_arrow_bottom_round_purple.svg");
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  transition: all 0.3s ease-out;
  width: 16px;
  height: 16px;
}

.page-preschool__title {
  font-size: clamp(22px, 6vw, 24px);
  font-weight: bold;
  line-height: 1.75;
  color: #7d56c6;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page-preschool__title {
    font-size: 30px;
    line-height: 1.4333333333;
  }
}
.page-preschool__title span {
  position: relative;
  font-family: "Jost";
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3125;
  margin-right: 20px;
}
@media screen and (min-width: 992px) {
  .page-preschool__title span {
    font-size: 38px;
    line-height: 1.1052631579;
  }
}
.page-preschool__title span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  background-color: #7d56c6;
  transform: rotate(-70deg);
  width: 24px;
  height: 1px;
}

.page-preschool__top-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .page-preschool__top-content {
    flex-direction: row-reverse;
    gap: 96px;
    margin-top: 51px;
  }
}

.page-preschool__top-content-image {
  aspect-ratio: 378/246;
  max-width: 620px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-preschool__top-content-image {
    aspect-ratio: 404/263;
    max-width: 404px;
  }
}
.page-preschool__top-content-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-preschool__top-content-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.1428571429;
}
@media screen and (min-width: 992px) {
  .page-preschool__top-content-text {
    line-height: 2.2857142857;
    width: 50%;
  }
}

.page-preschool__pre-detail {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .page-preschool__pre-detail {
    margin-top: 65px;
  }
}

.page-preschool__item {
  padding-top: 62px;
  scroll-margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .page-preschool__item {
    padding-top: 114px;
  }
}

/* First class
	 ========================================================================== */
.page-firstclass__title {
  font-size: 24px;
  font-weight: bold;
  color: #7d56c6;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page-firstclass__title {
    font-size: 30px;
  }
}

.page-firstclass__top-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .page-firstclass__top-content {
    flex-direction: row-reverse;
    gap: 96px;
    margin-top: 51px;
  }
}

.page-firstclass__top-content-image {
  aspect-ratio: 378/246;
  max-width: 620px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-firstclass__top-content-image {
    aspect-ratio: 404/263;
    max-width: 404px;
  }
}
.page-firstclass__top-content-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-firstclass__top-content-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6875;
}
@media screen and (min-width: 992px) {
  .page-firstclass__top-content-text {
    line-height: 2.2857142857;
    width: 50%;
  }
}

.page-firstclass__pre-detail {
  margin-top: 23px;
}
@media screen and (min-width: 992px) {
  .page-firstclass__pre-detail {
    margin-top: 65px;
  }
}

.voice-slider {
  width: 100%;
  position: relative;
}
.voice-slider .slide-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .voice-slider .slide-arrow {
    width: 66px;
    height: 66px;
  }
}
.voice-slider .prev-arrow,
.voice-slider .next-arrow {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  cursor: pointer;
}
.voice-slider .prev-arrow {
  background-image: url("assets/images/recruit/icon_slide_prev.png");
  top: 220px;
  left: 20px;
}
@media screen and (min-width: 992px) {
  .voice-slider .prev-arrow {
    top: calc(50% - 33px);
    left: 100px;
  }
}
.voice-slider .next-arrow {
  background-image: url("assets/images/recruit/icon_slide_next.png");
  top: 220px;
  right: 20px;
}
@media screen and (min-width: 992px) {
  .voice-slider .next-arrow {
    top: calc(50% - 33px);
    right: 100px;
  }
}

/* Recruit
	 ========================================================================== */
.recruit-header__inner {
  height: 100vh;
}
@media screen and (min-width: 992px) {
  .recruit-header__inner {
    position: relative;
    height: auto;
    background-color: #ffffff;
  }
  .recruit-header__inner .mask {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.recruit-header__top {
  padding-top: 20px;
  padding-bottom: 70px;
  background-color: #fdfbdb;
}
.recruit-header__top .img-wrapper {
  display: flex;
  justify-content: center;
  -moz-column-gap: 36px;
       column-gap: 36px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .recruit-header__top {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .recruit-header__top .img-wrapper {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .recruit-header__top .img-wrapper img {
    width: 164px;
    height: auto;
  }
}

.recruit-header__title {
  margin-top: 24px;
  position: absolute;
  left: calc(50% - 164px);
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .recruit-header__title {
    margin-top: 0;
    display: block;
    position: static;
  }
}

.recruit-header__mv {
  width: 100%;
  height: calc(100vh - 132px);
  position: relative;
}
.recruit-header__mv img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .recruit-header__mv {
    max-width: 1185px;
    height: 720px;
    margin-inline: auto;
  }
  .recruit-header__mv img {
    border-bottom-right-radius: 200px;
  }
}

.recruit-header__copy {
  position: absolute;
  bottom: 110px;
  left: 25px;
}
.recruit-header__copy .copy-box {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  padding: 0.5em 0.5833333333em;
  background-color: #7d56c6;
  width: -moz-fit-content;
  width: fit-content;
}
.recruit-header__copy .copy-box + .copy-box {
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .recruit-header__copy {
    bottom: 92px;
    left: unset;
    right: 140px;
  }
}

.recruit-header__vertical-title {
  position: absolute;
  top: 64px;
  left: -64px;
  height: 480px;
  writing-mode: vertical-rl;
  font-weight: bold;
  color: #7d56c6;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.recruit-header__vertical-title span:nth-child(1) {
  font-size: 16px;
  letter-spacing: 0.1875em;
  display: block;
}
.recruit-header__vertical-title span:nth-child(2) {
  font-size: 24px;
  letter-spacing: 0.375em;
  margin-top: 64px;
  position: relative;
  display: block;
}
.recruit-header__vertical-title span:nth-child(2)::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #7d56c6;
  position: absolute;
  top: -32px;
  left: calc(50% - 10px);
}

.recruit-concept {
  padding-top: 200px;
  position: relative;
}
.recruit-concept::after {
  content: "";
  background-image: url("assets/images/recruit/bg_yellow_sp.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -775px;
  left: calc(50% - 50vw);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .recruit-concept {
    padding-top: 170px;
  }
  .recruit-concept::after {
    background-image: url("assets/images/recruit/bg_yellow.png");
    min-width: 1366px;
    left: -139px;
  }
}
@media screen and (min-width: 1366px) {
  .recruit-concept::after {
    left: calc(50% - 50vw);
  }
}

.recruit-concept__inner {
  position: relative;
}
.recruit-concept__inner .deco {
  position: absolute;
}
.recruit-concept__inner .obj01 {
  top: -140px;
  left: 0;
}
.recruit-concept__inner .obj02 {
  top: -148px;
  right: 0;
}
.recruit-concept__inner .obj03 {
  top: 300px;
  left: -36px;
  transform: rotate(30deg);
}
.recruit-concept__inner .obj04 {
  top: 296px;
  right: -36px;
  transform: rotate(150deg);
}
@media screen and (min-width: 992px) {
  .recruit-concept__inner .obj01 {
    width: 168px;
    height: auto;
    top: -38px;
    left: 0;
  }
  .recruit-concept__inner .obj02 {
    width: 170px;
    height: auto;
    top: -44px;
    right: 0;
  }
  .recruit-concept__inner .obj03 {
    width: 124px;
    height: auto;
    top: 200px;
    left: 60px;
  }
  .recruit-concept__inner .obj04 {
    width: 124px;
    height: auto;
    top: 200px;
    right: 60px;
  }
}

.recruit-concept__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .recruit-concept__title {
    font-size: 30px;
  }
}

.recruit-concept__desc {
  margin: 38px auto 0;
  padding-inline: 25px;
  max-width: 420px;
  line-height: 1.6875;
  text-align: justify;
}
@media screen and (min-width: 992px) {
  .recruit-concept__desc {
    margin-top: 78px;
    padding-inline: 0;
    max-width: 600px;
    font-weight: bold;
    line-height: 2;
    text-align: left;
  }
}

.recruit-concept__img {
  margin-top: 130px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .recruit-concept__img {
    margin-top: 90px;
  }
  .recruit-concept__img img {
    width: 536px;
  }
}

.recruit-voice {
  margin-top: 170px;
  padding-bottom: 68px;
  background-color: #cec0f1;
  position: relative;
}
.recruit-voice .deco {
  position: absolute;
}
.recruit-voice .obj05 {
  top: -128px;
  left: 25px;
}
.recruit-voice .obj06 {
  top: -128px;
  right: 25px;
}
@media screen and (min-width: 992px) {
  .recruit-voice {
    margin-top: 238px;
    background-color: unset;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .recruit-voice .obj05 {
    width: 181px;
    height: auto;
    top: -100px;
    left: 180px;
  }
  .recruit-voice .obj06 {
    width: 200px;
    height: auto;
    top: -100px;
    right: 180px;
  }
}

.circle_blue {
  width: 100%;
  position: absolute;
  top: -23vw;
  left: 0;
  z-index: -1;
}
.circle_blue img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .circle_blue {
    top: -120px;
  }
}

.recruit-voice__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit-voice__img img {
  width: 200px;
  height: auto;
}
.recruit-voice__img img.childminder01 {
  width: 146px;
}
@media screen and (min-width: 992px) {
  .recruit-voice__img img {
    width: 258px;
  }
  .recruit-voice__img img.childminder01 {
    width: 258px;
  }
}

.recruit-voice__title {
  margin-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #7d56c6;
  position: relative;
}
.recruit-voice__title::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #7d56c6;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .recruit-voice__title {
    margin-top: 32px;
    padding-bottom: 32px;
    font-size: 30px;
  }
}

@media screen and (min-width: 992px) {
  .recruit-voice__wrapper {
    padding-bottom: 120px;
    background-color: #cec0f1;
  }
}

.recruit-voice__inner {
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .recruit-voice__inner {
    padding-top: 110px;
    padding-inline: 0;
    background-color: #cec0f1;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .recruit-voice__text {
    max-width: 506px;
  }
}

.childminder__message {
  margin-top: 48px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .childminder__message {
    margin-top: 0;
    font-size: 30px;
    line-height: 1.8333333333;
  }
}

.childminder__name {
  margin-top: 16px;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .childminder__name {
    margin-top: 24px;
    font-size: 20px;
  }
}

.childminder__carrer {
  margin-top: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.875;
}

.childminder__intro {
  margin-top: 16px;
  font-size: 14px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .childminder__intro {
    margin-top: 32px;
  }
}

.voice__btn {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .voice__btn {
    margin-top: 32px;
    justify-content: flex-start;
  }
}

.job-info {
  margin-top: 70px;
}
@media screen and (min-width: 992px) {
  .job-info {
    margin-top: 120px;
  }
}

.job-info-wrapper {
  margin-top: 24px;
  padding-block: 40px;
  background-color: #fdfbdb;
}
@media screen and (min-width: 992px) {
  .job-info-wrapper {
    margin-top: 48px;
    display: flex;
    gap: 66px;
  }
}

.job-info__container {
  width: 100%;
  padding-block: 35px;
  background-color: #ffffff;
  border: 1px dashed #7d56c6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.job-info__container + .job-info__container {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .job-info__container {
    padding-top: 48px;
    padding-bottom: 30px;
  }
  .job-info__container + .job-info__container {
    margin-top: 0;
  }
}

.job-info__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-weight: bold;
  font-size: 20px;
  color: #7d56c6;
  margin-bottom: 36px;
}
@media screen and (min-width: 992px) {
  .job-info__title {
    font-size: 22px;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 58px;
  }
  .job-info__title .obj-branch {
    width: 65px;
    height: auto;
  }
  .job-info__title .obj-leaf {
    width: 104px;
    height: auto;
  }
}

.job-info__btn + .job-info__btn {
  margin-top: 20px;
}

.recruit-news {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .recruit-news {
    margin-top: 120px;
  }
}

.recruit-news-wrapper {
  padding: 40px 25px;
  border: 1px solid #7d56c6;
}
@media screen and (min-width: 992px) {
  .recruit-news-wrapper {
    padding: 60px 94px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 81px 1fr;
  }
  .recruit-news-wrapper .recruit-news__section-title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .recruit-news-wrapper .recruit-news__list {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .recruit-news-wrapper .recruit-news__btn {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.recruit-news__list {
  margin-top: 24px;
  list-style: none;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .recruit-news__list {
    margin-top: 54px;
  }
}

.recruit-news__item + .recruit-news__item {
  margin-top: 32px;
}

@media screen and (min-width: 992px) {
  .recruit-news__link {
    display: flex;
    gap: 60px;
  }
}

.recruit-news__title {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (min-width: 992px) {
  .recruit-news__title {
    margin-top: 0;
    line-height: 1.5;
  }
}

.recruit-news__btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .recruit-news__btn {
    margin-top: 0;
    justify-content: flex-end;
    align-items: flex-end;
  }
}

.recruit-footer {
  padding-top: 112px;
}
@media screen and (min-width: 992px) {
  .recruit-footer {
    padding-top: 48px;
  }
}

.recruit-footer__img {
  position: relative;
}
.recruit-footer__img img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-footer__img .mask {
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
}
.recruit-footer__img .footer_obj01 {
  position: absolute;
  width: 118px;
  height: 88px;
  top: -34px;
  left: 25px;
  transform: rotate(-12deg);
}
.recruit-footer__img .footer_obj02 {
  position: absolute;
  width: 78px;
  height: 104px;
  bottom: -53px;
  right: 25px;
}
@media screen and (min-width: 992px) {
  .recruit-footer__img .footer_obj01 {
    width: 215px;
    height: 160px;
    top: 0px;
    left: 103px;
  }
  .recruit-footer__img .footer_obj02 {
    width: 138px;
    height: 182px;
    bottom: -53px;
    right: 25px;
  }
}

.recruit-footer__inner {
  padding: 74px 50px 20px;
}
@media screen and (min-width: 992px) {
  .recruit-footer__inner {
    padding: 60px 0 40px;
    display: flex;
    justify-content: space-between;
  }
}

.recruit-footer__logo {
  display: flex;
  justify-content: center;
}

/* News
	 ========================================================================== */
/* Blog
	 ========================================================================== */
/* Contact
	 ========================================================================== */
.page-contact__top-text {
  font-weight: bold;
  font-size: clamp(12px, 4vw, 14px);
}

.page-contact__contents {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .page-contact__contents {
    max-width: initial;
    margin-top: 80px;
  }
}

/* Entry
	 ========================================================================== */
.entry {
  margin-top: 64px;
  margin-bottom: 200px;
}
@media screen and (min-width: 992px) {
  .entry {
    margin-top: 120px;
    margin-bottom: 240px;
  }
}

/* 404 Not Found
	 ========================================================================== */
.not-found {
  margin-top: 126px;
}
@media screen and (min-width: 992px) {
  .not-found {
    margin-top: 180px;
  }
}

.not-found-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #7d56c6;
}
@media screen and (min-width: 992px) {
  .not-found-title {
    font-size: 30px;
  }
}

.not-found-desc {
  line-height: 1.6875;
  margin-top: 58px;
}
@media screen and (min-width: 992px) {
  .not-found-desc {
    margin-top: 44px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
  }
}

.page-404-contact {
  margin-top: 200px;
  margin-bottom: 70px;
}
@media screen and (min-width: 992px) {
  .page-404-contact {
    margin-top: 340px;
    margin-bottom: 52px;
  }
}/*# sourceMappingURL=style.css.map */