@charset "UTF-8";
/* ===============================================
# baseUrl
=============================================== */
/* ===============================================
# color
=============================================== */
/* ===============================================
# typography
=============================================== */
/* ===============================================
# spacing
=============================================== */
/* ===============================================
# breakpoint
=============================================== */
/* ===============================================
# z-index
=============================================== */
/* ===============================================
# border radius
=============================================== */
/* ===============================================
# transition
=============================================== */
/* ===============================================
# img pass
=============================================== */
/* ===============================================
# other
=============================================== */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100%;
  height: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
}

body {
  background-color: #fffdf1;
  color: #212227;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  min-width: 320px;
  height: auto;
  min-height: 100vh;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body::-webkit-scrollbar {
  display: none;
}
body.menu-open {
  overflow: hidden;
  position: fixed;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  user-select: none;
  -webkit-user-drag: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
}

p {
  margin: 0;
}

@keyframes slideShow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  height: 100vh;
  width: 100%;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.l-footer-bg {
  background-color: #fefefe;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-footer-bg {
    padding-top: 52px;
  }
}

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

.l-decoration-footer {
  margin-top: 393px;
  position: relative;
  min-height: 590px;
  overflow: visible;
}
.l-decoration-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D0A86B;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-decoration-footer {
    margin-top: 0;
    min-height: 180vw;
    overflow: visible;
    transition: min-height 0.4s ease;
    background: transparent;
  }
  .l-decoration-footer::before {
    display: none;
  }
}
.l-decoration-footer__decorations-image-behind {
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% + 235px));
  width: 1006px;
  z-index: 1;
  top: -401px;
}
@media screen and (max-width: 768px) {
  .l-decoration-footer__decorations-image-behind {
    display: none;
  }
}
.l-decoration-footer__decorations-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1530px;
  z-index: 3;
  top: -160px;
}
@media screen and (max-width: 768px) {
  .l-decoration-footer__decorations-image {
    display: none;
  }
}
.l-decoration-footer__decorations-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-decoration-footer__decorations-sp {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 180vw;
    pointer-events: none;
    display: flex;
    justify-content: center;
  }
}
.l-decoration-footer__decorations-sp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.l-decoration-footer__background {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-decoration-footer__background {
    display: block;
    position: absolute;
    top: 107vw;
    left: 0;
    right: 0;
    min-height: 73vw;
    background-color: #D0A86B;
    z-index: 0;
    opacity: 1;
    transition: min-height 0.4s ease;
  }
}
.l-decoration-footer__content {
  position: absolute;
  z-index: 1;
  bottom: 160px;
  transform: translateX(-50%);
  left: 50%;
  width: 70%;
  max-width: 1150px;
  z-index: 2;
}
@media screen and (max-width: 1418px) {
  .l-decoration-footer__content {
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .l-decoration-footer__content {
    width: 93%;
  }
}
@media screen and (max-width: 768px) {
  .l-decoration-footer__content {
    width: 79%;
    top: 107vw;
    bottom: auto;
    position: relative;
    transform: none;
    left: auto;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .l-decoration-footer__content {
    width: 80%;
  }
}
.l-decoration-footer__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .l-decoration-footer__nav {
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .l-decoration-footer__nav {
    gap: 24px;
  }
}
.l-decoration-footer__nav-has-submenu {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .l-decoration-footer__nav-has-submenu {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-decoration-footer__nav-has-submenu {
    display: none;
  }
}
.l-decoration-footer__mobileMenu__items {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-decoration-footer__mobileMenu__items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
  }
}
.l-decoration-footer__mobileMenu__item {
  line-height: normal;
  cursor: pointer;
  gap: 30px;
}
.l-decoration-footer__mobileMenu__item--has-submenu.is-open .l-decoration-footer__mobileMenu__arrow {
  transform: rotateX(0deg);
}
.l-decoration-footer__mobileMenu__item--has-submenu.is-open .l-decoration-footer__mobileMenu__submenu {
  max-height: 500px;
  opacity: 1;
  margin-top: 16px;
}
.l-decoration-footer__mobileMenu__item-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 12px;
}
.l-decoration-footer__mobileMenu__item-content {
  flex: 1;
}
.l-decoration-footer__mobileMenu__item-title {
  font-size: 3vw;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fefefe;
  margin: 0;
}
.l-decoration-footer__mobileMenu__arrow {
  flex-shrink: 0;
  width: 2vw;
  height: auto;
  fill: currentColor;
  stroke: none;
  color: #fefefe;
  transform: rotateX(180deg);
  transform-style: preserve-3d;
  transition: transform 0.3s ease, color 0.3s ease;
}
.l-decoration-footer__mobileMenu__submenu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.l-decoration-footer__mobileMenu__submenu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px 8px 0;
  color: #fefefe;
  text-decoration: none;
  transition: opacity 0.3s ease;
  gap: 8px;
}
.l-decoration-footer__mobileMenu__submenu-item--large {
  font-size: 3vw;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  flex: 1;
  line-height: 1.5;
}
.l-decoration-footer__mobileMenu__submenu-item svg {
  width: 3vw;
  height: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.l-decoration-footer__mobileMenu__submenu-item:hover, .l-decoration-footer__mobileMenu__submenu-item:active {
  opacity: 0.7;
}
.l-decoration-footer__mobileMenu__submenu-item:hover svg, .l-decoration-footer__mobileMenu__submenu-item:active svg {
  transform: translateX(3px);
}
.l-decoration-footer__mobileMenu__submenu-item--small {
  font-size: 13px;
}
@media screen and (max-width: 1000px) {
  .l-decoration-footer__mobileMenu__submenu-item--small {
    font-size: 12px;
  }
}
@media screen and (max-width: 430px) {
  .l-decoration-footer__mobileMenu__submenu-item--small {
    font-size: 10px;
  }
}
.l-decoration-footer__nav-has-no-submenu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .l-decoration-footer__nav-has-no-submenu {
    flex: 1;
    gap: 30px;
  }
}
.l-decoration-footer__nav-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.l-decoration-footer__nav-list-content {
  margin-bottom: 4px;
}
.l-decoration-footer__nav-list__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: normal;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fefefe;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .l-decoration-footer__nav-list__item-title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    letter-spacing: normal;
    font-weight: 500;
  }
}
.l-decoration-footer__nav-list__submenu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .l-decoration-footer__nav-list__submenu {
    gap: 10px;
  }
}
.l-decoration-footer__nav-list__submenu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fefefe;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .l-decoration-footer__nav-list__submenu-item {
    justify-content: space-between;
  }
}
.l-decoration-footer__nav-list__submenu-item--large {
  font-size: 16px;
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .l-decoration-footer__nav-list__submenu-item--large {
    font-size: 14px;
    font-weight: 400;
  }
}
.l-decoration-footer__nav-list__submenu-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .l-decoration-footer__nav-list__submenu-item svg {
    width: 16px;
    height: 16px;
  }
}
.l-decoration-footer__nav-list__submenu-item:hover, .l-decoration-footer__nav-list__submenu-item:active {
  opacity: 0.7;
}
.l-decoration-footer__nav-list__submenu-item:hover svg, .l-decoration-footer__nav-list__submenu-item:active svg {
  transform: translateX(3px);
}
.l-decoration-footer__nav-list__submenu-item--small {
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .l-decoration-footer__nav-list__submenu-item--small {
    font-size: 12px;
  }
}
@media screen and (max-width: 430px) {
  .l-decoration-footer__nav-list__submenu-item--small {
    font-size: 10px;
  }
}
.l-decoration-footer__nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fefefe;
  text-decoration: none;
  transition: opacity 0.3s ease;
  line-height: normal;
}
@media screen and (max-width: 1000px) {
  .l-decoration-footer__nav-item {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .l-decoration-footer__nav-item {
    gap: 0;
  }
}
.l-decoration-footer__nav-item span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 1200px) {
  .l-decoration-footer__nav-item span {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-decoration-footer__nav-item span {
    font-weight: 700;
    font-size: 3vw;
  }
}
.l-decoration-footer__nav-item svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .l-decoration-footer__nav-item svg {
    width: 3vw;
    height: auto;
  }
}
.l-decoration-footer__nav-item:hover, .l-decoration-footer__nav-item:active {
  opacity: 0.7;
}
.l-decoration-footer__nav-item:hover svg, .l-decoration-footer__nav-item:active svg {
  transform: translateX(3px);
}
.l-decoration-footer__nav-item-br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .l-decoration-footer__nav-item-br {
    display: flex;
  }
}

.l-normal-footer__bottom {
  background-color: #fefefe;
  padding: 24px 143px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .l-normal-footer__bottom {
    padding: 24px 80px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-normal-footer__bottom {
    padding: 24px 0;
    min-height: 80px;
  }
}
@media screen and (max-width: 430px) {
  .l-normal-footer__bottom {
    padding: 13px 0;
    min-height: 70px;
  }
}

.l-normal-footer__logo img {
  height: 38px;
  width: auto;
}
@media screen and (max-width: 430px) {
  .l-normal-footer__logo img {
    height: 32px;
  }
}

.l-normal-footer__copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #5851a0;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-normal-footer__copyright {
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .l-normal-footer__copyright {
    font-size: 8px;
  }
}

.lucide.lucide-circle-arrow-right {
  transition: all 0.3s ease;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1200px) {
  .lucide.lucide-circle-arrow-right {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 430px) {
  .lucide.lucide-circle-arrow-right {
    width: 16px;
    height: 16px;
  }
}

.l-header {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  max-width: 1393px;
  background-color: rgba(253, 252, 248, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 60px;
  padding: 17px clamp(20px, 3vw, 65px);
  z-index: 100;
  height: 100px;
  display: flex;
  align-items: center;
}
.l-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.l-header__logo {
  flex-shrink: 0;
}
.l-header__logo img {
  height: clamp(40px, 4vw, 50px);
  width: auto;
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 2.5vw;
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  .l-header__nav {
    gap: 12px;
  }
}
.l-header__nav-list {
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 2.5vw;
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  .l-header__nav-list {
    gap: 12px;
  }
}
.l-header__nav-item {
  position: relative;
  font-weight: 500;
  color: #212227;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.3s ease;
  font-size: clamp(14px, 1.1vw, 16px);
}
.l-header__nav-item:hover {
  color: #e94e6e;
}
.l-header__nav-item.is-open {
  color: #e94e6e;
}
.l-header__nav-item--has-dropdown {
  display: flex;
  align-items: center;
  gap: 2px;
  perspective: 200px;
}
.l-header__nav-item--has-dropdown:hover .l-header__dropdown {
  opacity: 1;
  visibility: visible;
}
.l-header__nav-item--has-dropdown:hover .l-header__dropdown-icon {
  transform: rotateX(0deg);
}
.l-header__dropdown-icon {
  transform: rotateX(180deg);
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
  fill: currentColor;
  stroke: none;
}
.l-header__dropdown-icon path {
  fill: #e94e6e;
}
.l-header__dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  width: 280px;
  background-color: #fdfcf8;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 101;
  border: 0.5px solid #cfcfcf;
}
.l-header__dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 27px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #212227;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.l-header__dropdown-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
}
.l-header__dropdown-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.l-header__dropdown-item:not(:first-child):not(:last-child) {
  border-bottom: none;
}
.l-header__dropdown-item:hover {
  background-color: rgba(233, 78, 110, 0.05);
}
.l-header__dropdown-item:hover svg {
  transform: translateX(5px);
}
.l-header__dropdown-item svg {
  flex-shrink: 0;
  color: #e94e6e;
  stroke: #e94e6e;
  transition: transform 0.3s ease;
}
.l-header__dropdown-item--large {
  font-size: 16px;
}
.l-header__dropdown-item--small {
  font-size: 12px;
  line-height: normal;
}
.l-header__contact-btn {
  flex-shrink: 0;
  margin-left: auto;
}
.l-header__hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  padding: 0;
}
.l-header__hamburger::before, .l-header__hamburger::after {
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  background-color: #e94e6e;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.l-header__hamburger::before {
  top: 9px;
  box-shadow: 0 10px 0 0 #e94e6e;
}
.l-header__hamburger::after {
  top: 29px;
}
.l-header__hamburger.is-open::before {
  top: 19px;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: none;
}
.l-header__hamburger.is-open::after {
  top: 19px;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 1000px) {
  .l-header {
    top: 20px;
    width: calc(100% - 48px);
    padding: 17px clamp(37px, 8vw, 48px);
    border-radius: 40px;
    height: 70px;
  }
  .l-header__logo {
    margin-right: 0;
  }
  .l-header__logo img {
    height: 30px;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__hamburger {
    display: flex;
  }
}

.l-mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99;
}
.l-mobileMenu.is-open {
  opacity: 1;
  visibility: visible;
}
.l-mobileMenu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(246, 231, 212, 0.95);
}
.l-mobileMenu__content {
  position: relative;
  width: 100%;
  padding: 175px 14% 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 100px;
}
.l-mobileMenu__content::-webkit-scrollbar {
  display: none;
}
.l-mobileMenu__items {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  gap: 50px;
}
.l-mobileMenu__item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.l-mobileMenu__item.is-open .l-mobileMenu__arrow {
  transform: rotateX(0deg);
  color: #e94e6e;
}
.l-mobileMenu__item.is-open .l-mobileMenu__submenu {
  max-height: 500px;
  opacity: 1;
  margin-top: 24px;
}
.l-mobileMenu__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.l-mobileMenu__item-header svg {
  width: 14px;
  height: 14px;
}
.l-mobileMenu__item-header svg path {
  fill: #e94e6e;
}
.l-mobileMenu__item-content {
  display: flex;
  align-items: center;
  gap: 14px;
}
.l-mobileMenu__item-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.l-mobileMenu__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-mobileMenu__item-icon span {
  display: block;
}
.l-mobileMenu__item-title {
  font-size: 20px;
  font-weight: 700;
  color: #212227;
  white-space: nowrap;
}
.l-mobileMenu__submenu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.l-mobileMenu__submenu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 8px 55px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #212227;
}
.l-mobileMenu__submenu-item svg {
  flex-shrink: 0;
  color: #e94e6e;
  stroke: #e94e6e;
}
.l-mobileMenu__submenu-item--large {
  font-size: 16px;
}
.l-mobileMenu__submenu-item--small {
  font-size: 12px;
  line-height: normal;
}
.l-mobileMenu__arrow {
  flex-shrink: 0;
  fill: currentColor;
  stroke: none;
  transform: rotateX(180deg);
  transform-style: preserve-3d;
  transition: transform 0.3s ease, color 0.3s ease;
}
.l-mobileMenu__contact {
  margin-top: auto;
  padding: 16px 51px !important;
}
@media screen and (min-width: 1001px) {
  .l-mobileMenu {
    display: none;
  }
}

.l-supportCenterHamburgerButton {
  position: fixed;
  top: 24px;
  right: 20px;
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  z-index: 4;
}
.l-supportCenterHamburgerButton::before, .l-supportCenterHamburgerButton::after {
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  background-color: #303c44;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.l-supportCenterHamburgerButton::before {
  top: 9px;
  box-shadow: 0 10px 0 0 #303c44;
}
.l-supportCenterHamburgerButton::after {
  top: 29px;
}
.l-supportCenterHamburgerButton.is-open::before {
  top: 19px;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: none;
}
.l-supportCenterHamburgerButton.is-open::after {
  top: 19px;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 1000px) {
  .l-supportCenterHamburgerButton {
    display: block;
  }
}

.l-supportCenterHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-color: #fffdf1;
  padding: 0 120px 0 8vw;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 253, 241, 0.95);
  display: flex;
  z-index: 2;
}
.l-supportCenterHeader__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  gap: clamp(40px, 6vw, 80px);
}
.l-supportCenterHeader__title {
  flex: 0 0 auto;
}
.l-supportCenterHeader__mainTitle {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 500;
  color: #303e44;
  font-family: "Kiwi Maru", serif;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-supportCenterHeader__mainTitle {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    letter-spacing: normal;
    font-weight: 500;
  }
}
.l-supportCenterHeader__nav {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 40px);
}
@media screen and (max-width: 1200px) {
  .l-supportCenterHeader__nav {
    gap: 12px;
  }
}
.l-supportCenterHeader__birds {
  position: absolute;
  top: -10px;
  right: -100px;
  width: 50px;
  height: auto;
}
.l-supportCenterHeader__navList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(40px, 2.5vw, 40px);
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-supportCenterHeader__navList {
    gap: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .l-supportCenterHeader__navList {
    display: none;
  }
}
.l-supportCenterHeader__navItem {
  position: relative;
  flex: 0 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-supportCenterHeader__navItem {
    flex: 0 1 calc(50% - 8px);
  }
}
.l-supportCenterHeader__navLink {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.448;
  letter-spacing: normal;
  font-weight: 400;
  color: #303e44;
  text-decoration: none;
  font-family: "Kiwi Maru", serif;
  transition: color 0.3s ease;
  padding: 8px 0;
  display: block;
}
.l-supportCenterHeader__navLink:hover {
  color: #e94e6e;
}
@media screen and (max-width: 768px) {
  .l-supportCenterHeader__navLink {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.l-supportCenterHeader__decoration {
  flex: 0 0 auto;
  width: 50px;
  height: 46px;
  background: none;
}
@media screen and (max-width: 768px) {
  .l-supportCenterHeader__decoration {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .l-supportCenterHeader {
    padding: 24px clamp(16px, 4vw, 40px);
  }
  .l-supportCenterHeader__nav {
    display: none;
  }
}

.l-supportCenterMobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 3;
}
.l-supportCenterMobileMenu.is-open {
  pointer-events: auto;
}
.l-supportCenterMobileMenu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.l-supportCenterMobileMenu.is-open .l-supportCenterMobileMenu__overlay {
  opacity: 1;
  pointer-events: auto;
}
.l-supportCenterMobileMenu__content {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 350px;
  height: 100vh;
  background-color: #ffffff;
  padding: 100px 40px 40px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.l-supportCenterMobileMenu__content::-webkit-scrollbar {
  display: none;
}
.l-supportCenterMobileMenu.is-open .l-supportCenterMobileMenu__content {
  transform: translateX(0);
}
.l-supportCenterMobileMenu__items {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
  align-items: flex-start;
  position: relative;
}
.l-supportCenterMobileMenu__item {
  display: flex;
  flex-direction: column;
}
.l-supportCenterMobileMenu__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8771428571;
  letter-spacing: normal;
  font-weight: 500;
  color: #303c44;
  text-decoration: none;
  font-family: "Kiwi Maru", serif;
  transition: color 0.3s ease;
  display: block;
  text-align: center;
}
.l-supportCenterMobileMenu__link:hover {
  color: #e94e6e;
}
@media screen and (min-width: 1001px) {
  .l-supportCenterMobileMenu {
    display: none;
  }
}
.l-supportCenterMobileMenu__birds-image {
  position: absolute;
  bottom: -97px;
  right: 0;
  width: 70px;
  height: auto;
}

.l-supportCenterMain {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .l-supportCenterMain {
    padding-top: 100px;
  }
}

.l-supportCenterFooter__container {
  background-color: #FFF9E5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .l-supportCenterFooter__container {
    padding: 24px 16px;
    min-height: 30px;
  }
}
.l-supportCenterFooter__copyright {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #212227;
  margin: 0;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .l-supportCenterFooter__copyright {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.4545454545;
    letter-spacing: normal;
    font-weight: 400;
  }
}
@media screen and (max-width: 430px) {
  .l-supportCenterFooter__copyright {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 1.75;
    letter-spacing: normal;
    font-weight: 400;
  }
}

.l-main {
  background-color: #fefefe;
}

.l-mainSupportCenter {
  background-color: #fefefe;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #303c44;
}

.l-lower-page {
  background-color: #fefefe;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.l-wysiwyg {
  word-break: break-all;
}
.l-wysiwyg div {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.l-wysiwyg p {
  font-size: 1em;
  margin-bottom: 20px;
  color: unset;
}
.l-wysiwyg strong {
  font-weight: bolder;
  color: unset;
}
.l-wysiwyg u {
  text-decoration: underline;
  color: unset;
}
.l-wysiwyg del {
  text-decoration: line-through;
  color: unset;
}
.l-wysiwyg sub {
  bottom: -0.25em;
}
.l-wysiwyg sup {
  top: -0.5em;
  color: unset;
}
.l-wysiwyg code {
  font-family: monospace;
  color: #666;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 6px;
  padding: 0.2em 0.4em;
}
.l-wysiwyg pre {
  display: block;
  color: #666;
  background-color: #f9f9f9;
  padding: 8px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  font-family: monospace;
  max-height: 400px;
  overflow: auto;
  scrollbar-width: thin;
  margin: 1em 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.l-wysiwyg hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.l-wysiwyg hr.__se__solid {
  border-style: solid none none;
}
.l-wysiwyg hr.__se__dashed {
  border-style: dashed none none;
}
.l-wysiwyg hr.__se__dotted {
  border-style: dotted none none;
}
.l-wysiwyg h1,
.l-wysiwyg h2,
.l-wysiwyg h3,
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
.l-wysiwyg h1 {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
.l-wysiwyg h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  border-bottom: 1px solid #eee;
  padding: 5px 0 10px;
}
.l-wysiwyg h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.l-wysiwyg h4 {
  font-size: 1em;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}
.l-wysiwyg h5 {
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
.l-wysiwyg h6 {
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
}
.l-wysiwyg blockquote {
  display: block;
  font-family: inherit;
  font-size: inherit;
  color: #999;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0 5px 0 20px;
  border: solid #b1b1b1;
  border-width: 0 0 0 5px;
}
.l-wysiwyg img {
  width: 100%;
  max-width: 620px;
}
.l-wysiwyg iframe {
  width: 100%;
  max-width: 620px;
  aspect-ratio: 16/9;
}
.l-wysiwyg a {
  text-decoration: none;
  color: #004ccf;
}
.l-wysiwyg a:hover {
  cursor: pointer;
  color: #0093ff;
  text-decoration: underline;
}
.l-wysiwyg ol {
  list-style-position: outside;
  list-style-type: decimal;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
.l-wysiwyg ol ol {
  list-style-type: lower-alpha;
}
.l-wysiwyg ol ol ol {
  list-style-type: upper-roman;
}
.l-wysiwyg ol ol ul {
  list-style-type: square;
}
.l-wysiwyg ol ul {
  list-style-type: circle;
}
.l-wysiwyg ol ul ul {
  list-style-type: square;
}
.l-wysiwyg ul {
  list-style-type: disc;
  list-style-position: outside;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
.l-wysiwyg ul ol {
  list-style-type: lower-alpha;
}
.l-wysiwyg ul ol ol {
  list-style-type: upper-roman;
}
.l-wysiwyg ul ul {
  list-style-type: circle;
}
.l-wysiwyg ul ul ul {
  list-style-type: square;
}
.l-wysiwyg li {
  display: list-item;
  text-align: -webkit-match-parent;
  margin-bottom: 5px;
  list-style: inherit;
}
.l-wysiwyg table {
  display: table;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  clear: both;
  text-indent: initial;
}
.l-wysiwyg table td,
.l-wysiwyg table th {
  border: 1px solid #e1e1e1;
  padding: 0.4em;
  background-clip: padding-box;
  display: table-cell;
  text-align: initial;
  width: auto;
}
.l-wysiwyg table th {
  background-color: #f3f3f3;
}
.l-wysiwyg table tr {
  display: table-row;
  border: 1px solid #efefef;
}
.l-wysiwyg table thead {
  border-bottom: 2px solid #333;
}
.l-wysiwyg table.se-table-layout-auto {
  table-layout: auto !important;
}
.l-wysiwyg table.se-table-layout-fixed {
  table-layout: fixed !important;
}
.l-wysiwyg table.se-table-size-auto {
  width: auto !important;
}

.l-walking__key-image {
  position: relative;
  z-index: 0;
  left: 50%;
  top: -106px;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  min-width: 94%;
}
@media screen and (max-width: 1000px) {
  .l-walking__key-image {
    min-width: 150%;
  }
}
@media screen and (max-width: 768px) {
  .l-walking__key-image {
    min-width: 300%;
  }
}
@media screen and (max-width: 430px) {
  .l-walking__key-image {
    left: 20%;
    top: -85px;
    min-width: 250%;
  }
}
.l-walking__footer-decoration {
  position: fixed;
  bottom: auto;
  top: auto;
  left: 0;
  width: 100vw;
  height: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

.l-drum__key-image {
  z-index: 1;
  position: relative;
  left: 50%;
  top: -331px;
  transform: translateX(-50%);
  min-width: 120%;
}
@media screen and (max-width: 1440px) {
  .l-drum__key-image {
    min-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .l-drum__key-image {
    left: 45%;
    top: -395px;
  }
}
@media screen and (max-width: 430px) {
  .l-drum__key-image {
    min-width: 800px;
    top: -118px;
  }
}
.l-drum__title-container {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  transform: translate(21%, 40%);
}
@media screen and (max-width: 768px) {
  .l-drum__title-container {
    transform: translate(5%, 50%);
  }
}
.l-drum__title-image {
  width: 564px;
}
@media screen and (max-width: 1200px) {
  .l-drum__title-image {
    width: 480px;
  }
}
@media screen and (max-width: 1000px) {
  .l-drum__title-image {
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .l-drum__title-image {
    display: none;
  }
}
.l-drum__title-image-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-drum__title-image-sp {
    display: flex;
    width: 80%;
  }
}
@media screen and (max-width: 430px) {
  .l-drum__title-image-sp {
    width: 95%;
  }
}

.l-shredder__key-image {
  z-index: 1;
  position: relative;
  left: 50%;
  top: -143px;
  transform: translateX(-50%);
  max-width: 128%;
}
@media screen and (max-width: 1200px) {
  .l-shredder__key-image {
    top: -100px;
    max-width: 140%;
  }
}
@media screen and (max-width: 1000px) {
  .l-shredder__key-image {
    top: -48px;
    max-width: 150%;
  }
}
@media screen and (max-width: 768px) {
  .l-shredder__key-image {
    top: 4px;
    max-width: 164%;
  }
}
@media screen and (max-width: 430px) {
  .l-shredder__key-image {
    min-width: 164%;
    top: 0;
  }
}
.l-shredder__title-container {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  transform: translate(21%, 40%);
}
@media screen and (max-width: 768px) {
  .l-shredder__title-container {
    transform: translate(5%, 50%);
  }
}
.l-shredder__title-image {
  width: 564px;
}
@media screen and (max-width: 1200px) {
  .l-shredder__title-image {
    width: 480px;
  }
}
@media screen and (max-width: 1000px) {
  .l-shredder__title-image {
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .l-shredder__title-image {
    display: none;
  }
}
.l-shredder__title-image-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-shredder__title-image-sp {
    display: flex;
    width: 80%;
  }
}
@media screen and (max-width: 430px) {
  .l-shredder__title-image-sp {
    width: 95%;
  }
}

.l-running__key-image {
  z-index: 1;
  position: relative;
  left: 53%;
  top: -429px;
  transform: translateX(-50%);
  min-width: 128%;
}
@media screen and (max-width: 1200px) {
  .l-running__key-image {
    min-width: 150%;
  }
}
@media screen and (max-width: 1000px) {
  .l-running__key-image {
    min-width: 200%;
  }
}
@media screen and (max-width: 768px) {
  .l-running__key-image {
    min-width: 300%;
  }
}
@media screen and (max-width: 430px) {
  .l-running__key-image {
    min-width: 800px;
    top: -118px;
  }
}
.l-running__title-container {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  transform: translate(21%, 40%);
}
@media screen and (max-width: 768px) {
  .l-running__title-container {
    transform: translate(5%, 50%);
  }
}
.l-running__title-image {
  width: 564px;
}
@media screen and (max-width: 1200px) {
  .l-running__title-image {
    width: 480px;
  }
}
@media screen and (max-width: 1000px) {
  .l-running__title-image {
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .l-running__title-image {
    display: none;
  }
}
.l-running__title-image-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-running__title-image-sp {
    display: flex;
    width: 80%;
  }
}
@media screen and (max-width: 430px) {
  .l-running__title-image-sp {
    width: 95%;
  }
}

.l-breadcrumb {
  height: 300px;
  display: flex;
  padding-bottom: 60px;
  align-items: end;
  background-color: #fefefe;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb {
    padding: 160px 0 28px 0;
  }
}
@media screen and (max-width: 430px) {
  .l-breadcrumb {
    height: 224px;
  }
}
.l-breadcrumb__container {
  display: block;
  width: 80%;
  font-size: 16px;
  line-height: 1.8;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .l-breadcrumb__container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-breadcrumb__container {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .l-breadcrumb__container {
    font-size: 12px;
  }
}
.l-breadcrumb__container--hyouka, .l-breadcrumb__container--toddler, .l-breadcrumb__container--toddler-info, .l-breadcrumb__container--access, .l-breadcrumb__container--education, .l-breadcrumb__container--news, .l-breadcrumb__container--news-info {
  width: 100%;
  max-width: 1120px;
}
.l-breadcrumb__link {
  display: inline;
  color: #212227;
  text-decoration: none;
  transition: color 0.3s;
}
.l-breadcrumb__link:hover, .l-breadcrumb__link:active {
  transition: opacity 0.3s ease;
  opacity: 0.7;
}
.l-breadcrumb__icon {
  display: inline;
  color: #212227;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 8px;
  padding-bottom: 4px;
}
@media screen and (max-width: 430px) {
  .l-breadcrumb__icon {
    width: 16px;
    height: 16px;
    margin: 0 6px;
    padding-bottom: 2px;
  }
}
.l-breadcrumb__current {
  display: inline;
  color: #212227;
}

.l-key-visual-common-style {
  position: relative;
  background-color: #fefefe;
}
.l-key-visual-common-style__image-wrapper {
  position: relative;
  width: 100%;
  max-height: 840px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .l-key-visual-common-style__image-wrapper {
    max-height: 630px;
  }
}
@media screen and (max-width: 1000px) {
  .l-key-visual-common-style__image-wrapper {
    max-height: 570px;
  }
}
@media screen and (max-width: 430px) {
  .l-key-visual-common-style__image-wrapper {
    max-height: 410px;
  }
}

.l-garden__key-image {
  z-index: 1;
  position: relative;
  left: 50%;
  top: -225px;
  transform: translateX(-50%);
  min-width: 1440px;
}
@media screen and (max-width: 1200px) {
  .l-garden__key-image {
    top: -100px;
    max-width: 140%;
  }
}
@media screen and (max-width: 1000px) {
  .l-garden__key-image {
    top: -48px;
    max-width: 150%;
  }
}
@media screen and (max-width: 768px) {
  .l-garden__key-image {
    top: 4px;
    max-width: 164%;
  }
}
@media screen and (max-width: 430px) {
  .l-garden__key-image {
    left: 45%;
    min-width: 703px;
    top: -80px;
  }
}
.l-garden__title-container {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  transform: translate(21%, 40%);
}
@media screen and (max-width: 768px) {
  .l-garden__title-container {
    transform: translate(5%, 50%);
  }
}
.l-garden__title-image {
  width: 564px;
}
@media screen and (max-width: 1200px) {
  .l-garden__title-image {
    width: 480px;
  }
}
@media screen and (max-width: 1000px) {
  .l-garden__title-image {
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .l-garden__title-image {
    display: none;
  }
}
.l-garden__title-image-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-garden__title-image-sp {
    display: flex;
    width: 80%;
  }
}
@media screen and (max-width: 430px) {
  .l-garden__title-image-sp {
    width: 95%;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
}
.c-button .lucide.lucide-move-right {
  transition: all 0.3s ease;
}
.c-button:hover .lucide.lucide-move-right {
  transform: translateX(5px);
}
.c-button--primary {
  background-color: #e94e6e;
  color: #fefefe;
}
@media screen and (max-width: 1200px) {
  .c-button--primary {
    font-size: clamp(14px, 1.1vw, 16px);
  }
}
.c-button--primary svg {
  width: clamp(12px, 1.2vw, 14px);
  height: clamp(12px, 1.2vw, 14px);
}
@media screen and (max-width: 1200px) {
  .c-button--primary {
    padding: 10px 18px;
  }
}
.c-button--primary-large {
  background-color: #e94e6e;
  color: #fefefe;
  padding: 20px 32px;
  gap: 8px;
}
@media screen and (max-width: 430px) {
  .c-button--primary-large {
    padding: 16px 40px;
  }
}
.c-button--primary-large svg {
  width: 15px;
  height: 12px;
}
.c-button--outlineRed {
  background-color: #fefefe;
  color: #e94e6e;
  border: 1px solid #e94e6e;
  padding: 20px 50px;
}
@media screen and (max-width: 430px) {
  .c-button--outlineRed {
    padding: 20px 50px;
  }
}
.c-button--outlineRed:hover {
  background-color: #e94e6e;
  color: #fefefe;
}
.c-button--outlineRed svg {
  width: 14px;
  height: 14px;
}
.c-button--outlinePink {
  background-color: #fefefe;
  color: #e94e6e;
  border: 1px solid #e94e6e;
  padding: 20px 50px;
}
@media screen and (max-width: 430px) {
  .c-button--outlinePink {
    padding: 20px 50px;
  }
}
.c-button--outlinePink:hover {
  background-color: #e94e6e;
  color: #fefefe;
}
.c-button--outlinePink svg {
  width: 14px;
  height: 14px;
}
.c-button--outlineBlue {
  background-color: #fefefe;
  color: #008ace;
  border: 1px solid #008ace;
  padding: 20px 50px;
}
@media screen and (max-width: 430px) {
  .c-button--outlineBlue {
    padding: 16px 40px;
  }
}
.c-button--outlineBlue svg {
  width: 14px;
  height: 14px;
}
.c-button--outlineBlue:hover {
  background-color: #008ace;
  color: #fefefe;
}
.c-button--outlineGreen {
  background-color: #fefefe;
  color: #00b097;
  border: 1px solid #00b097;
  padding: 20px 50px;
}
@media screen and (max-width: 430px) {
  .c-button--outlineGreen {
    padding: 16px 40px;
  }
}
.c-button--outlineGreen svg {
  width: 14px;
  height: 14px;
}
.c-button--outlineGreen:hover {
  background-color: #00b097;
  color: #fefefe;
}
.c-button--outline-red {
  background-color: #fefefe;
  color: #e94e6e;
  border: 1px solid #e94e6e;
  padding: 20px 50px;
}
@media screen and (max-width: 430px) {
  .c-button--outline-red {
    padding: 20px 50px;
  }
}
.c-button--outline-red:hover {
  background-color: #e94e6e;
  color: #fefefe;
}
.c-button--outline-red svg {
  width: 14px;
  height: 14px;
}
.c-button--outline-blue {
  background-color: #fefefe;
  color: #008ace;
  border: 1px solid #008ace;
  padding: 20px 50px;
}
@media screen and (max-width: 430px) {
  .c-button--outline-blue {
    padding: 16px 40px;
  }
}
.c-button--outline-blue svg {
  width: 14px;
  height: 14px;
}
.c-button--outline-blue:hover {
  background-color: #008ace;
  color: #fefefe;
}
.c-button--outline-green {
  background-color: #fefefe;
  color: #00b097;
  border: 1px solid #00b097;
  padding: 20px 50px;
}
@media screen and (max-width: 430px) {
  .c-button--outline-green {
    padding: 16px 40px;
  }
}
.c-button--outline-green svg {
  width: 14px;
  height: 14px;
}
.c-button--outline-green:hover {
  background-color: #00b097;
  color: #fefefe;
}
.c-button--link {
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 1vw, 10px);
  text-decoration: none;
  transition: opacity 0.3s ease;
  color: #cb8e33;
}
.c-button--link span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.8;
}
.c-button--link:hover {
  opacity: 0.7;
}
.c-button--link svg {
  width: 14px;
  height: 14px;
}
.c-button--yellow {
  background-color: #fed400;
  color: #212227;
  padding: 20px 50px;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-button--yellow {
    padding: 16px 32px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
  }
}
.c-button--blue {
  background-color: #008ace;
  color: #fefefe;
  padding: 20px 50px;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-button--blue {
    padding: 16px 32px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
  }
}

/* ===============================================
# c-pagination
汎用ページネーションコンポーネント
=============================================== */
.c-pagination {
  background-color: #fefefe;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    padding: 0 16px 20px;
  }
}
.c-pagination__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-pagination__container {
    gap: 20px;
  }
}
.c-pagination__info {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: normal;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #212227;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-pagination__info {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    letter-spacing: normal;
    font-weight: 500;
  }
}
.c-pagination__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-pagination__nav {
    gap: 12px;
  }
}
.c-pagination__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-pagination__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
.c-pagination__arrow:hover:not(:disabled) {
  opacity: 0.7;
}
.c-pagination__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .c-pagination__arrow {
    width: 36px;
    height: 36px;
  }
}
.c-pagination__arrow-flip {
  transform: scaleX(-1);
}
.c-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-pagination__list {
    gap: 6px;
  }
}
.c-pagination__item {
  margin: 0;
  padding: 0;
}
.c-pagination__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  position: relative;
  min-width: 32px;
  height: 30px;
  padding: 0 8px;
  border: none;
  border-radius: 6px;
  background-color: transparent;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: normal;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #212227;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-pagination__button--active {
  background-color: transparent;
  color: #212227;
  cursor: default;
}
.c-pagination__button--active .c-pagination__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 30px;
  z-index: 0;
}
.c-pagination__button--active span {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-pagination__button {
    min-width: 28px;
    height: 28px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3846153846;
    letter-spacing: normal;
    font-weight: 500;
  }
}
.c-pagination__ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  min-width: 32px;
  height: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: normal;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #212227;
}
@media screen and (max-width: 768px) {
  .c-pagination__ellipsis {
    min-width: 28px;
    height: 28px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3846153846;
    letter-spacing: normal;
    font-weight: 500;
  }
}

.c-environmentImageCarouselPc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-environmentImageCarouselPc.is-open {
  opacity: 1;
  visibility: visible;
}
.c-environmentImageCarouselPc__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.c-environmentImageCarouselPc__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  padding: 2rem;
  gap: 20px;
}
.c-environmentImageCarouselPc__imageWrapper {
  position: relative;
  max-width: 90%;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}
.c-environmentImageCarouselPc__imageContent {
  width: 73vw;
  object-fit: contain;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32);
}
@media (min-width: 1440px) {
  .c-environmentImageCarouselPc__imageContent {
    width: 1051px;
  }
}
.is-open .c-environmentImageCarouselPc__imageContent {
  transform: scale(1);
}
.c-environmentImageCarouselPc__imageContent img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  object-position: center;
  transition: opacity 0.2s ease-out;
}
.c-environmentImageCarouselPc__imageDescription {
  bottom: 0;
  width: 100%;
  background-color: #fefefe;
  padding: 12px 0;
  text-align: center;
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: opacity 0.2s ease-in-out;
}
.c-environmentImageCarouselPc__imageText {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: normal;
  font-weight: 400;
  color: #212227;
  margin: 0;
  text-align: center;
  display: block;
  visibility: visible;
  min-height: 20px;
  white-space: pre-line;
  line-height: 26px;
}
.c-environmentImageCarouselPc__imageText:empty::after {
  content: "説明文がありません";
  opacity: 0.5;
}
.c-environmentImageCarouselPc__imageText--bold {
  font-size: 18px;
  font-weight: 700;
}
.c-environmentImageCarouselPc__close {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 36px;
  height: 36px;
  background-color: #fefefe;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.2s ease;
  z-index: 1;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.c-environmentImageCarouselPc__close .lucide.lucide-x {
  width: 28px;
  height: 28px;
  color: #e94e6e;
}
.is-open .c-environmentImageCarouselPc__close {
  transform: scale(1);
  opacity: 1;
}
.c-environmentImageCarouselPc__close:hover {
  background-color: rgb(255, 255, 255);
}
.is-open .c-environmentImageCarouselPc__close:hover {
  transform: scale(1.1);
}
.is-open .c-environmentImageCarouselPc__close:active {
  transform: scale(0.95);
}
.c-environmentImageCarouselPc__prev, .c-environmentImageCarouselPc__next {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  background-color: #fefefe;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.2s ease;
  z-index: 10;
  transform: translateY(-50%) scale(0.9);
}
.is-open .c-environmentImageCarouselPc__prev, .is-open .c-environmentImageCarouselPc__next {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.c-environmentImageCarouselPc__prev:hover, .c-environmentImageCarouselPc__next:hover {
  background-color: rgb(255, 255, 255);
}
.is-open .c-environmentImageCarouselPc__prev:hover, .is-open .c-environmentImageCarouselPc__next:hover {
  transform: translateY(-50%) scale(1.1);
}
.is-open .c-environmentImageCarouselPc__prev:active, .is-open .c-environmentImageCarouselPc__next:active {
  transform: translateY(-50%) scale(0.95);
}
.c-environmentImageCarouselPc__prev {
  left: 1rem;
}
.c-environmentImageCarouselPc__next {
  right: 1rem;
}
.c-environmentImageCarouselPc__arrow {
  fill: currentColor;
  stroke: none;
  width: 18px;
  height: 18px;
  color: #fed400;
  display: block;
}
.c-environmentImageCarouselPc__arrow--left {
  transform: rotate(-90deg);
  margin-right: 3px;
}
.c-environmentImageCarouselPc__arrow--right {
  transform: rotate(90deg);
  margin-left: 3px;
}
.c-environmentImageCarouselPc__trigger {
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.c-environmentImageCarouselPc__trigger:hover {
  opacity: 0.8;
}

.c-environmentImageCarouselSp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-environmentImageCarouselSp.is-open {
  opacity: 1;
  visibility: visible;
}
.c-environmentImageCarouselSp__carouselContainer {
  background-color: #fefefe;
}
.c-environmentImageCarouselSp__carouselSlide {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.c-environmentImageCarouselSp__carouselSlide.active {
  display: block;
  opacity: 1;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 6px 6px 20px 20px;
  overflow: hidden;
}
.c-environmentImageCarouselSp__carouselImageWrapper {
  position: relative;
}
.c-environmentImageCarouselSp__carouselImage {
  width: 100%;
  height: auto;
  display: block;
}
.c-environmentImageCarouselSp__carousel-btn {
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(254, 212, 0, 0.8);
  transition: opacity 0.3s ease;
}
.c-environmentImageCarouselSp__carousel-btn:hover {
  opacity: 1;
}
.c-environmentImageCarouselSp__carousel-btn:active {
  opacity: 0.6;
}
.c-environmentImageCarouselSp__carousel-btn svg {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 430px) {
  .c-environmentImageCarouselSp__carousel-btn svg {
    width: 16px;
    height: 16px;
  }
}
.c-environmentImageCarouselSp__carousel-btn--prev {
  left: 8px;
}
.c-environmentImageCarouselSp__carousel-btn--next {
  right: 8px;
}
.c-environmentImageCarouselSp__carousel-btn[style*="display: none"] {
  display: none;
}
.c-environmentImageCarouselSp__carousel-dots {
  position: absolute;
  bottom: 155px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
  pointer-events: none;
}
.c-environmentImageCarouselSp__carousel-dots button {
  pointer-events: auto;
}
@media screen and (max-width: 430px) {
  .c-environmentImageCarouselSp__carousel-dots {
    bottom: 138px;
  }
}
.c-environmentImageCarouselSp__carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fefefe;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.c-environmentImageCarouselSp__carousel-dot.active {
  background-color: #fed400;
  border-color: #fed400;
}
.c-environmentImageCarouselSp__carousel-dot:hover {
  opacity: 0.8;
}
.c-environmentImageCarouselSp__carousel-dot:active {
  opacity: 0.6;
}
@media screen and (max-width: 430px) {
  .c-environmentImageCarouselSp__carousel-dot {
    width: 4px;
    height: 4px;
  }
}
.c-environmentImageCarouselSp__carousel-description {
  background-color: #fefefe;
  padding: 12px 0;
  display: flex;
  visibility: visible;
  width: 100%;
  box-sizing: border-box;
  background: #FFF;
  align-items: center;
  justify-content: center;
  height: 150px;
}
@media screen and (max-width: 430px) {
  .c-environmentImageCarouselSp__carousel-description {
    height: 130px;
  }
}
.c-environmentImageCarouselSp__carousel-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: normal;
  font-weight: 400;
  color: #212227;
  margin: 0;
  text-align: center;
  display: block;
  visibility: visible;
  min-height: 20px;
  white-space: pre-line;
}
@media screen and (max-width: 430px) {
  .c-environmentImageCarouselSp__carousel-text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.0833333333;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.c-environmentImageCarouselSp__carousel-text:empty::after {
  content: "説明文がありません";
  opacity: 0.5;
}
.c-environmentImageCarouselSp__carousel-text--bold {
  font-weight: 700;
}
.c-environmentImageCarouselSp__arrow {
  fill: currentColor;
  stroke: none;
  width: 18px;
  height: 18px;
  color: #fed400;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-environmentImageCarouselSp__arrow {
    width: 20px;
    height: 20px;
  }
}
.c-environmentImageCarouselSp__arrow--left {
  transform: rotate(-90deg);
  margin-right: 3px;
}
.c-environmentImageCarouselSp__arrow--right {
  transform: rotate(90deg);
  margin-left: 3px;
}

.c-onedayScheduleTime0yearsOld {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  background-color: #cb8e33;
  border-radius: 60px;
  padding: 10px 0;
  min-width: 150px;
  display: flex;
  width: 150px;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .c-onedayScheduleTime0yearsOld {
    min-width: 100px;
    width: 100px;
    padding: 6px 0;
    gap: 4px;
  }
}
.c-onedayScheduleTime0yearsOld::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 64px;
  background-color: #cb8e33;
}
@media screen and (max-width: 1000px) {
  .c-onedayScheduleTime0yearsOld::after {
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .c-onedayScheduleTime0yearsOld::after {
    height: 50px;
  }
}
.c-onedayScheduleTime0yearsOld__icon {
  width: 32px;
  height: 32px;
}
.c-onedayScheduleTime0yearsOld__text {
  color: #fefefe;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
}

.c-onedayScheduleTime0yearsOldNoClock {
  position: relative;
  min-width: 150px;
  height: 52px;
}
@media screen and (max-width: 768px) {
  .c-onedayScheduleTime0yearsOldNoClock {
    min-width: 100px;
    width: 100px;
    padding: 6px 0;
    gap: 4px;
    height: 44px;
  }
}
.c-onedayScheduleTime0yearsOldNoClock::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 116px;
  background-color: #cb8e33;
}
@media screen and (max-width: 1000px) {
  .c-onedayScheduleTime0yearsOldNoClock::after {
    height: 94px;
  }
}
@media screen and (max-width: 768px) {
  .c-onedayScheduleTime0yearsOldNoClock::after {
    height: 98px;
  }
}

.c-onedayScheduleTime1yearsOld {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  background-color: #008ace;
  border-radius: 60px;
  padding: 10px 0;
  min-width: 150px;
  display: flex;
  width: 150px;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .c-onedayScheduleTime1yearsOld {
    min-width: 100px;
    width: 100px;
    padding: 6px 0;
    gap: 4px;
  }
}
.c-onedayScheduleTime1yearsOld::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 64px;
  background-color: #008ace;
}
@media screen and (max-width: 1000px) {
  .c-onedayScheduleTime1yearsOld::after {
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .c-onedayScheduleTime1yearsOld::after {
    height: 50px;
  }
}
.c-onedayScheduleTime1yearsOld__icon {
  width: 32px;
  height: 32px;
}
.c-onedayScheduleTime1yearsOld__text {
  color: #fefefe;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
}

.c-onedayScheduleTime1yearsOldNoClock {
  position: relative;
  min-width: 150px;
  height: 52px;
}
@media screen and (max-width: 768px) {
  .c-onedayScheduleTime1yearsOldNoClock {
    min-width: 100px;
    width: 100px;
    padding: 6px 0;
    gap: 4px;
    height: 44px;
  }
}
.c-onedayScheduleTime1yearsOldNoClock::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 116px;
  background-color: #008ace;
}
@media screen and (max-width: 1000px) {
  .c-onedayScheduleTime1yearsOldNoClock::after {
    height: 94px;
  }
}
@media screen and (max-width: 768px) {
  .c-onedayScheduleTime1yearsOldNoClock::after {
    height: 98px;
  }
}

.c-onedayScheduleTime2yearsOld {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  background-color: #fde2e8;
  border-radius: 60px;
  padding: 10px 0;
  min-width: 150px;
  display: flex;
  width: 150px;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .c-onedayScheduleTime2yearsOld {
    min-width: 100px;
    width: 100px;
    padding: 6px 0;
    gap: 4px;
  }
}
.c-onedayScheduleTime2yearsOld::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 64px;
  background-color: #e94e6e;
}
@media screen and (max-width: 1000px) {
  .c-onedayScheduleTime2yearsOld::after {
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .c-onedayScheduleTime2yearsOld::after {
    height: 50px;
  }
}
.c-onedayScheduleTime2yearsOld__icon {
  width: 32px;
  height: 32px;
}
.c-onedayScheduleTime2yearsOld__text {
  color: #e94e6e;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
}

.c-onedayScheduleTime3to5yearsOld {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  background-color: #00b097;
  border-radius: 60px;
  padding: 10px 0;
  min-width: 150px;
  display: flex;
  width: 150px;
  gap: 7px;
}
@media screen and (max-width: 430px) {
  .c-onedayScheduleTime3to5yearsOld {
    min-width: 100px;
    width: 100px;
    padding: 6px 0;
    gap: 4px;
  }
}
.c-onedayScheduleTime3to5yearsOld::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 350px;
  background-color: #00b097;
}
@media screen and (max-width: 1200px) {
  .c-onedayScheduleTime3to5yearsOld::after {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .c-onedayScheduleTime3to5yearsOld::after {
    height: 418px;
  }
}
@media screen and (max-width: 430px) {
  .c-onedayScheduleTime3to5yearsOld::after {
    height: 397px;
  }
}
.c-onedayScheduleTime3to5yearsOld:last-child::after {
  display: none;
}
.c-onedayScheduleTime3to5yearsOld__icon {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 430px) {
  .c-onedayScheduleTime3to5yearsOld__icon {
    width: 20px;
    height: 20px;
  }
}
.c-onedayScheduleTime3to5yearsOld__text {
  color: #fefefe;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
}

.c-classCard {
  background-color: #FFF9E5;
  border-radius: 10px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 443px;
}
@media screen and (max-width: 1000px) {
  .c-classCard {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .c-classCard {
    padding: 32px 24px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .c-classCard {
    padding: 40px 42px 80px 42px;
    gap: 12px;
    width: 100%;
  }
}
.c-classCard__header {
  padding-bottom: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 430px) {
  .c-classCard__header {
    padding-bottom: 12px;
    margin-bottom: 4px;
  }
}
.c-classCard__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0px;
  font-weight: 500;
  color: #d97d55;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 430px) {
  .c-classCard__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.c-classCard__title::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #E0BB85;
  border-radius: 50%;
  flex-shrink: 0;
}
.c-classCard__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 430px) {
  .c-classCard__content {
    gap: 18px;
  }
}
.c-classCard__infoRow {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
@media screen and (max-width: 430px) {
  .c-classCard__infoRow {
    gap: 8px;
  }
}
.c-classCard__label {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  letter-spacing: 0px;
  font-weight: 600;
  color: #303c44;
  flex-shrink: 0;
  width: 100px;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 430px) {
  .c-classCard__label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.125;
    letter-spacing: 0px;
    font-weight: 500;
    width: 80px;
  }
}
.c-classCard__value {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0px;
  font-weight: 400;
  color: #303c44;
  flex: 1;
}
@media screen and (max-width: 430px) {
  .c-classCard__value {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
.c-classCard__commentRow {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
@media screen and (max-width: 430px) {
  .c-classCard__commentRow {
    gap: 8px;
  }
}
.c-classCard__comment {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0px;
  font-weight: 400;
  color: #303c44;
  margin: 0;
  flex: 1;
  line-height: 20px;
}
@media screen and (max-width: 430px) {
  .c-classCard__comment {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
.c-classCard__pdfRow {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  padding-top: 8px;
}
@media screen and (max-width: 430px) {
  .c-classCard__pdfRow {
    gap: 8px;
    padding-top: 6px;
  }
}
.c-classCard__pdfContent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  flex: 1;
}
@media screen and (max-width: 430px) {
  .c-classCard__pdfContent {
    gap: 8px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.c-classCard__pdfName {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0px;
  font-weight: 400;
  color: #303c44;
  word-break: break-word;
  line-height: 20px;
}
@media screen and (max-width: 430px) {
  .c-classCard__pdfName {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
.c-classCard__pdfButton {
  display: inline-block;
  padding: 8px 16px;
  background-color: #d97a5a;
  color: #fefefe;
  text-decoration: none;
  border-radius: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 0.9285714286;
  letter-spacing: 0px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 430px) {
  .c-classCard__pdfButton {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 700;
    padding: 12px 16px;
    text-align: center;
  }
}

.p-contact-bg {
  background-color: #fefefe;
}

.p-contact {
  background-color: #fde2e8;
  border-radius: 20px;
  padding: 60px 87px;
  max-width: 1204px;
  margin: 0 auto;
}
.p-contact:hover .p-contact__right img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .p-contact:hover .p-contact__right img {
    transform: none;
  }
}
@media screen and (max-width: 430px) {
  .p-contact {
    padding: 40px 41px;
  }
}
.p-contact__container {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1000px) {
  .p-contact__container {
    flex-direction: column;
  }
}
.p-contact__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 600px;
}
@media screen and (max-width: 430px) {
  .p-contact__left {
    gap: 24px;
  }
}
.p-contact__header {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 204px;
}
.p-contact__title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #e94e6e;
  line-height: 1.5;
}
.p-contact__subtitle {
  font-size: 32px;
  font-weight: 700;
  color: #e94e6e;
  line-height: 1.5;
}
@media screen and (max-width: 430px) {
  .p-contact__subtitle {
    font-size: 22px;
  }
}
.p-contact__description {
  font-size: 14px;
  line-height: 2.14;
  color: #212227;
  max-width: 497px;
}
@media screen and (max-width: 430px) {
  .p-contact__description {
    display: none;
  }
}
.p-contact__description-sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .p-contact__description-sp {
    font-size: 14px;
    line-height: normal;
    color: #212227;
    max-width: 497px;
    display: flex;
  }
}
.p-contact__methods {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .p-contact__methods {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-contact__phone {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 209px;
}
.p-contact__phone svg {
  width: 24px;
  height: 24px;
}
.p-contact__phone-icon {
  color: #e94e6e;
}
.p-contact__phone-number {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #212227;
  line-height: 0.92;
  white-space: nowrap;
}
.p-contact__hours {
  font-size: 12px;
  line-height: 1.8;
  color: #212227;
  text-align: center;
  padding-top: 6px;
}
@media screen and (max-width: 430px) {
  .p-contact__hours {
    text-align: left;
  }
}
.p-contact__divider {
  width: 0;
  height: 70px;
  border: none;
  border-left: 1px solid #fefefe;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .p-contact__divider {
    display: none;
  }
}
.p-contact__right {
  width: 400px;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__right {
    pointer-events: none;
  }
}
@media screen and (max-width: 430px) {
  .p-contact__right {
    width: 308px;
    height: 192px;
  }
}
.p-contact__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}

.c-info-list {
  list-style: none;
  max-width: 1160px;
  margin: 0 auto;
  box-sizing: border-box;
}
.c-info-list__item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 32px;
  align-items: center;
}
.c-info-list__item:not(:last-child) {
  border-bottom: 1px dashed #e0bb85;
}
@media screen and (max-width: 768px) {
  .c-info-list__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
  }
}
.c-info-list__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .c-info-list__item:last-child {
    border-bottom: 1px dashed #e0bb85;
  }
}
.c-info-list__data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .c-info-list__data {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 14px;
  }
}
.c-info-list__date {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: normal;
  font-weight: 600;
  font-family: Montserrat;
  flex-shrink: 0;
  padding: 20px 0;
  width: 90px;
}
@media screen and (max-width: 768px) {
  .c-info-list__date {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    letter-spacing: normal;
    font-weight: 600;
    padding: 0;
  }
}
.c-info-list__title {
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  padding: 20px 0;
}
.c-info-list__title:hover {
  opacity: 0.7;
}
.c-info-list__title:hover .c-info-list__link-icon {
  transform: translateX(5px);
}
@media screen and (max-width: 768px) {
  .c-info-list__title {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
    padding: 14px 0 20px;
  }
}
.c-info-list__link-icon {
  flex-shrink: 0;
  stroke: #cb8e33;
  transition: transform 0.3s ease, stroke 0.3s ease;
  margin-left: 26px;
  width: 14px !important;
  height: 14px !important;
}
@media screen and (max-width: 768px) {
  .c-info-list__link-icon {
    margin-left: 36px;
  }
}

.c-form__container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .c-form__container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
  }
}
.c-form__item {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .c-form__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
  }
  .c-form__item--check {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }
}
.c-form__data {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-form__data {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 500;
  }
}
.c-form__input-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .c-form__input-container {
    width: 100%;
  }
}
.c-form__input-container span.calendar input {
  width: 100%;
  height: 100%;
}
.c-form__input-container input, .c-form__input-container textarea {
  padding: 12px 16px;
}
.c-form__note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-form__note {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.c-form__note--validation {
  color: #e94e6e;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-form__note--validation {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 500;
  }
}
.c-form__label {
  display: block;
  width: 200px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: normal;
  font-weight: 500;
  margin-top: 12px;
}
.c-form__label--textarea, .c-form__label--check {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-form__label {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 500;
    margin-top: 0;
  }
}
.c-form__input, .c-form__textarea, .c-form__select {
  background-color: #fefefe;
  border: 1px solid #DCDCDC;
  border-radius: 6px;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 1rem;
  box-sizing: border-box;
}
.c-form__input:active, .c-form__input:focus, .c-form__textarea:active, .c-form__textarea:focus, .c-form__select:active, .c-form__select:focus {
  border: 1px solid #80c5e7;
  color: #212227;
}
.c-form__input::placeholder, .c-form__textarea::placeholder, .c-form__select::placeholder {
  color: #8a8a8a;
}
.c-form__input, .c-form__textarea {
  display: block;
  width: 540px;
}
@media screen and (max-width: 768px) {
  .c-form__input, .c-form__textarea {
    width: 100%;
  }
}
.c-form__input {
  height: 46px;
}
.c-form__textarea {
  height: 320px;
}
.c-form__selectbox {
  position: relative;
  display: inline-block;
  height: 46px;
}
.c-form__selectbox::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M10.0849 4.83687C10.3127 4.60906 10.682 4.60906 10.9098 4.83687C11.1376 5.06468 11.1376 5.43393 10.9098 5.66174L7.40979 9.16174C7.18198 9.38955 6.81272 9.38955 6.58492 9.16174L3.08492 5.66174C2.85711 5.43393 2.85711 5.06468 3.08492 4.83687C3.31272 4.60906 3.68198 4.60906 3.90979 4.83687L6.99735 7.92444L10.0849 4.83687Z' fill='%23212227'/%3E%3C/svg%3E");
  position: absolute;
  top: 40%;
  right: 16px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  pointer-events: none;
}
.c-form__select {
  display: block;
  width: 320px;
  height: 46px;
  padding: 13px 16px;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  color: #8a8a8a;
}
@media screen and (max-width: 768px) {
  .c-form__select {
    width: 100%;
  }
}
.c-form__select option {
  color: #212227;
}
.c-form__select:focus {
  color: #212227;
}
.c-form__select.is-selected {
  color: #212227;
}
.c-form__birth-input {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-form__birth-input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 14px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.c-form__birth-input input {
  width: 150px;
}
.c-form__checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 14px;
}
.c-form__checkbox-label {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: normal;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .c-form__checkbox-label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 500;
  }
}
.c-form__checkbox {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.c-form__checkbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  margin: auto;
  background-color: #fefefe;
  border: 1px solid #008ace;
  border-radius: 6px;
}
.c-form__checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 2px;
  width: 10px;
  height: 5px;
  margin: auto;
  border-left: 1px solid #008ace;
  border-bottom: 1px solid #008ace;
  transform: rotate(-45deg);
  opacity: 0;
}
.c-form__checkbox:checked::after {
  opacity: 1;
}
.c-form__eq {
  color: #e94e6e;
}
.c-form__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  border-radius: 40px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: normal;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  padding: 16px 0;
  transition: all 0.3s ease;
}
.c-form__button--check {
  border: 1px solid #00b097;
  background: #00b097;
  color: #fefefe;
  width: 266px;
}
.c-form__button--submit {
  border: 1px solid #00b097;
  background: #00b097;
  color: #fefefe;
  width: 186px;
}
.c-form__button--back {
  border: 1px solid #CFCFCF;
  background: #CFCFCF;
  color: #212227;
  width: 186px;
}
.c-form__button svg {
  transition: all 0.3s ease;
}
.c-form__button:hover svg {
  transform: translateX(5px);
}

.c-title__titlePc {
  position: absolute;
  z-index: 3;
  bottom: -47px;
  left: 16%;
  color: #fefefe;
}
.c-title__titlePc::before {
  content: "";
  display: block;
  position: absolute;
  top: -142px;
  left: -152px;
  width: 580px;
  height: 490px;
  background-image: inherit;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-title__titlePc::before {
    content: none;
    display: none;
  }
}
.c-title__titlePc--japanese {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.c-title__titlePc--english {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .c-title__titlePc {
    display: none;
  }
}
.c-title__titlePc--privacypolicy::before, .c-title__titlePc--toddler::before, .c-title__titlePc--toddler-info::before {
  top: -109px;
}
.c-title__titlePc--oneday {
  color: #e94e6e;
}
.c-title__titleSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-title__titleSp {
    display: block;
    position: absolute;
    z-index: 3;
    bottom: -18px;
    left: 27%;
    color: #fefefe;
  }
  .c-title__titleSp::before {
    content: "";
    display: block;
    position: absolute;
    top: -112px;
    left: -150px;
    width: 500px;
    height: 300px;
    background-image: inherit;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .c-title__titleSp--japanese {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .c-title__titleSp--english {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
}
@media screen and (max-width: 430px) {
  .c-title__titleSp {
    left: 30%;
  }
  .c-title__titleSp::before {
    top: -85px;
    left: -119px;
    width: 412px;
  }
  .c-title__titleSp--japanese {
    font-size: 24px;
  }
  .c-title__titleSp--english {
    font-size: 12px;
  }
}
.c-title__titleSp--privacypolicy::before, .c-title__titleSp--toddler::before, .c-title__titleSp--toddler-info::before {
  top: -73px;
}
.c-title__titleSp--oneday {
  color: #e94e6e;
}

.p-key-visual {
  position: relative;
  background-color: #fffdf1;
  height: 100vh;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-key-visual {
    height: 70vh;
  }
}
@media screen and (max-width: 430px) {
  .p-key-visual {
    height: 75vh;
  }
}
.p-key-visual__inview-animation {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.p-key-visual__inview-animation.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.p-key-visual__inview-delay-1 {
  transition-delay: 0.2s;
}
.p-key-visual__inview-delay-2 {
  transition-delay: 0.4s;
}
.p-key-visual__inview-delay-3 {
  transition-delay: 0.8s;
}
.p-key-visual__key-image {
  z-index: 1;
  position: relative;
  width: 100%;
}
.p-key-visual__slide-image-container {
  position: relative;
  width: 100%;
  height: 107vh;
  clip-path: ellipse(70vw 59% at 50% 39%);
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-key-visual__slide-image-container {
    height: 70vh;
    clip-path: ellipse(120vw 67vh at top);
  }
}
@media screen and (max-width: 430px) {
  .p-key-visual__slide-image-container {
    clip-path: ellipse(120vw 67vh at top);
  }
}
.p-key-visual__slide-image {
  position: absolute;
  z-index: 1;
  opacity: 0;
  animation: slideShow 20s infinite;
  object-fit: cover;
}
.p-key-visual__slide-image--paints {
  animation-delay: 15s;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-position: 50% 0%;
  height: 100vh;
  height: -webkit-fill-available;
  min-width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-key-visual__slide-image--paints {
    top: -8%;
    left: 49%;
    min-width: 132%;
    min-height: 86%;
  }
}
@media screen and (max-width: 1200px) {
  .p-key-visual__slide-image--paints {
    min-height: 110%;
  }
}
@media screen and (max-width: 1000px) {
  .p-key-visual__slide-image--paints {
    top: -4%;
    min-height: 90%;
  }
}
@media screen and (max-width: 768px) {
  .p-key-visual__slide-image--paints {
    top: 0;
    min-height: 50%;
  }
}
@media screen and (max-width: 430px) {
  .p-key-visual__slide-image--paints {
    top: 0;
    min-height: 42%;
  }
}
.p-key-visual__slide-image--sportsday {
  opacity: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-position: 50% 35%;
  height: 100vh;
  height: -webkit-fill-available;
  min-width: 170%;
}
@media screen and (max-width: 1600px) {
  .p-key-visual__slide-image--sportsday {
    min-width: 170%;
  }
}
@media screen and (max-width: 1440px) {
  .p-key-visual__slide-image--sportsday {
    top: -5%;
    left: 53%;
    min-width: 175%;
    min-height: 130%;
    object-position: center;
  }
}
@media screen and (max-width: 1200px) {
  .p-key-visual__slide-image--sportsday {
    min-height: 110%;
  }
}
@media screen and (max-width: 1000px) {
  .p-key-visual__slide-image--sportsday {
    min-height: 100%;
  }
}
@media screen and (max-width: 430px) {
  .p-key-visual__slide-image--sportsday {
    top: -4%;
    left: 57%;
    min-height: 53%;
  }
}
.p-key-visual__slide-image--horizontalbar {
  animation-delay: 10s;
  top: -1%;
  left: -2%;
  height: 100vh;
  height: -webkit-fill-available;
  min-width: 107%;
  object-position: 50% 0%;
}
@media screen and (max-width: 1440px) {
  .p-key-visual__slide-image--horizontalbar {
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 127%;
    min-height: 110%;
  }
}
@media screen and (max-width: 1200px) {
  .p-key-visual__slide-image--horizontalbar {
    min-height: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .p-key-visual__slide-image--horizontalbar {
    min-height: 70%;
  }
}
@media screen and (max-width: 430px) {
  .p-key-visual__slide-image--horizontalbar {
    min-height: 45%;
    top: 0;
  }
}
.p-key-visual__slide-image--carpstreamer {
  animation-delay: 5s;
  top: -230px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  height: -webkit-fill-available;
  min-height: 120%;
}
@media screen and (max-width: 1440px) {
  .p-key-visual__slide-image--carpstreamer {
    top: -180px;
    object-position: center;
    min-width: 50%;
  }
}
@media screen and (max-width: 430px) {
  .p-key-visual__slide-image--carpstreamer {
    top: -100px;
    min-height: 50%;
    min-width: 120%;
    left: 45%;
  }
}
.p-key-visual__key_sentence {
  position: absolute;
  z-index: 2;
  right: 0;
  top: auto;
  bottom: -50px;
  width: 40%;
  min-width: 500px;
}
@media screen and (max-width: 1000px) {
  .p-key-visual__key_sentence {
    bottom: -40px;
  }
}
@media screen and (max-width: 768px) {
  .p-key-visual__key_sentence {
    display: none;
  }
}
.p-key-visual__key_sentence img {
  height: auto;
  display: block;
}
.p-key-visual__yellow-bubble {
  position: absolute;
  z-index: 0;
  bottom: -300px;
}
@media screen and (max-width: 768px) {
  .p-key-visual__yellow-bubble {
    display: none;
  }
}
.p-key-visual__pink-bubble {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: -150px;
  width: 640px;
}
.p-key-visual__pink-bubble img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-key-visual__pink-bubble {
    display: none;
  }
}
.p-key-visual__key_sentence-sp {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-key-visual__key_sentence-sp {
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -14vh;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  .p-key-visual__key_sentence-sp {
    bottom: -4vh;
  }
}
.p-key-visual__key_sentence-sp img {
  width: 100%;
}
.p-key-visual__yellow-bubble-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-key-visual__yellow-bubble-sp {
    display: block;
    position: absolute;
    z-index: 0;
    bottom: -25vh;
    width: 70%;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  .p-key-visual__yellow-bubble-sp {
    bottom: -13vh;
  }
}
.p-key-visual__yellow-bubble-sp__scale {
  width: 100%;
}
.p-key-visual__pink-bubble-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-key-visual__pink-bubble-sp {
    display: block;
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: -25vh;
    width: 70%;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  .p-key-visual__pink-bubble-sp {
    bottom: -13vh;
  }
}
.p-key-visual__pink-bubble-sp__scale {
  width: 100%;
}

.p-index-news {
  padding-top: 38vh;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #fffdf1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: clamp(16px, 3vw, 40px);
}
@media screen and (max-width: 1440px) {
  .p-index-news {
    z-index: 2;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-index-news {
    flex-direction: column;
    gap: 32px;
    padding-top: 30vh;
  }
}
.p-index-news__title {
  display: block;
  flex-shrink: 0;
}
.p-index-news__title img {
  width: clamp(180px, 20vw, 280px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-index-news__title {
    display: none;
  }
}
.p-index-news__title-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-index-news__title-sp {
    display: block;
    width: 53%;
  }
}
.p-index-news__content {
  padding-top: clamp(40px, 6vw, 80px);
  width: 100%;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: clamp(24px, 4vw, 50px);
}
@media screen and (max-width: 768px) {
  .p-index-news__content {
    padding-top: 24px;
  }
}
@media screen and (max-width: 430px) {
  .p-index-news__content {
    padding-top: 0;
    gap: 32px;
  }
}
.p-index-news__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 30px);
}
.p-index-news__item {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 35px);
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
.p-index-news__item .lucide.lucide-move-right {
  transition: all 0.3s ease;
}
.p-index-news__item .lucide.lucide-external-link {
  transition: all 0.3s ease;
}
.p-index-news__item:hover {
  opacity: 0.7;
}
.p-index-news__item:hover .lucide.lucide-move-right {
  transform: translateX(5px);
}
.p-index-news__item:hover .lucide.lucide-external-link {
  transform: translateX(5px);
}
.p-index-news__item-content {
  display: flex;
  flex-direction: row;
  gap: 35px;
  align-items: center;
}
@media screen and (max-width: 430px) {
  .p-index-news__item-content {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-index-news__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.25;
  color: #212227;
  white-space: nowrap;
  flex-shrink: 0;
}
.p-index-news__item-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.8;
  color: #212227;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-index-news__item-title {
    width: 100%;
  }
}
.p-index-news__divider {
  border: none;
  border-top: 1px dashed #e0bb85;
  margin: 0;
}
.p-index-news__divider:last-child {
  display: none;
}
.p-index-news__other-styles {
  color: #cb8e33;
  flex: none;
}
.p-index-news__other-styles-link {
  padding: 0;
  margin-top: 12px;
}

.p-diary-bg {
  background-color: #fefefe;
}

.p-diary {
  padding: 100px 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background-color: #fffdf1;
  border-radius: 0 0 60px 60px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .p-diary {
    padding: 140px 0;
    gap: 32px;
  }
}
@media screen and (max-width: 430px) {
  .p-diary {
    padding: 120px 0;
    gap: 24px;
  }
}
.p-diary__boy {
  position: absolute;
  top: 0;
  right: 200px;
  transform-origin: bottom center;
  animation: yurayura 3s ease-in-out infinite;
  width: 200px;
}
@media screen and (max-width: 1700px) {
  .p-diary__boy {
    right: 130px;
  }
}
@media screen and (max-width: 1440px) {
  .p-diary__boy {
    right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .p-diary__boy {
    right: 80px;
    top: 0;
    width: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .p-diary__boy {
    right: 60px;
    top: 40px;
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-diary__boy {
    right: 26px;
    top: 40px;
    width: 120px;
  }
}
@media screen and (max-width: 430px) {
  .p-diary__boy {
    right: 20px;
    top: 44px;
    width: 90px;
  }
}
.p-diary__girl {
  position: absolute;
  bottom: -180px;
  left: 200px;
  z-index: 4;
  transform-origin: bottom center;
  animation: yurayura 3.5s ease-in-out infinite;
  width: 188px;
}
@media screen and (max-width: 1700px) {
  .p-diary__girl {
    left: 130px;
  }
}
@media screen and (max-width: 1440px) {
  .p-diary__girl {
    left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .p-diary__girl {
    bottom: -130px;
    left: 100px;
    width: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .p-diary__girl {
    bottom: -110px;
    left: 80px;
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-diary__girl {
    bottom: -80px;
    left: 50px;
    width: 100px;
  }
}
@media screen and (max-width: 430px) {
  .p-diary__girl {
    bottom: -64px;
    left: 40px;
    width: 90px;
  }
}
.p-diary__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-diary__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.448;
  text-align: center;
  color: #212227;
  width: 230px;
}
@media screen and (max-width: 1000px) {
  .p-diary__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-diary__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 430px) {
  .p-diary__title {
    font-size: 20px;
  }
}
.p-diary__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #00b097;
}
.p-diary__cards-wrapper {
  width: 861px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .p-diary__cards-wrapper {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    position: relative;
    padding: 0;
  }
}
.p-diary__cards {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .p-diary__cards {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.p-diary__card {
  width: 260px;
  height: 460px;
  position: relative;
  flex-shrink: 0;
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.p-diary__card.slick-slide {
  height: 460px;
  width: 260px;
  margin: 0 12px;
}
@media screen and (max-width: 1000px) {
  .p-diary__card.slick-slide {
    width: 280px;
  }
}
.p-diary__card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.p-diary__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-diary__card-body {
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
  height: 210px;
  background-color: #fefefe;
  border: 0.5px solid #80d8cb;
  border-top: none;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-diary__card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 24px 22px 0;
  width: 100%;
}
.p-diary__card-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.p-diary__card-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.448;
  color: #212227;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.p-diary__card-title--japanese {
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-diary__card-title--english {
  font-family: "Montserrat", sans-serif;
}
.p-diary__card-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.219;
  color: #8a8a8a;
}
.p-diary__card-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
}
.p-diary__card-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #00b097;
  border-radius: 40px;
  padding: 14px 30px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-diary__card-button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-diary__card-button {
    padding: 20px 30px;
  }
}
.p-diary__card-button-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 14px;
  color: #fefefe;
}
.p-diary__card-button-inner span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.448;
}
.p-diary__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 861px;
}
@media screen and (max-width: 1000px) {
  .p-diary__footer {
    justify-content: center;
    width: 100%;
    max-width: 100vw;
    padding: 0 calc((100vw - 340px) / 2);
  }
}
@media screen and (max-width: 430px) {
  .p-diary__footer {
    padding: 0 calc((100vw - 280px) / 2);
  }
}
.p-diary__other-styles {
  color: #00b097;
}
.p-diary__other-styles span {
  font-weight: 700;
}

.p-aboutus {
  position: relative;
  background-color: #fefefe;
  display: flex;
  min-height: 1450px;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
  padding-bottom: 100px;
}
@media screen and (max-width: 430px) {
  .p-aboutus {
    min-height: 1170px;
    padding-bottom: 0;
  }
}
.p-aboutus__decoration-left__koara-and-tree {
  opacity: 0;
  transform: translateX(-50px);
  transform-origin: bottom left;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  transition-delay: 0.5s;
}
.p-aboutus__decoration-left__koara-and-tree.is-inview {
  opacity: 1;
  transform: translateX(0);
}
.p-aboutus__decoration-left__koara-and-tree {
  position: absolute;
  top: 190px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-aboutus__decoration-left__koara-and-tree {
    width: 480px;
    top: 350px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus__decoration-left__koara-and-tree {
    width: 400px;
    top: 370px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus__decoration-left__koara-and-tree {
    width: 232px;
    top: 288px;
  }
}
.p-aboutus__decoration-left__koara-and-tree img {
  width: 378px;
}
.p-aboutus__decoration-left__girl {
  position: absolute;
  bottom: 470px;
  left: 80px;
  z-index: 1;
  opacity: 0;
  transform: translateX(-50px);
  transform-origin: bottom left;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  transition-delay: 0.5s;
}
.p-aboutus__decoration-left__girl.is-inview {
  opacity: 1;
  transform: translateX(0);
}
.p-aboutus__decoration-left__girl img {
  width: 260px;
  height: 260px;
  border-radius: 40px;
}
@media screen and (max-width: 1200px) {
  .p-aboutus__decoration-left__girl {
    display: none;
  }
}
.p-aboutus__decoration-left__boy {
  position: absolute;
  bottom: 150px;
  left: 110px;
  z-index: 1;
  opacity: 0;
  transform: translateX(-50px);
  transform-origin: bottom left;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  transition-delay: 0.5s;
}
.p-aboutus__decoration-left__boy.is-inview {
  opacity: 1;
  transform: translateX(0);
}
.p-aboutus__decoration-left__boy img {
  width: 260px;
  height: 260px;
  border-radius: 40px;
}
@media screen and (max-width: 1200px) {
  .p-aboutus__decoration-left__boy {
    display: none;
  }
}
.p-aboutus__decoration-right {
  position: absolute;
  right: 0;
  bottom: 120px;
  flex: 0 0 auto;
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  transform: translateX(50px);
  transform-origin: bottom right;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  transition-delay: 1s;
}
.p-aboutus__decoration-right.is-inview {
  opacity: 1;
  transform: translateX(0);
}
.p-aboutus__decoration-right img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .p-aboutus__decoration-right {
    display: none;
  }
}
.p-aboutus__decoration-right-sp {
  display: none;
  opacity: 0;
  transform: translateX(50px);
  transform-origin: bottom right;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.p-aboutus__decoration-right-sp.is-inview {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 1200px) {
  .p-aboutus__decoration-right-sp {
    display: block;
    position: absolute;
    right: 0;
    bottom: 120px;
    flex: 0 0 auto;
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .p-aboutus__decoration-right-sp img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus__decoration-right-sp {
    width: 400px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus__decoration-right-sp {
    width: 250px;
  }
}
.p-aboutus__content {
  position: absolute;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  z-index: 3;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.p-aboutus__content.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.p-aboutus__content__pc {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .p-aboutus__content__pc {
    display: none;
  }
}
.p-aboutus__content__sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .p-aboutus__content__sp {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 8px;
    margin: 16px;
    max-width: 70%;
    gap: 28px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus__content__sp {
    max-width: 100%;
  }
}
.p-aboutus__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}
.p-aboutus__header-bg {
  width: 350px;
  height: 194px;
}
.p-aboutus__header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-aboutus__header-bg {
    width: 300px;
    height: 160px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus__header-bg {
    width: 208px;
    height: 115px;
  }
}
.p-aboutus__header-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.p-aboutus__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.448;
  text-align: center;
  color: #212227;
}
@media screen and (max-width: 1000px) {
  .p-aboutus__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus__title {
    font-size: 20px;
  }
}
.p-aboutus__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #cb8e33;
}
@media screen and (max-width: 1000px) {
  .p-aboutus__subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus__subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus__subtitle {
    font-size: 12px;
  }
}
.p-aboutus__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.p-aboutus__description-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.p-aboutus__lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.818;
  text-align: center;
  color: #e94e6e;
}
@media screen and (max-width: 768px) {
  .p-aboutus__lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus__lead {
    font-size: 14px;
  }
}
.p-aboutus__description-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}
.p-aboutus__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
  color: #212227;
}
@media screen and (max-width: 430px) {
  .p-aboutus__text {
    font-size: 12px;
  }
}

.p-features {
  width: 100%;
  background-color: #fffdf1;
  border-radius: 60px;
  background-image: url("https://owada.lwsandbox.com/file/box/assets/img/owada-features-dot.svg");
  background-repeat: repeat;
  background-size: 76px 38px;
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-features {
    padding: 50px 0;
  }
}
.p-features__bg-white {
  background-color: #fefefe;
}
.p-features__title-img {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-features__title-img {
    display: none;
  }
}
.p-features__title-img-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-features__title-img-sp {
    display: flex;
    width: 64%;
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 430px) {
  .p-features__title-img-sp {
    width: 63%;
    padding-bottom: 8vw;
  }
}
.p-features__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .p-features__container {
    flex-direction: row;
  }
}
@media screen and (max-width: 1000px) {
  .p-features__container {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-features__container {
    flex-direction: column;
    gap: 8vw;
  }
}
@media screen and (max-width: 430px) {
  .p-features__container {
    width: 85%;
    gap: 9vw;
  }
}
.p-features__row {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .p-features__row {
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .p-features__row {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-features__row {
    gap: 8vw;
  }
}
@media screen and (max-width: 430px) {
  .p-features__row {
    gap: 9vw;
  }
}
.p-features__card {
  position: relative;
  width: 300px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-features__card {
    width: 90%;
    height: auto;
  }
}
.p-features__card__image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-features__card__image {
    border-radius: 10px;
  }
}
.p-features__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-features__card:hover .p-features__card__image {
  transform: translateY(-8px);
  opacity: 0.7;
}
.p-features__card:hover .p-features__card-tag {
  transform: translateY(-8px);
}
.p-features__card-tag {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 0;
  color: #212227;
  white-space: nowrap;
  position: absolute;
  bottom: 3px;
  right: 0;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
  justify-content: center;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  .p-features__card-tag {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 430px) {
  .p-features__card-tag {
    font-size: 4vw;
  }
}
.p-features .lucide.lucide-circle-arrow-right {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.p-event-toddler-bg {
  background-color: #fefefe;
}

.p-event-toddler {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1200px;
  padding-top: 150px;
  margin-left: 60px;
}
.p-event-toddler__inview-animation {
  opacity: 0;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.p-event-toddler__inview-animation.is-inview {
  opacity: 1;
  transform: translateX(0);
}
.p-event-toddler__inview-animation--left {
  transform: translateX(-50px);
  transform-origin: bottom left;
}
.p-event-toddler__inview-animation--right {
  transform: translateX(50px);
  transform-origin: bottom right;
}
@media screen and (max-width: 1350px) {
  .p-event-toddler {
    height: 1800px;
  }
}
@media screen and (max-width: 1200px) {
  .p-event-toddler {
    height: 2000px;
  }
}
@media screen and (max-width: 768px) {
  .p-event-toddler {
    margin-left: 0;
    height: 2300px;
  }
}
@media screen and (max-width: 500px) {
  .p-event-toddler {
    height: 1650px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 430px) {
  .p-event-toddler {
    height: 1450px;
    padding-top: 70px;
  }
}
.p-event-toddler__container-wrapper {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1700px) {
  .p-event-toddler__container-wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 1440px) {
  .p-event-toddler__container-wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 1350px) {
  .p-event-toddler__container-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-event-toddler__container-wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 430px) {
  .p-event-toddler__container-wrapper {
    width: 75%;
  }
}
.p-event-toddler__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .p-event-toddler__container {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p-event-toddler__container {
    width: auto;
  }
}
.p-event-toddler__title-container {
  z-index: 1;
}
.p-event-toddler__title-container__life {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-32%, -58%);
  width: 92%;
}
@media screen and (max-width: 768px) {
  .p-event-toddler__title-container__life {
    transform: translate(-23%, -61%);
    width: 82%;
  }
}
.p-event-toddler__title-container__preschool {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-21%, -60%);
  width: 101%;
}
@media screen and (max-width: 768px) {
  .p-event-toddler__title-container__preschool {
    transform: translate(-17%, -59%);
    width: 88%;
  }
}
.p-event-toddler__title-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-event-toddler__title-img {
    display: none;
  }
}
.p-event-toddler__title-img-sp {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-event-toddler__title-img-sp {
    display: block;
  }
}
.p-event-toddler__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
  z-index: 2;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .p-event-toddler__content {
    align-items: center;
    width: 100%;
  }
}
.p-event-toddler__image {
  width: 500px;
  height: 415px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-event-toddler__image {
    width: 100%;
    height: auto;
  }
}
.p-event-toddler__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-event-toddler__text-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-event-toddler__description {
  font-size: 16px;
  line-height: 2;
  color: #212227;
}
@media screen and (max-width: 430px) {
  .p-event-toddler__description {
    font-size: 14px;
  }
}
.p-event-toddler__life-container {
  margin-top: 200px;
}
@media screen and (max-width: 1350px) {
  .p-event-toddler__life-container {
    width: 500px;
    align-self: flex-end;
  }
}
@media screen and (max-width: 1200px) {
  .p-event-toddler__life-container {
    margin-top: 270px;
  }
}
@media screen and (max-width: 768px) {
  .p-event-toddler__life-container {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .p-event-toddler__life-container {
    margin-top: 150px;
  }
}
@media screen and (max-width: 430px) {
  .p-event-toddler__life-container {
    margin-top: 180px;
  }
}

.p-aboutus-greeting {
  position: relative;
  overflow: visible;
  background-color: #fffdf1;
  padding: 108px 47px 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-greeting {
    padding: 60px 21px 150px;
    border-radius: 40px;
  }
}
.p-aboutus-greeting__bg {
  background-color: #fefefe;
}
.p-aboutus-greeting__container {
  max-width: 976px;
}
.p-aboutus-greeting__content {
  border-radius: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-aboutus-greeting__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.p-aboutus-greeting__title-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.p-aboutus-greeting__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.448;
  color: #212227;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-aboutus-greeting__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-greeting__title {
    font-size: 20px;
  }
}
.p-aboutus-greeting__divider {
  border: none;
  border-top: 1px dashed #00b097;
  margin: 0;
  width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus-greeting__divider {
    width: 130px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-greeting__divider {
    width: 125px;
  }
}
.p-aboutus-greeting__subtitle {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.448;
  color: #e94e6e;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus-greeting__subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-greeting__subtitle {
    font-size: 16px;
  }
}
.p-aboutus-greeting__body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 44px;
}
.p-aboutus-greeting__text-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}
.p-aboutus-greeting__text-content p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.6;
  color: #212227;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus-greeting__text-content p {
    font-size: 14px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-greeting__text-content p {
    font-size: 12px;
    line-height: 2;
  }
}
.p-aboutus-greeting__signature {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #212227;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus-greeting__signature {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-greeting__signature {
    font-size: 12px;
  }
}
.p-aboutus-greeting__images {
  position: absolute;
  display: flex;
  bottom: -100px;
  left: 200px;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-greeting__images {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.p-aboutus-greeting__image-item img {
  width: 360px;
  height: 240px;
  object-fit: cover;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-greeting__image-item img {
    width: 300px;
    height: 211px;
  }
}
.p-aboutus-greeting__image-item--soap-bubbles {
  display: flex;
}
@media screen and (max-width: 1250px) {
  .p-aboutus-greeting__image-item--soap-bubbles {
    display: none;
  }
}

.p-aboutus-emphasis {
  padding: 300px 0 200px;
  background-color: #fefefe;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-aboutus-emphasis {
    padding: 200px 0 150px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus-emphasis {
    padding: 200px 0 64px;
  }
}
.p-aboutus-emphasis__container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 65%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-aboutus-emphasis__container {
    width: 80%;
    gap: 40px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-emphasis__container {
    width: 98%;
    gap: 32px;
  }
}
.p-aboutus-emphasis__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-aboutus-emphasis__content-wrapper {
    gap: 40px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-emphasis__content-wrapper {
    gap: 32px;
  }
}
.p-aboutus-emphasis__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 90%;
}
.p-aboutus-emphasis__title-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.p-aboutus-emphasis__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.448;
  color: #212227;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-aboutus-emphasis__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-emphasis__title {
    font-size: 20px;
  }
}
.p-aboutus-emphasis__divider {
  border: none;
  border-top: 1px dashed #008ace;
  margin: 0;
  width: 232px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus-emphasis__divider {
    width: 180px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-emphasis__divider {
    width: 150px;
  }
}
.p-aboutus-emphasis__description {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 20px;
}
.p-aboutus-emphasis__subtitle {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.448;
  color: #e94e6e;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus-emphasis__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-emphasis__subtitle {
    font-size: 16px;
  }
}
.p-aboutus-emphasis__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.1;
  color: #212227;
  margin: 0;
}
@media screen and (max-width: 430px) {
  .p-aboutus-emphasis__text {
    font-size: 12px;
    line-height: 1.8;
  }
}
.p-aboutus-emphasis__buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .p-aboutus-emphasis__buttons {
    gap: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .p-aboutus-emphasis__buttons {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus-emphasis__buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    width: 90%;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-emphasis__buttons {
    gap: 16px 12px;
  }
}
.p-aboutus-emphasis__button-row {
  display: contents;
}
.p-aboutus-emphasis__button {
  width: 100%;
  padding: 14px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background-color: #fefefe;
  border: 1px solid #008ace;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .p-aboutus-emphasis__button {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus-emphasis__button {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-emphasis__button {
    padding: 10px 12px;
  }
}
.p-aboutus-emphasis__button--active {
  background-color: #008ace;
  border-color: #008ace;
}
.p-aboutus-emphasis__button--active .p-aboutus-emphasis__button-text {
  color: #fefefe;
}
.p-aboutus-emphasis__button--active .p-aboutus-emphasis__button-icon {
  fill: #fefefe;
}
.p-aboutus-emphasis__button-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #008ace;
  transition: color 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .p-aboutus-emphasis__button-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus-emphasis__button-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-emphasis__button-text {
    font-size: 11px;
  }
}
.p-aboutus-emphasis__button-icon {
  width: 10px;
  height: 10px;
  fill: #008ace;
  stroke: none;
  transition: fill 0.3s;
  transform: rotate(180deg);
}
.p-aboutus-emphasis__content {
  width: 800px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  background-color: #fefefe;
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  padding: 40px 0;
}
@media screen and (max-width: 1000px) {
  .p-aboutus-emphasis__content {
    width: 100%;
    max-width: 700px;
    gap: 60px;
    height: auto;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus-emphasis__content {
    width: 75%;
    flex-direction: column;
    gap: 32px;
    padding: 30px 14px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-emphasis__content {
    gap: 24px;
  }
}
.p-aboutus-emphasis__content-image {
  width: 252px;
  height: 200px;
  object-fit: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .p-aboutus-emphasis__content-image {
    width: 200px;
    height: 168px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus-emphasis__content-image {
    width: 170px;
    height: 135px;
  }
}
.p-aboutus-emphasis__content-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-emphasis__content-text {
    width: 100%;
    gap: 16px;
    align-items: center;
  }
}
.p-aboutus-emphasis__content-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.019em;
  color: #00b097;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus-emphasis__content-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-emphasis__content-title {
    font-size: 16px;
  }
}
.p-aboutus-emphasis__content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-aboutus-emphasis__content-list li {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  color: #212227;
}
@media screen and (max-width: 430px) {
  .p-aboutus-emphasis__content-list li {
    line-height: 30px;
  }
}
.p-aboutus-emphasis__content-list li:before {
  content: "・";
  margin-right: 4px;
}
.p-aboutus-emphasis__content-list-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-aboutus-emphasis__content-list-br {
    display: inline;
  }
}

.p-aboutus-philosophy {
  background-color: #fefefe;
}
.p-aboutus-philosophy__container {
  align-items: flex-start;
  justify-content: center;
  padding: 100px 232px;
  background-color: #fff9f1;
  border-radius: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .p-aboutus-philosophy__container {
    padding: 80px 150px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus-philosophy__container {
    padding: 60px 50px;
    gap: 30px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-philosophy__container {
    padding: 60px 20px;
    gap: 24px;
  }
}
.p-aboutus-philosophy__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-aboutus-philosophy__section {
    gap: 20px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-philosophy__section {
    gap: 16px;
  }
}
.p-aboutus-philosophy__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-aboutus-philosophy__title-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.p-aboutus-philosophy__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.448;
  color: #212227;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-aboutus-philosophy__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-philosophy__title {
    font-size: 20px;
  }
}
.p-aboutus-philosophy__divider__spirit {
  border: none;
  border-top: 1px dashed #5851a0;
  margin: 0;
  flex-shrink: 1;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-philosophy__divider__spirit {
    width: 130px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-philosophy__divider__spirit {
    width: 100px;
  }
}
.p-aboutus-philosophy__divider__philosophy {
  border: none;
  border-top: 1px dashed #5851a0;
  margin: 0;
  flex-shrink: 1;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-philosophy__divider__philosophy {
    width: 50px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-philosophy__divider__philosophy {
    width: 40px;
  }
}
.p-aboutus-philosophy__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-aboutus-philosophy__badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 100px;
  background-color: #5851a0;
  color: #fefefe;
  border-radius: 6px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-aboutus-philosophy__badge {
    font-size: 20px;
    padding: 6px 80px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-philosophy__badge {
    font-size: 18px;
    padding: 6px 60px;
  }
}
.p-aboutus-philosophy__text-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-philosophy__text-group {
    gap: 24px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-philosophy__text-group {
    gap: 20px;
  }
}
.p-aboutus-philosophy__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #212227;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus-philosophy__text {
    font-size: 14px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-philosophy__text {
    font-size: 12px;
    line-height: 1.8;
  }
}
.p-aboutus-philosophy__text--narrow {
  max-width: 651px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-philosophy__text--narrow {
    max-width: 100%;
  }
}
.p-aboutus-philosophy__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-aboutus-philosophy__list-item {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #212227;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus-philosophy__list-item {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-philosophy__list-item {
    font-size: 12px;
    line-height: 1.6;
  }
}
.p-aboutus-philosophy__list-item-br {
  display: inline;
}
@media screen and (max-width: 768px) {
  .p-aboutus-philosophy__list-item-br {
    display: none;
  }
}
.p-aboutus-philosophy__keyword {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: fit-content;
}
@media screen and (max-width: 430px) {
  .p-aboutus-philosophy__keyword {
    gap: 16px;
  }
}
.p-aboutus-philosophy__keyword-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #5851a0;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus-philosophy__keyword-label {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-philosophy__keyword-label {
    font-size: 12px;
  }
}
.p-aboutus-philosophy__keyword-text {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #5851a0;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus-philosophy__keyword-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-philosophy__keyword-text {
    font-size: 24px;
  }
}

.p-aboutus-extracurricular {
  background-color: #fefefe;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular {
    padding-top: 60px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-extracurricular {
    padding-top: 50px;
  }
}
.p-aboutus-extracurricular__container {
  max-width: 1114px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__container {
    padding: 0 16px;
  }
}
.p-aboutus-extracurricular__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__header {
    gap: 16px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-extracurricular__header {
    gap: 12px;
    margin-bottom: 24px;
  }
}
.p-aboutus-extracurricular__title-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.p-aboutus-extracurricular__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.448;
  color: #212227;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-extracurricular__title {
    font-size: 20px;
  }
}
.p-aboutus-extracurricular__divider {
  border: none;
  border-top: 1px dashed #008ace;
  margin: 0;
  width: 138px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__divider {
    width: 100px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-extracurricular__divider {
    width: 80px;
  }
}
.p-aboutus-extracurricular__notice {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #212227;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__notice {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-extracurricular__notice {
    font-size: 12px;
    line-height: 1.6;
  }
}
.p-aboutus-extracurricular__notice-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__notice-br {
    display: flex;
  }
}
.p-aboutus-extracurricular__cards {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .p-aboutus-extracurricular__cards {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__cards {
    flex-direction: column;
    gap: 24px;
    position: relative;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__cards .slick-list {
    overflow: visible;
  }
  .p-aboutus-extracurricular__cards .slick-track {
    display: flex;
    align-items: center;
  }
  .p-aboutus-extracurricular__cards .slick-slide {
    width: 280px;
    height: 345px;
    margin: 0 10px;
  }
  .p-aboutus-extracurricular__cards .slick-prev,
  .p-aboutus-extracurricular__cards .slick-next {
    position: absolute;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  .p-aboutus-extracurricular__cards .slick-prev,
  .p-aboutus-extracurricular__cards .slick-next {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__cards .slick-prev:hover,
  .p-aboutus-extracurricular__cards .slick-next:hover {
    opacity: 0.8;
  }
  .p-aboutus-extracurricular__cards .slick-prev svg,
  .p-aboutus-extracurricular__cards .slick-next svg {
    width: 24px;
    height: 24px;
    color: #cb8e33;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  .p-aboutus-extracurricular__cards .slick-prev svg,
  .p-aboutus-extracurricular__cards .slick-next svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__cards .slick-prev:before,
  .p-aboutus-extracurricular__cards .slick-next:before {
    display: none;
  }
  .p-aboutus-extracurricular__cards .slick-prev {
    left: 20px;
    width: 40px;
    height: 40px;
    z-index: 20;
  }
  .p-aboutus-extracurricular__cards .slick-next {
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 20;
  }
}
.p-aboutus-extracurricular__card {
  background-color: #fffdf1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 410px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__card {
    height: auto;
  }
}
.p-aboutus-extracurricular__card-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .p-aboutus-extracurricular__card-content {
    padding: 45px 35px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__card-content {
    padding: 40px 64px;
    gap: 18px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-extracurricular__card-content {
    padding: 35px 48px;
    gap: 16px;
  }
}
.p-aboutus-extracurricular__card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.p-aboutus-extracurricular__card-title-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}
.p-aboutus-extracurricular__card-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}
.p-aboutus-extracurricular__card-icon--blue {
  background-color: #008ace;
}
.p-aboutus-extracurricular__card-icon--green {
  background-color: #00b097;
}
.p-aboutus-extracurricular__card-icon--yellow {
  background-color: #fed400;
}
.p-aboutus-extracurricular__card-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.448;
  color: #212227;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__card-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-extracurricular__card-title {
    font-size: 18px;
  }
}
.p-aboutus-extracurricular__card-provider {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #212227;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__card-provider {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-extracurricular__card-provider {
    font-size: 12px;
  }
}
.p-aboutus-extracurricular__card-details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__card-details {
    gap: 24px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-extracurricular__card-details {
    gap: 20px;
  }
}
.p-aboutus-extracurricular__detail-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__detail-group {
    align-items: flex-start;
    gap: 12px;
  }
}
.p-aboutus-extracurricular__detail-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #212227;
  text-align: center;
  padding: 6px 20px;
  border: 1px solid #008ace;
  border-radius: 20px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__detail-label {
    font-size: 14px;
    padding: 5px 16px;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-extracurricular__detail-label {
    font-size: 12px;
    padding: 4px 14px;
  }
}
.p-aboutus-extracurricular__detail-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #212227;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__detail-text {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 430px) {
  .p-aboutus-extracurricular__detail-text {
    font-size: 12px;
    line-height: 1.6;
  }
}
.p-aboutus-extracurricular__pagination {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-extracurricular__pagination {
    display: flex;
    margin-top: 24px;
  }
}
.p-aboutus-extracurricular__pagination .dots-wrap {
  display: flex;
  justify-content: center;
}
.p-aboutus-extracurricular__pagination .dots-wrap li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #cfcfcf;
  border-radius: 50%;
  cursor: pointer;
}
.p-aboutus-extracurricular__pagination .dots-wrap li:hover,
.p-aboutus-extracurricular__pagination .dots-wrap li.slick-active {
  background: #8a8a8a;
}
.p-aboutus-extracurricular__pagination .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* ===============================================
# p-diary-search
=============================================== */
.p-diary-search {
  display: flex;
  justify-content: center;
  background-color: #fefefe;
}
.p-diary-search__container {
  padding: 3vw 4vw;
  border-radius: 20px;
  border: 1px solid #00b097;
  background: #fffdf1;
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .p-diary-search__container {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-diary-search__container {
    padding: 40px 16px;
    width: 90%;
  }
}
.p-diary-search__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4375;
  letter-spacing: normal;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #00b097;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-diary-search__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
    letter-spacing: normal;
    font-weight: 700;
    margin-bottom: 14px;
  }
}
.p-diary-search__form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
  max-width: 100%;
}
.p-diary-search__inputs-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .p-diary-search__inputs-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-diary-search__inputs-container {
    margin-top: 12px;
  }
}
.p-diary-search__inputs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  flex: 1 1 auto;
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  .p-diary-search__inputs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    width: 100%;
    margin-bottom: 26px;
  }
}
.p-diary-search__date-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  flex: 0 0 auto;
  margin-right: 48px;
}
@media screen and (max-width: 1200px) {
  .p-diary-search__date-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.p-diary-search__label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #212227;
  white-space: nowrap;
  margin-right: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .p-diary-search__label {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-diary-search__label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: normal;
    font-weight: 500;
  }
}
.p-diary-search__date-range {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}
.p-diary-search__date-range > .calendar:first-of-type {
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .p-diary-search__date-range > .calendar:first-of-type {
    width: 100%;
  }
}
.p-diary-search__date-range > .calendar:last-of-type {
  margin-left: 8px;
}
@media screen and (max-width: 1200px) {
  .p-diary-search__date-range > .calendar:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .p-diary-search__date-range {
    width: 100%;
  }
}
.p-diary-search__date-input {
  padding: 12px 16px;
  border: 2px solid #00b097;
  border-radius: 6px;
  background-color: #fefefe;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #212227;
  width: 180px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  flex-shrink: 0;
}
.p-diary-search__date-input:focus {
  outline: none;
  border-color: #00b097;
  box-shadow: 0 0 0 3px rgba(0, 176, 151, 0.1);
}
@media screen and (max-width: 1200px) {
  .p-diary-search__date-input {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.p-diary-search__date-separator {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 400;
  color: #212227;
  flex-shrink: 0;
}
.p-diary-search__keyword-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  flex: 1 1 auto;
  min-width: 0;
  margin-right: 16px;
}
@media screen and (max-width: 1200px) {
  .p-diary-search__keyword-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    width: 100%;
    margin-right: 0;
  }
}
.p-diary-search__keyword-input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #00b097;
  border-radius: 6px;
  background-color: #fefefe;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #212227;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.p-diary-search__keyword-input::placeholder {
  color: #8a8a8a;
}
.p-diary-search__keyword-input:focus {
  outline: none;
  border-color: #00b097;
  box-shadow: 0 0 0 3px rgba(0, 176, 151, 0.1);
}
@media screen and (max-width: 1200px) {
  .p-diary-search__keyword-input {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-diary-search__keyword-input {
    padding: 10px 12px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.p-diary-search__button {
  padding: 12px 48px;
  background-color: #00b097;
  color: #fefefe;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.p-diary-search__button:active {
  transform: translateY(0);
}
@media screen and (max-width: 1200px) {
  .p-diary-search__button {
    display: flex;
    align-self: center;
  }
}
@media screen and (max-width: 768px) {
  .p-diary-search__button {
    padding: 12px 60px;
  }
}

.ui-datepicker {
  z-index: 110 !important;
}

/* ===============================================
# p-diary-cards
=============================================== */
.p-diary-cards {
  background-color: #fefefe;
  padding: 200px 20px 100px;
}
@media screen and (max-width: 768px) {
  .p-diary-cards {
    padding: 60px 16px 60px;
  }
}
.p-diary-cards__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 48px;
  row-gap: 70px;
}
@media screen and (max-width: 1000px) {
  .p-diary-cards__container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
    row-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-diary-cards__container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 24px;
  }
}
@media screen and (max-width: 430px) {
  .p-diary-cards__container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
    row-gap: 16px;
  }
}
.p-diary-cards__container:has(.p-diary-error) {
  display: flex;
  justify-content: center;
}
.p-diary-cards__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fefefe;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 430px) {
  .p-diary-cards__card {
    height: 323px;
  }
}
.p-diary-cards__card-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  border-radius: 20px 20px 0 0;
}
.p-diary-cards__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.p-diary-cards__card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 0.5px solid #80d8cb;
  border-top: none;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .p-diary-cards__card-body {
    padding: 12px 16px;
  }
}
.p-diary-cards__card-content {
  flex: 1;
  margin-bottom: 14px;
}
.p-diary-cards__card-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-diary-cards__card-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: normal;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #212227;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-diary-cards__card-title {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    letter-spacing: normal;
    font-weight: 500;
    -webkit-line-clamp: 3;
  }
}
.p-diary-cards__card-date {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: normal;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #8a8a8a;
}
@media screen and (max-width: 768px) {
  .p-diary-cards__card-date {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.2727272727;
    letter-spacing: normal;
    font-weight: 500;
  }
}
.p-diary-cards__card-button-container {
  display: flex;
  justify-content: center;
}
.p-diary-cards__card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  background-color: #00b097;
  border-radius: 40px;
  transition: opacity 0.3s ease;
}
.p-diary-cards__card-button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-diary-cards__card-button {
    padding: 14px 24px;
    width: 100%;
  }
}
.p-diary-cards__card-button-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fefefe;
}
.p-diary-cards__card-button-inner span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  letter-spacing: normal;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fefefe;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-diary-cards__card-button-inner span {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.1818181818;
    letter-spacing: normal;
    font-weight: 500;
  }
}

/* ===============================================
# p-diary-error
=============================================== */
.p-diary-error {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #fefefe;
}
@media screen and (max-width: 768px) {
  .p-diary-error {
    height: 120px;
  }
}
.p-diary-error__message {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 500;
  color: var(--Green-1, #00b097);
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  line-height: 180%;
}

.p-kindergartenTabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fefefe;
}
@media screen and (max-width: 768px) {
  .p-kindergartenTabs {
    padding: 32px 20px;
  }
}
.p-kindergartenTabs__container {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-kindergartenTabs__container {
    width: 100%;
  }
}
.p-kindergartenTabs__input {
  display: none;
}
.p-kindergartenTabs__buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 76px;
}
@media screen and (max-width: 1000px) {
  .p-kindergartenTabs__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    margin-bottom: 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-kindergartenTabs__buttons::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .p-kindergartenTabs__buttons .c-button.c-button--outline-blue {
    min-width: max-content;
    flex-shrink: 0;
  }
}
.p-kindergartenTabs__button {
  flex: auto;
}
@media screen and (max-width: 768px) {
  .p-kindergartenTabs__button {
    flex: 0 0 auto;
    min-width: max-content;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 20px;
  }
}
@media screen and (max-width: 430px) {
  .p-kindergartenTabs__button {
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    padding: 6px 12px;
  }
}
#tab1:checked ~ .p-kindergartenTabs__buttons label[for=tab1].c-button--outlineBlue {
  background-color: #008ace;
  border-color: #008ace;
  color: #fefefe;
}
#tab2:checked ~ .p-kindergartenTabs__buttons label[for=tab2].c-button--outlineRed {
  background-color: #e94e6e;
  border-color: #e94e6e;
  color: #fefefe;
}
#tab3:checked ~ .p-kindergartenTabs__buttons label[for=tab3].c-button--outlineGreen {
  background-color: #00b097;
  border-color: #00b097;
  color: #fefefe;
}
.p-kindergartenTabs__content {
  position: relative;
}
.p-kindergartenTabs__panel {
  width: 100%;
  display: none;
}
#tab1:checked ~ .p-kindergartenTabs__content .p-kindergartenTabs__panel:nth-child(1), #tab2:checked ~ .p-kindergartenTabs__content .p-kindergartenTabs__panel:nth-child(2), #tab3:checked ~ .p-kindergartenTabs__content .p-kindergartenTabs__panel:nth-child(3) {
  display: block;
}

.p-kindergartenTabs__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-kindergartenTabs__header {
    margin-bottom: 20px;
  }
}
.p-kindergartenTabs__title-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.p-kindergartenTabs__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.448;
  color: #212227;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-kindergartenTabs__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 430px) {
  .p-kindergartenTabs__title {
    font-size: 20px;
  }
}
.p-kindergartenTabs__divider__3to5years-old {
  border: none;
  border-top: 1px dashed #008ace;
  margin: 0;
  width: 500px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-kindergartenTabs__divider__3to5years-old {
    width: 378px;
  }
}
@media screen and (max-width: 430px) {
  .p-kindergartenTabs__divider__3to5years-old {
    width: 316px;
  }
}
.p-kindergartenTabs__divider__3years-old {
  border: none;
  border-top: 1px dashed #008ace;
  margin: 0;
  width: 420px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-kindergartenTabs__divider__3years-old {
    width: 316px;
  }
}
@media screen and (max-width: 430px) {
  .p-kindergartenTabs__divider__3years-old {
    width: 266px;
  }
}
.p-kindergartenTabs__divider__0to2years-old {
  border: none;
  border-top: 1px dashed #008ace;
  margin: 0;
  width: 608px;
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .p-kindergartenTabs__divider__0to2years-old {
    width: 100%;
  }
}
.p-kindergartenTabs__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: normal;
  font-weight: 400;
  color: #212227;
}
@media screen and (max-width: 768px) {
  .p-kindergartenTabs__description {
    font-size: 14px;
  }
}
.p-kindergartenTabs__annotation {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: normal;
  font-weight: 700;
  color: #CE0000;
}
@media screen and (max-width: 768px) {
  .p-kindergartenTabs__annotation {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .p-kindergartenTabs__annotation {
    margin-bottom: 20px;
  }
}
.p-kindergartenTabs__requirements-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  margin: 100px 0;
}
@media screen and (max-width: 1000px) {
  .p-kindergartenTabs__requirements-container {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-kindergartenTabs__requirements-container {
    margin: 50px 0;
  }
}
.p-kindergartenTabs__requirements-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: nomal;
  color: #212227;
  margin: 0;
  width: 80%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .p-kindergartenTabs__requirements-title {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .p-kindergartenTabs__requirements-title {
    font-size: 16px;
    width: 100%;
    margin-bottom: 16px;
  }
}
.p-kindergartenTabs__requirements-item {
  width: 80%;
  border: 2px solid #008ace;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fefefe;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1000px) {
  .p-kindergartenTabs__requirements-item {
    border: none;
    flex-direction: column;
    border-radius: 0;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .p-kindergartenTabs__requirements-item {
    width: 100%;
  }
}
.p-kindergartenTabs__requirements-item--blue {
  border-color: #008ace;
}
.p-kindergartenTabs__requirements-item--blue .p-kindergartenTabs__requirements-item-title {
  background-color: #008ace;
}
.p-kindergartenTabs__requirements-item--red {
  border-color: #e94e6e;
}
.p-kindergartenTabs__requirements-item--red .p-kindergartenTabs__requirements-item-title {
  background-color: #e94e6e;
}
.p-kindergartenTabs__requirements-item--green {
  border-color: #00b097;
}
.p-kindergartenTabs__requirements-item--green .p-kindergartenTabs__requirements-item-title {
  background-color: #00b097;
}
.p-kindergartenTabs__requirements-item-title {
  font-size: 16px;
  color: #fefefe;
  background-color: #008ace;
  padding: 24px 36px 24px 44px;
  margin: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 232px;
}
@media screen and (max-width: 1000px) {
  .p-kindergartenTabs__requirements-item-title {
    font-size: 14px;
    padding: 14px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .p-kindergartenTabs__requirements-item-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 430px) {
  .p-kindergartenTabs__requirements-item-title {
    font-size: 11px;
    padding: 8px 16px;
  }
}
.p-kindergartenTabs__requirements-content {
  padding: 24px;
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .p-kindergartenTabs__requirements-content--blue {
    border: 1px solid #008ace;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .p-kindergartenTabs__requirements-content--red {
    border: 1px solid #e94e6e;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .p-kindergartenTabs__requirements-content--green {
    border: 1px solid #00b097;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-kindergartenTabs__requirements-content {
    padding: 16px;
  }
}
@media screen and (max-width: 430px) {
  .p-kindergartenTabs__requirements-content {
    padding: 12px;
  }
}
.p-kindergartenTabs__list {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}
.p-kindergartenTabs__list li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #212227;
}
@media screen and (max-width: 768px) {
  .p-kindergartenTabs__list li {
    font-size: 12px;
    line-height: 16px;
  }
}
.p-kindergartenTabs__list li:last-child {
  margin-bottom: 0;
}

.p-event-list {
  overflow: visible;
  background-color: #fffdf1;
  padding: 200px 20px 200px 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  flex-direction: column;
  gap: 140px;
}
@media screen and (max-width: 1400px) {
  .p-event-list {
    padding: 200px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-event-list {
    padding: 200px 0;
    border-radius: 40px;
  }
}
@media screen and (max-width: 430px) {
  .p-event-list {
    padding: 120px 0;
  }
}
.p-event-list__container-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 200px 20px;
}
@media screen and (max-width: 1000px) {
  .p-event-list__container-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 130px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-event-list__container-wrapper {
    grid-template-columns: 1fr;
    gap: 140px;
  }
}
@media screen and (max-width: 430px) {
  .p-event-list__container-wrapper {
    grid-template-columns: 1fr;
  }
}
.p-event-list__bg {
  background-color: #fefefe;
}
.p-event-list__container {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .p-event-list__container {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-event-list__container {
    align-items: center;
  }
}
.p-event-list__title-image {
  position: absolute;
  width: 64%;
  height: auto;
  object-fit: cover;
  object-position: center;
  top: 0;
  right: 0;
  transform: translate(15%, -56%);
}
@media screen and (max-width: 768px) {
  .p-event-list__title-image {
    display: none;
  }
}
.p-event-list__title-image-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-event-list__title-image-sp {
    display: flex;
    position: absolute;
    width: 55%;
    height: auto;
    object-fit: cover;
    object-position: center;
    top: 0;
    right: 0;
    transform: translate(11%, -50%);
  }
}
.p-event-list__image {
  position: relative;
  width: 330px;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-event-list__image {
    width: auto;
  }
}
.p-event-list__image-container {
  position: relative;
  width: 330px;
  height: fit-content;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-event-list__image-container {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .p-event-list__content {
    width: 90%;
  }
}
.p-event-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .p-event-list__items {
    gap: 20px;
    display: flex;
  }
}
@media screen and (max-width: 430px) {
  .p-event-list__items {
    gap: 0;
    row-gap: 16px;
  }
}
.p-event-list__items li {
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 430px) {
  .p-event-list__items li {
    padding-left: 20px;
  }
}
.p-event-list__items li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 430px) {
  .p-event-list__items li::before {
    font-size: 10px;
    top: 1em;
    transform: none;
  }
}
.p-event-list__container--apr .p-event-list__items li::before {
  color: #e94e6e;
}
.p-event-list__container--may .p-event-list__items li::before {
  color: #fed400;
}
.p-event-list__container--jun .p-event-list__items li::before {
  color: #80c5e7;
}
.p-event-list__container--jul .p-event-list__items li::before {
  color: #00b097;
}
.p-event-list__container--aug .p-event-list__items li::before {
  color: #e94e6e;
}
.p-event-list__container--sep .p-event-list__items li::before {
  color: #cb8e33;
}
.p-event-list__container--oct .p-event-list__items li::before {
  color: #5851a0;
}
.p-event-list__container--nov .p-event-list__items li::before {
  color: #fed400;
}
.p-event-list__container--dec .p-event-list__items li::before {
  color: #e94e6e;
}
.p-event-list__container--jan .p-event-list__items li::before {
  color: #00b097;
}
.p-event-list__container--feb .p-event-list__items li::before {
  color: #008ace;
}
.p-event-list__container--mar .p-event-list__items li::before {
  color: #e94e6e;
}
.p-event-list__monthly {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 80%;
  gap: 250px;
}
@media screen and (max-width: 1200px) {
  .p-event-list__monthly {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .p-event-list__monthly {
    padding: 50px 60px;
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-event-list__monthly {
    padding: 40px 32px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 430px) {
  .p-event-list__monthly {
    padding: 0;
    margin-top: 0;
    align-items: flex-start;
    gap: 0px;
  }
}
.p-event-list__monthly-header {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-event-list__monthly-header {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 430px) {
  .p-event-list__monthly-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
}
.p-event-list__monthly-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-event-list__monthly-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #212227;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-event-list__monthly-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 430px) {
  .p-event-list__monthly-title {
    font-size: 20px;
  }
}
.p-event-list__monthly-divider {
  width: 100%;
  max-width: 200px;
  height: 1px;
  background-color: transparent;
  border: none;
  border-top: 2px dotted #00b097;
  margin: 0;
}
@media screen and (max-width: 430px) {
  .p-event-list__monthly-divider {
    max-width: 150px;
  }
}
.p-event-list__monthly-items {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 40px;
}
@media screen and (max-width: 1000px) {
  .p-event-list__monthly-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-event-list__monthly-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 24px;
  }
}
@media screen and (max-width: 430px) {
  .p-event-list__monthly-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 16px;
  }
}
.p-event-list__monthly-item {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 430px) {
  .p-event-list__monthly-item {
    padding-left: 16px;
  }
}
.p-event-list__monthly-item::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #e0bb85;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 430px) {
  .p-event-list__monthly-item::before {
    font-size: 8px;
    top: 1.5em;
    transform: none;
  }
}
.p-event-list__monthly-item-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  color: #212227;
}
@media screen and (max-width: 768px) {
  .p-event-list__monthly-item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .p-event-list__monthly-item-title {
    font-size: 13px;
  }
}
.p-event-list__monthly-bird {
  position: absolute;
  width: 122px;
  height: auto;
  top: 18px;
  right: -170px;
}
@media screen and (max-width: 430px) {
  .p-event-list__monthly-bird {
    width: 88px;
    top: auto;
    right: -90px;
    bottom: -80px;
  }
}

.p-privacypolicy {
  background-color: #fefefe;
  display: flex;
  justify-content: center;
}
.p-privacypolicy__container {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy__container {
    width: 97%;
    padding: 0 20px 60px;
  }
}
@media screen and (max-width: 430px) {
  .p-privacypolicy__container {
    padding: 0 16px 48px;
  }
}
.p-privacypolicy__intro {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy__intro {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .p-privacypolicy__intro {
    padding-top: 32px;
    margin-bottom: 32px;
  }
}
.p-privacypolicy__intro-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #212227;
  margin: 0;
}
.p-privacypolicy__section {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy__section {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .p-privacypolicy__section {
    margin-bottom: 32px;
  }
}
.p-privacypolicy__section:last-child {
  margin-bottom: 0;
}
.p-privacypolicy__section-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.448;
  color: #212227;
  margin: 0 0 7px 0;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy__section-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.p-privacypolicy__section-content {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy__section-content {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 430px) {
  .p-privacypolicy__section-content {
    margin-bottom: 24px;
  }
}
.p-privacypolicy__subsection {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy__subsection {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 430px) {
  .p-privacypolicy__subsection {
    margin-bottom: 24px;
  }
}
.p-privacypolicy__subsection:last-child {
  margin-bottom: 0;
}
.p-privacypolicy__subsection-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.448;
  color: #212227;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy__subsection-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 430px) {
  .p-privacypolicy__subsection-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.p-privacypolicy__subsection-content {
  margin-bottom: 0;
}
.p-privacypolicy__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-privacypolicy__list li {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #212227;
}
.p-privacypolicy__list li:last-child {
  margin-bottom: 0;
}
.p-privacypolicy__link-section {
  margin: 130px 0;
  text-align: left;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy__link-section {
    margin: 69px 0;
  }
}
.p-privacypolicy__link-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #212227;
  margin: 0;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 5.5%;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy__link-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
  }
}
@media screen and (max-width: 430px) {
  .p-privacypolicy__link-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.p-privacypolicy__link-text-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy__link-text-br {
    display: block;
  }
}
.p-privacypolicy__contact {
  margin-top: 60px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy__contact {
    margin-top: 40px;
  }
}
@media screen and (max-width: 430px) {
  .p-privacypolicy__contact {
    margin-top: 32px;
  }
}
.p-privacypolicy__contact-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #212227;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy__contact-label {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .p-privacypolicy__contact-label {
    font-size: 14px;
  }
}
.p-privacypolicy__contact-info {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #212227;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy__contact-info {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .p-privacypolicy__contact-info {
    font-size: 14px;
  }
}

.p-environmentTabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fefefe;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-environmentTabs {
    padding: 32px 15px;
  }
}
.p-environmentTabs__container {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .p-environmentTabs__container {
    padding: 0;
    width: 100%;
  }
}
.p-environmentTabs__input {
  display: none;
}
.p-environmentTabs__buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 76px;
}
@media screen and (max-width: 1000px) {
  .p-environmentTabs__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    margin-bottom: 32px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 768px) {
  .p-environmentTabs__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 70px;
    overflow-x: visible;
  }
}
.p-environmentTabs__button {
  padding: 20px 50px;
  flex: 0 1 auto;
  min-width: 200px;
  background-color: #fefefe;
  border: 1px solid #e94e6e;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s;
  color: #e94e6e;
}
@media screen and (max-width: 1000px) {
  .p-environmentTabs__button {
    min-width: max-content;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-environmentTabs__button {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 20px;
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 430px) {
  .p-environmentTabs__button {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 16px;
  }
}
.p-environmentTabs__button--active {
  background-color: #e94e6e;
  border-color: #e94e6e;
  color: #fefefe;
}
.p-environmentTabs__panel {
  width: 100%;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#tab1:checked ~ .p-environmentTabs__content .p-environmentTabs__panel:nth-child(1), #tab2:checked ~ .p-environmentTabs__content .p-environmentTabs__panel:nth-child(2), #tab3:checked ~ .p-environmentTabs__content .p-environmentTabs__panel:nth-child(3), #tab4:checked ~ .p-environmentTabs__content .p-environmentTabs__panel:nth-child(4) {
  display: block;
  opacity: 1;
}
.p-environmentTabs__titleWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.p-environmentTabs__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: #212227;
}
@media screen and (max-width: 768px) {
  .p-environmentTabs__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 700;
  }
}
@media screen and (max-width: 430px) {
  .p-environmentTabs__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 700;
  }
}
.p-environmentTabs__exteriorDivider {
  border: none;
  border-top: 1px dashed #008ace;
  margin: 0;
  width: 172px;
  flex-shrink: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-environmentTabs__exteriorDivider {
    width: 140px;
    margin-bottom: 16px;
  }
}
.p-environmentTabs__insideDivider {
  border: none;
  border-top: 1px dashed #008ace;
  margin: 0;
  width: 200px;
  flex-shrink: 0;
  margin-bottom: 24px;
}
.p-environmentTabs__insideUniversityDivider {
  border: none;
  border-top: 1px dashed #008ace;
  margin: 0;
  width: 95px;
  flex-shrink: 0;
  margin-bottom: 24px;
}
.p-environmentTabs__outsideUniversityDivider {
  border: none;
  border-top: 1px dashed #008ace;
  margin: 0;
  width: 95px;
  flex-shrink: 0;
  margin-bottom: 24px;
}
.p-environmentTabs__carousel {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-environmentTabs__carousel {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
}
.p-environmentTabs__carousel-main {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-environmentTabs__carousel-thumbnails-images {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  justify-content: flex-start;
}
.p-environmentTabs__thumbnail {
  flex: 0 0 calc((100% - 40px) / 6);
  width: calc((100% - 40px) / 6);
  aspect-ratio: 1/1;
  position: relative;
  border: 1px solid #fefefe;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  background: #fefefe;
  transition: border-color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.p-environmentTabs__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-environmentTabs__thumbnail:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.p-environmentTabs__thumbnail.active {
  border-color: #fefefe;
  opacity: 1;
  border-width: 2px;
}
.p-environmentTabs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 24px;
  column-gap: 32px;
}
@media screen and (max-width: 1000px) {
  .p-environmentTabs__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-environmentTabs__grid {
    display: none;
  }
}
.p-environmentTabs__grid-item {
  position: relative;
}
.p-environmentTabs__grid-item img {
  width: 350px;
  height: auto;
  border-radius: 6px;
}
@media screen and (max-width: 1000px) {
  .p-environmentTabs__grid-item img {
    width: 100%;
    height: auto;
  }
}

.p-oneday-schedule {
  background-color: #fefefe;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.p-oneday-schedule__tab-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  gap: 0;
  gap: 20px;
  width: 76%;
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__tab-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    gap: 16px;
    width: 500px;
    background-color: #cfcfcf;
    padding: 5px;
    border-radius: 60px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  .p-oneday-schedule__tab-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    gap: 10px;
    width: 370px;
    background-color: #cfcfcf;
    padding: 3px;
    border-radius: 60px;
    margin-bottom: 40px;
  }
}
.p-oneday-schedule__tab {
  font-size: 32px;
  font-size: 2rem;
  line-height: 0.75;
  letter-spacing: normal;
  font-weight: 700;
  background-color: #cfcfcf;
  color: #fefefe;
  border: none;
  padding: 27px 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
  min-width: 360px;
  border-radius: 20px 20px 0 0;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1000px) {
  .p-oneday-schedule__tab {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 700;
    padding: 16px 24px;
    width: auto;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__tab {
    padding: 20px 24px;
    min-width: auto;
    border-radius: 60px;
    width: 250px;
  }
}
@media screen and (max-width: 430px) {
  .p-oneday-schedule__tab {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 700;
    padding: 12px 24px;
    min-width: auto;
    border-radius: 60px;
    width: 200px;
  }
}
.p-oneday-schedule__tab--active.p-oneday-schedule__tab--3to5yearsOld {
  background-color: #00b097;
}
.p-oneday-schedule__tab--active.p-oneday-schedule__tab--0to2yearsOld {
  background-color: #cb8e33;
}
.p-oneday-schedule__tab:not(.p-oneday-schedule__tab--active) {
  background-color: #cfcfcf;
}
.p-oneday-schedule__tab--3to5yearsOld:not(.p-oneday-schedule__tab--active):hover {
  background-color: #dfdfdf;
}
.p-oneday-schedule__tab--0to2yearsOld:not(.p-oneday-schedule__tab--active):hover {
  background-color: #dfdfdf;
}
.p-oneday-schedule__tabEnglish {
  font-size: 32px;
  font-size: 2rem;
  line-height: 0.75;
  letter-spacing: normal;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: inline;
}
@media screen and (max-width: 1000px) {
  .p-oneday-schedule__tabEnglish {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__tabEnglish {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 700;
  }
}
.p-oneday-schedule__tabJapanese {
  font-size: 32px;
  font-size: 2rem;
  line-height: 0.75;
  letter-spacing: normal;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  display: inline;
  margin-right: 16px;
}
@media screen and (max-width: 1000px) {
  .p-oneday-schedule__tabJapanese {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__tabJapanese {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 700;
    margin-right: 8px;
  }
}
.p-oneday-schedule__tabJapanese:last-child {
  margin-right: 0;
}
.p-oneday-schedule__content {
  background-color: #fffdf1;
  border-radius: 60px;
  background-image: url("https://owada.lwsandbox.com/file/box/assets/img/owada-features-dot.svg");
  background-repeat: repeat;
  background-size: 76px 38px;
  border: 1px solid #00b097;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__content {
    border-radius: 40px;
    border: none;
  }
}
.p-oneday-schedule__content--3to5yearsOld {
  border-color: #00b097;
}
.p-oneday-schedule__content--0to2yearsOld {
  border-color: #cb8e33;
  gap: 80px;
  padding: 100px 60px;
}
@media screen and (max-width: 1000px) {
  .p-oneday-schedule__content--0to2yearsOld {
    flex-direction: column;
    padding: 70px 40px;
  }
}
.p-oneday-schedule__age-content {
  display: none;
}
.p-oneday-schedule__age-content--active {
  width: 95%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__age-content--active {
    width: 100%;
  }
}
.p-oneday-schedule__3to5yearsOldTimelineContainer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  gap: 40px;
  padding: 130px 60px 150px 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__3to5yearsOldTimelineContainer {
    padding: 70px 28px 50px 28px;
  }
}
.p-oneday-schedule__0to2yearsOldTimelineContainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  gap: 50px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1000px) {
  .p-oneday-schedule__0to2yearsOldTimelineContainer {
    width: 100%;
    gap: 40px;
  }
}
.p-oneday-schedule__0to2yearsOldTimelineContainerTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  gap: 12px;
  width: 100%;
  align-items: center;
}
.p-oneday-schedule__0to2yearsOldTimelineContainerTitleImage {
  height: 45px;
  width: auto;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}
.p-oneday-schedule__0to2yearsOldTabContent {
  display: flex;
  white-space: nowrap;
  align-items: baseline;
}
.p-oneday-schedule__0to2yearsOldTabContent--red {
  color: #e94e6e;
}
.p-oneday-schedule__0to2yearsOldTabContent--blue {
  color: #008ace;
}
.p-oneday-schedule__0to2yearsOldTabContent--ocher {
  color: #cb8e33;
}
.p-oneday-schedule__0to2yearsOldTabEnglish {
  font-size: 32px;
  font-size: 2rem;
  line-height: 0.03125;
  letter-spacing: normal;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .p-oneday-schedule__0to2yearsOldTabEnglish {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 0.0416666667;
    letter-spacing: normal;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__0to2yearsOldTabEnglish {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 0.05;
    letter-spacing: normal;
    font-weight: 700;
  }
}
.p-oneday-schedule__0to2yearsOldTabJapanese {
  font-size: 32px;
  font-size: 2rem;
  line-height: 0.03125;
  letter-spacing: normal;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .p-oneday-schedule__0to2yearsOldTabJapanese {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 0.0416666667;
    letter-spacing: normal;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__0to2yearsOldTabJapanese {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 0.05;
    letter-spacing: normal;
    font-weight: 700;
  }
}
.p-oneday-schedule__3to5yearsOldTimeline {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  gap: 100px;
}
.p-oneday-schedule__0to2yearsOldTimeline {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  gap: 64px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .p-oneday-schedule__0to2yearsOldTimeline {
    width: 40%;
    gap: 42px;
  }
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__0to2yearsOldTimeline {
    width: 60%;
  }
}
@media screen and (max-width: 430px) {
  .p-oneday-schedule__0to2yearsOldTimeline {
    width: 100%;
  }
}
.p-oneday-schedule__3to5yearsOldTimelineContent {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  gap: 60px;
  height: 250px;
}
@media screen and (max-width: 1200px) {
  .p-oneday-schedule__3to5yearsOldTimelineContent {
    height: 400px;
    gap: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__3to5yearsOldTimelineContent {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    gap: 20px;
    height: 370px;
  }
}
@media screen and (max-width: 430px) {
  .p-oneday-schedule__3to5yearsOldTimelineContent {
    height: 330px;
  }
}
.p-oneday-schedule__3to5yearsOldTimelineContent:last-child .c-onedayScheduleTime3to5yearsOld::after {
  display: none;
}
.p-oneday-schedule__3to5yearsOldTimelineContent--noImage {
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__3to5yearsOldTimelineContent--noImage {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
  }
}
.p-oneday-schedule__0to2yearsOldTimelineContent {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  gap: 36px;
  height: 52px;
}
.p-oneday-schedule__0to2yearsOldTimelineContent:last-child .c-onedayScheduleTime2yearsOld::after,
.p-oneday-schedule__0to2yearsOldTimelineContent:last-child .c-onedayScheduleTime1yearsOld::after,
.p-oneday-schedule__0to2yearsOldTimelineContent:last-child .c-onedayScheduleTime1yearsOldNoClock::after,
.p-oneday-schedule__0to2yearsOldTimelineContent:last-child .c-onedayScheduleTime0yearsOld::after,
.p-oneday-schedule__0to2yearsOldTimelineContent:last-child .c-onedayScheduleTime0yearsOldNoClock::after {
  display: none;
}
.p-oneday-schedule__butterfly {
  position: absolute;
  top: -52px;
  right: -87px;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__butterfly {
    left: 130px;
    width: 60px;
  }
}
@media screen and (max-width: 430px) {
  .p-oneday-schedule__butterfly {
    left: 100px;
    top: -40px;
    width: 46px;
  }
}
.p-oneday-schedule__3to5yearsOldTimelineDetail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  gap: 46px;
}
@media screen and (max-width: 1200px) {
  .p-oneday-schedule__3to5yearsOldTimelineDetail {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__3to5yearsOldTimelineDetail {
    margin-left: 110px;
  }
}
@media screen and (max-width: 430px) {
  .p-oneday-schedule__3to5yearsOldTimelineDetail {
    margin-left: 74px;
  }
}
.p-oneday-schedule__3to5yearsOldTimelineDetailNoImage {
  margin-left: 396px;
}
@media screen and (max-width: 1200px) {
  .p-oneday-schedule__3to5yearsOldTimelineDetailNoImage {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__3to5yearsOldTimelineDetailNoImage {
    margin-left: 30px;
  }
}
.p-oneday-schedule__3to5yearsOldTimelineDetailImage {
  width: 350px;
  height: 250px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__3to5yearsOldTimelineDetailImage {
    width: 57vw;
    height: auto;
    max-width: 274px;
  }
}
@media screen and (max-width: 430px) {
  .p-oneday-schedule__3to5yearsOldTimelineDetailImage {
    width: 70vw;
  }
}
.p-oneday-schedule__3to5yearsOldTimelineDetailText {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__3to5yearsOldTimelineDetailText {
    gap: 14px;
  }
}
.p-oneday-schedule__3to5yearsOldTimelineDetailTitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: normal;
  font-weight: 700;
  border-radius: 10px;
  padding: 8px 0;
  width: 240px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__3to5yearsOldTimelineDetailTitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6666666667;
    letter-spacing: normal;
    font-weight: 700;
    width: 180px;
  }
}
@media screen and (max-width: 430px) {
  .p-oneday-schedule__3to5yearsOldTimelineDetailTitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 700;
    width: 150px;
    padding: 4px 0;
  }
}
.p-oneday-schedule__3to5yearsOldTimelineDetailTitle--red {
  color: #e94e6e;
  border: 1px solid #e94e6e;
}
.p-oneday-schedule__3to5yearsOldTimelineDetailTitle--blue {
  color: #008ace;
  border: 1px solid #008ace;
}
.p-oneday-schedule__3to5yearsOldTimelineDetailDescription {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: normal;
  font-weight: 400;
  color: #212227;
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__3to5yearsOldTimelineDetailDescription {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: normal;
    font-weight: 400;
  }
}
@media screen and (max-width: 430px) {
  .p-oneday-schedule__3to5yearsOldTimelineDetailDescription {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.p-oneday-schedule__0to2yearsOldTimelineDetailDescription {
  color: #212227;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__0to2yearsOldTimelineDetailDescription {
    font-size: 14px;
  }
}
.p-oneday-schedule__annotation {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__annotation {
    margin-top: 20px;
  }
}
.p-oneday-schedule__annotation__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 400;
  color: #212227;
  text-align: left;
  line-height: 180%;
  width: 80%;
}
.p-oneday-schedule__annotation__text--japanese {
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-oneday-schedule__annotation__text--english {
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-oneday-schedule__annotation__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: normal;
    font-weight: 400;
    width: 90%;
  }
}

.p-education {
  background: #fefefe;
}
.p-education__wrapper {
  border-radius: 40px;
  overflow: hidden;
  background: #FFFDF1;
}
.p-education__container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16.25px;
  overflow: visible;
}
.p-education__container::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -9999;
}
.p-education__container:last-child {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-education__container:last-child {
    padding-bottom: 100px;
  }
}
.p-education__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-education__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 500;
  }
}
.p-education__body {
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-education__body {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
  }
}
.p-education__text {
  max-width: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .p-education__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.p-education__inview-animation {
  opacity: 0;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.p-education__inview-animation--left {
  transform: translateX(-50px);
  transform-origin: bottom left;
}
.p-education__inview-animation--right {
  transform: translateX(50px);
  transform-origin: bottom right;
}
.p-education__inview-animation.is-inview {
  opacity: 1;
  transform: translateX(0);
}
.p-education-english__container {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .p-education-english__container {
    margin-top: 100px;
  }
}
.p-education-english__container::before {
  top: -130px;
  left: -150px;
  width: 536px;
  height: 490px;
  background-image: url("https://owada.lwsandbox.com/file/box/assets/img/owada-education-bubble-english.svg");
  background-size: 80%;
}
@media screen and (max-width: 768px) {
  .p-education-english__container::before {
    top: -185px;
    left: -190px;
    background-size: 50%;
  }
}
.p-education-english__title {
  color: #ffffff;
}
.p-education-physical__container {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .p-education-physical__container {
    margin-top: 70px;
  }
}
.p-education-physical__container::before {
  top: -120px;
  right: -180px;
  width: 630px;
  height: 630px;
  background-image: url("https://owada.lwsandbox.com/file/box/assets/img/owada-education-bubble-physical.svg");
  background-size: 80%;
}
@media screen and (max-width: 768px) {
  .p-education-physical__container::before {
    top: -210px;
    background-size: 50%;
    right: -240px;
  }
}
.p-education-physical__text {
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-education-physical__text {
    order: 2;
  }
}
.p-education-physical__image {
  order: 2;
}
@media screen and (max-width: 768px) {
  .p-education-physical__image {
    order: 1;
  }
}
.p-education-physical__title {
  color: #e94e6e;
  text-align: right;
}
.p-education-swimming__container {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .p-education-swimming__container {
    margin-top: 50px;
  }
}
.p-education-swimming__container::before {
  top: -190px;
  left: -120px;
  width: 650px;
  height: 650px;
  background-image: url("https://owada.lwsandbox.com/file/box/assets/img/owada-education-bubble-swimming.svg");
  background-size: 80%;
}
@media screen and (max-width: 768px) {
  .p-education-swimming__container::before {
    top: -230px;
    left: -180px;
    background-size: 50%;
  }
}
.p-education-swimming__title {
  color: #ffffff;
}
.p-education-library__container {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .p-education-library__container {
    margin-top: 60px;
  }
}
.p-education-library__container::before {
  top: -120px;
  right: -200px;
  width: 620px;
  height: 620px;
  background-image: url("https://owada.lwsandbox.com/file/box/assets/img/owada-education-bubble-library.svg");
  background-size: 80%;
}
@media screen and (max-width: 768px) {
  .p-education-library__container::before {
    top: -190px;
    background-size: 50%;
    right: -240px;
  }
}
.p-education-library__text {
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-education-library__text {
    order: 2;
  }
}
.p-education-library__image {
  order: 2;
}
@media screen and (max-width: 768px) {
  .p-education-library__image {
    order: 1;
  }
}
.p-education-library__title {
  color: #cb8e33;
  text-align: right;
}
.p-education-food__container {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .p-education-food__container {
    margin-top: 60px;
  }
}
.p-education-food__container::before {
  top: -170px;
  left: -130px;
  width: 630px;
  height: 630px;
  background-image: url("https://owada.lwsandbox.com/file/box/assets/img/owada-education-bubble-food.svg");
  background-size: 80%;
}
@media screen and (max-width: 768px) {
  .p-education-food__container::before {
    top: -240px;
    left: -200px;
    background-size: 50%;
  }
}
.p-education-food__body {
  align-items: flex-start;
}
.p-education-food__title {
  color: #ffffff;
}
.p-education-food__text {
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .p-education-food__text {
    margin-top: 0;
  }
}

.p-news {
  background-color: #fefefe;
}
@media screen and (max-width: 768px) {
  .p-news {
    padding-bottom: 52px;
  }
}
.p-news__list {
  padding: 0 20px 104px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-news__list {
    padding: 0 20px 40px;
  }
}

.p-news-info {
  background-color: #fefefe;
}
.p-news-info__content {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.p-news-info__head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
}
.p-news-info__date {
  font-family: Montserrat;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-news-info__date {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5384615385;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.p-news-info__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  display: inline-block;
  background-image: repeating-linear-gradient(90deg, #008ace, #008ace 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-news-info__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
  }
}
.p-news-info__body {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-news-info__body {
    margin-top: 24px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.p-news-info__button-container {
  text-align: center;
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .p-news-info__button-container {
    padding: 40px 0 50px;
    margin-top: 0;
  }
}

.p-toddler {
  background: url("https://owada.lwsandbox.com/file/box/assets/img/owada-toddler-bubble-yellow.svg"), url("https://owada.lwsandbox.com/file/box/assets/img/owada-toddler-bubble-green.svg"), url("https://owada.lwsandbox.com/file/box/assets/img/owada-toddler-bubble-pink.svg");
  background-repeat: no-repeat;
  background-position: left 0 top 160px, center right, left 0 bottom 50px;
  background-color: #fefefe;
}
@media screen and (max-width: 768px) {
  .p-toddler {
    padding-bottom: 52px;
    background-position: left -150px top 300px, right -450px center, left 0 bottom 130px;
  }
}
.p-toddler__wrapper {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.p-toddler__summary {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-toddler__summary {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.p-toddler__content {
  margin: 76px 0 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-toddler__content {
    margin: 52px 0 0;
  }
}
.p-toddler__body {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.p-toddler__body ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 5px;
  list-style-type: none;
  padding-left: 15px;
}
.p-toddler__body ul li {
  text-indent: -1em;
}
.p-toddler__body ul li:before {
  content: "・";
  text-indent: -1em;
  color: #008ace;
}
.p-toddler__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  display: inline-block;
  background-image: repeating-linear-gradient(90deg, #008ace, #008ace 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-toddler__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
  }
}
.p-toddler__fiscal-year {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 500;
  margin: 12px 0 30px;
}
@media screen and (max-width: 768px) {
  .p-toddler__fiscal-year {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 500;
    margin: 12px 0 0;
  }
}
.p-toddler__schedule-list {
  max-width: 978px;
  margin: 20px auto 0;
  box-sizing: border-box;
}
.p-toddler__schedule-note {
  max-width: 978px;
  margin: 20px auto 0;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-toddler__schedule-note {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: normal;
    font-weight: 400;
  }
}

.p-toddler-info {
  background-color: #fefefe;
}
@media screen and (max-width: 768px) {
  .p-toddler-info {
    padding-bottom: 52px;
  }
}
.p-toddler-info__content {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.p-toddler-info__head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
}
.p-toddler-info__date {
  font-family: Montserrat;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: normal;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-toddler-info__date {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    letter-spacing: normal;
    font-weight: 600;
  }
}
.p-toddler-info__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  display: inline-block;
  background-image: repeating-linear-gradient(90deg, #008ace, #008ace 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-toddler-info__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
  }
}
.p-toddler-info__image-block {
  text-align: center;
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .p-toddler-info__image-block {
    margin-top: 20px;
  }
}
.p-toddler-info__image {
  border-radius: 4px;
  border: 8px solid #FFF;
  background: url(<path-to-image>) lightgray 0px 0px/100% 100% no-repeat, #FFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.p-toddler-info__body {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-toddler-info__body {
    margin-top: 24px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.p-toddler-info__button-container {
  text-align: center;
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .p-toddler-info__button-container {
    padding: 40px 0 50px;
    margin-top: 0;
  }
}

.p-owada-contact {
  background: #fefefe;
  padding: 100px 0 0;
  position: relative;
}
.p-owada-contact--check {
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .p-owada-contact {
    padding: 0;
  }
}
.p-owada-contact__sun {
  display: block;
  width: 331px;
  margin: 0 auto -5px;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__sun {
    width: 200px;
  }
}
.p-owada-contact__info {
  max-width: 864px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.p-owada-contact__info-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: normal;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__info-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.1428571429;
    letter-spacing: normal;
    font-weight: 500;
  }
}
.p-owada-contact__tel-container {
  border-radius: 20px;
  border: 1px solid #cb8e33;
  padding: 60px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  margin-top: 40px;
  background: #fffdf1 url("https://owada.lwsandbox.com/file/box/assets/img/owada-contact-dot.svg") repeat;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__tel-container {
    width: 100%;
    padding: 33px 0;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 14px;
  }
}
.p-owada-contact__tel-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__tel-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: normal;
    font-weight: 500;
  }
}
.p-owada-contact__tel-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 0.6666666667;
  letter-spacing: normal;
  font-weight: 700;
  font-family: Montserrat;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__tel-number {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .p-owada-contact__tel-number img {
    width: 16px;
    height: 16px;
  }
}
.p-owada-contact__tel-time {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  margin-left: 34px;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__tel-time {
    margin-left: 0;
  }
}
.p-owada-contact__guide {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: normal;
  font-weight: 400;
  text-align: center;
  margin: 80px auto 100px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__guide {
    margin: 40px auto 60px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.p-owada-contact__title-container {
  text-align: center;
  margin: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__title-container {
    margin: 40px 0 20px;
  }
}
.p-owada-contact__title-container--check {
  margin: 0 0 111px;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__title-container--check {
    margin: 0 0 60px;
  }
}
.p-owada-contact__title-container--comp {
  margin: 140px 0 60px;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__title-container--comp {
    margin: 60px 0 40px;
  }
}
.p-owada-contact__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  display: inline-block;
  background-image: repeating-linear-gradient(90deg, #cb8e33, #cb8e33 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
  }
}
.p-owada-contact__form-wrapper--input {
  padding: 24px 0 120px;
  background: #fff9f1;
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__form-wrapper--input {
    padding: 24px 0 46px;
  }
}
.p-owada-contact__form-container--input {
  max-width: 728px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.p-owada-contact__form-container--check {
  padding: 110px 0 120px;
  background: #fff9f1;
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__form-container--check {
    padding: 76px 0 100px;
  }
}
.p-owada-contact__form-container--comp {
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__form-container--comp {
    padding: 40px 20px 0;
  }
}
.p-owada-contact__form-inner {
  max-width: 728px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.p-owada-contact__eq {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: normal;
  font-weight: 500;
  color: #e94e6e;
  text-align: right;
  padding: 0 85px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__eq {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 500;
    padding: 0 20px;
    margin-bottom: 24px;
  }
}
.p-owada-contact__form-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  display: inline-block;
  background-image: repeating-linear-gradient(90deg, #008ace, #008ace 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-bottom: 10px;
  margin: 80px 0 30px;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__form-title {
    margin: 40px 0 20px;
  }
}
.p-owada-contact__term-container {
  margin: 100px 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__term-container {
    margin: 60px 0 32px;
  }
}
.p-owada-contact__term-text {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__term-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: -0.5px;
    font-weight: 400;
    margin-bottom: 26px;
  }
}
.p-owada-contact__term-text a {
  text-decoration: underline;
}
.p-owada-contact__button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 40px;
    padding-bottom: 54px;
  }
}
.p-owada-contact__check-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  margin: 60px 0 100px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: -0.5px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__check-container {
    margin: 60px 0 60px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: -0.5px;
    font-weight: 400;
  }
}
.p-owada-contact__comp-text {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__comp-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 60px;
  }
}
.p-owada-contact__sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__sp-br {
    display: block;
  }
}
.p-owada-contact__pc-br {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-owada-contact__pc-br {
    display: none;
  }
}

.p-access {
  background: #fefefe;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 141px;
}
.p-access__item {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.p-access__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  display: inline-block;
  background-image: repeating-linear-gradient(90deg, #008ace, #008ace 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-access__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.p-access__image-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
.p-access__map-container {
  width: 100%;
  max-width: 654px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
.p-access__map {
  width: 100%;
  aspect-ratio: 654/504;
  border: 0;
}

.p-noticeBox {
  display: flex;
  justify-content: center;
  padding: 30px 20px;
  margin: 40px;
}
@media screen and (max-width: 430px) {
  .p-noticeBox {
    margin: 0;
    padding: 30px 20px 10px 20px;
  }
}

.p-noticeBox__text {
  border: 1px solid #d97a5a;
  border-radius: 6px;
  padding: 30px 40px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 500;
  color: #D97D55;
  margin: 0;
  text-align: center;
  font-family: "Kiwi Maru";
  line-height: 24px;
}
@media screen and (max-width: 1000px) {
  .p-noticeBox__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 430px) {
  .p-noticeBox__text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 18px 14px;
    white-space: nowrap;
  }
}

.p-supportCenterIndex {
  background-color: #fefefe;
  padding: 60px 0 90px 0;
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
  width: 88%;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .p-supportCenterIndex {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0;
    width: 90%;
    gap: 32px;
  }
}
.p-supportCenterIndex__header {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 430px) {
  .p-supportCenterIndex__header {
    margin-bottom: 24px;
  }
}
.p-supportCenterIndex__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Kiwi Maru", serif;
  color: #303c44;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 768px) {
  .p-supportCenterIndex__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
@media screen and (max-width: 430px) {
  .p-supportCenterIndex__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.1538461538;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-supportCenterIndex__subtitle {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.0714285714;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0;
  font-family: "Kiwi Maru", serif;
  line-height: 34px;
}
@media screen and (max-width: 430px) {
  .p-supportCenterIndex__subtitle {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.3636363636;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-supportCenterIndex__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0 0 40px 0;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-supportCenterIndex__description {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 430px) {
  .p-supportCenterIndex__description {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 24px;
  }
}
.p-supportCenterIndex__infoSection {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 430px) {
  .p-supportCenterIndex__infoSection {
    gap: 12px;
  }
}
.p-supportCenterIndex__infoItem {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 430px) {
  .p-supportCenterIndex__infoItem {
    gap: 12px;
  }
}
.p-supportCenterIndex__infoLabel {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  letter-spacing: 0px;
  font-weight: 500;
  color: #fefefe;
  background-color: #d97a5a;
  width: 120px;
  margin: 0;
  padding: 12px 0;
  flex-shrink: 0;
  border-radius: 6px;
  min-width: 100px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 430px) {
  .p-supportCenterIndex__infoLabel {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 12px 12px;
    min-width: 80px;
  }
}
.p-supportCenterIndex__infoContent {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0;
  flex: 1;
  line-height: 1.8;
}
@media screen and (max-width: 430px) {
  .p-supportCenterIndex__infoContent {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-supportCenterIndex__imageContainer {
  align-self: center;
}
.p-supportCenterIndex__image {
  width: 100%;
  max-width: 700px;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-supportCenterIndex__image {
    max-width: 500px;
  }
}
@media screen and (max-width: 430px) {
  .p-supportCenterIndex__image {
    max-width: 100%;
  }
}
.p-supportCenterIndex__separator-line {
  width: 30%;
}
@media screen and (max-width: 1000px) {
  .p-supportCenterIndex__separator-line {
    width: 50%;
  }
}
.p-supportCenterIndex__br {
  display: none;
}
@media screen and (max-width: 430px) {
  .p-supportCenterIndex__br {
    display: block;
  }
}
.p-supportCenterIndex__sp-space {
  display: none;
}
@media screen and (max-width: 430px) {
  .p-supportCenterIndex__sp-space {
    display: inline;
  }
}
.p-supportCenterIndex__br--pc {
  display: block;
}
@media screen and (max-width: 430px) {
  .p-supportCenterIndex__br--pc {
    display: none;
  }
}

.p-supportCenterIndexDescription {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  color: #303c44;
  margin: 40px 0 100px 0;
  text-align: center;
  width: 88%;
}
@media screen and (max-width: 430px) {
  .p-supportCenterIndexDescription {
    font-size: 12px;
    line-height: 24px;
    margin: 30px 0 50px 0;
    width: 90%;
  }
}

.p-supportCenterIntro {
  background-color: #FFF9E5;
  padding: 100px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-supportCenterIntro {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 430px) {
  .p-supportCenterIntro {
    padding: 40px 10px;
  }
}
.p-supportCenterIntro__br {
  display: none;
}
@media screen and (max-width: 430px) {
  .p-supportCenterIntro__br {
    display: block;
  }
}
.p-supportCenterIntro__br--pc {
  display: block;
}
@media screen and (max-width: 430px) {
  .p-supportCenterIntro__br--pc {
    display: none;
  }
}
.p-supportCenterIntro__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 30px;
}
@media screen and (max-width: 1000px) {
  .p-supportCenterIntro__container {
    padding: 0 10px;
  }
}
.p-supportCenterIntro__header {
  margin-bottom: 30px;
}
@media screen and (max-width: 430px) {
  .p-supportCenterIntro__header {
    margin-bottom: 24px;
  }
}
.p-supportCenterIntro__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #d97a5a;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-supportCenterIntro__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
@media screen and (max-width: 430px) {
  .p-supportCenterIntro__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-supportCenterIntro__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0 0 50px 0;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-supportCenterIntro__description {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .p-supportCenterIntro__description {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 32px;
    text-align: left;
  }
}
.p-supportCenterIntro__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-supportCenterIntro__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-self: center;
  }
}
@media screen and (max-width: 430px) {
  .p-supportCenterIntro__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 32px;
  }
}
.p-supportCenterIntro__card {
  position: relative;
  justify-content: center;
  background-color: #fefefe;
  border: 2px solid #cfcfcf;
  border-radius: 8px;
  padding: 48px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 16px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .p-supportCenterIntro__card {
    padding: 24px 16px;
    gap: 12px;
    min-height: auto;
    height: 120px;
    border-radius: 10px;
  }
}
.p-supportCenterIntro__card-number {
  position: absolute;
  bottom: 30px;
  right: 20px;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4117647059;
  letter-spacing: 0px;
  font-weight: 500;
  color: #d97a5a;
  margin: 0;
  align-self: flex-end;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 768px) {
  .p-supportCenterIntro__card-number {
    bottom: 14px;
  }
}
@media screen and (max-width: 430px) {
  .p-supportCenterIntro__card-number {
    line-height: 34px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0px;
    font-weight: 500;
    bottom: 14px;
    right: 15px;
  }
}
.p-supportCenterIntro__card-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 700;
  color: #303c44;
  margin: 0;
  line-height: 1.8;
  align-self: center;
}
@media screen and (max-width: 430px) {
  .p-supportCenterIntro__card-text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0px;
    font-weight: 500;
    align-self: flex-start;
  }
}
.p-supportCenterIntro__footer-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0;
  text-align: left;
  line-height: 32px;
}
@media screen and (max-width: 430px) {
  .p-supportCenterIntro__footer-text {
    line-height: 24px;
    font-size: 12px;
  }
}

.p-playroom {
  background-color: #fefefe;
  padding: 100px 0;
  width: 100%;
  padding: 90px 20px;
}
@media screen and (max-width: 430px) {
  .p-playroom {
    padding: 40px 20px;
  }
}
.p-playroom__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-playroom__header {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 430px) {
  .p-playroom__header {
    margin-bottom: 32px;
  }
}
.p-playroom__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #d97a5a;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-playroom__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
@media screen and (max-width: 430px) {
  .p-playroom__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-playroom__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.p-playroom__rabbit-image {
  width: 367px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .p-playroom__rabbit-image {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .p-playroom__rabbit-image {
    display: none;
  }
}
.p-playroom__rabbit-image-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-playroom__rabbit-image-sp {
    display: block;
    align-self: center;
    padding-top: 40px;
    width: auto;
    max-width: 80%;
    height: auto;
    object-fit: contain;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .p-playroom__rabbit-image-sp {
    max-width: 70%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 430px) {
  .p-playroom__rabbit-image-sp {
    max-width: 100%;
  }
}
.p-playroom__facility-name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0;
  line-height: 1.8;
  text-align: left;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 768px) {
  .p-playroom__facility-name {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
@media screen and (max-width: 430px) {
  .p-playroom__facility-name {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-playroom__description {
  margin: 0;
}
.p-playroom__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0;
  line-height: 34px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-playroom__text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
@media screen and (max-width: 430px) {
  .p-playroom__text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-playroom__slider {
  margin: 72px calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-playroom__slider {
    margin: 32px calc(50% - 50vw);
  }
}
@media screen and (max-width: 430px) {
  .p-playroom__slider {
    margin: 24px calc(50% - 50vw);
  }
}
@media screen and (max-width: 430px) {
  .p-playroom__slider .slick-slide {
    width: 240px !important;
  }
}
.p-playroom__sliderItem img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (max-width: 430px) {
  .p-playroom__sliderItem img {
    width: 240px;
    height: auto;
    object-fit: cover;
  }
}

.p-usageGuideStampCard__container {
  position: relative;
  width: 100%;
}

.p-usageGuide {
  background-color: #fff9f1;
  padding: 100px 0 183px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-usageGuide {
    padding: 50px 20px 146px 20px;
  }
}
@media screen and (max-width: 430px) {
  .p-usageGuide {
    padding: 40px 20px 244px 20px;
  }
}
.p-usageGuide__br--pc {
  display: block;
}
@media screen and (max-width: 430px) {
  .p-usageGuide__br--pc {
    display: none;
  }
}
.p-usageGuide__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-usageGuide__container {
    padding: 0;
  }
}
.p-usageGuide__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #d97a5a;
  margin: 0 0 24px 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-usageGuide__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  .p-usageGuide__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 16px;
  }
}
.p-usageGuide__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0 0 50px 0;
  line-height: 30px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-usageGuide__description {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .p-usageGuide__description {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 32px;
  }
}
.p-usageGuide__section {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 430px) {
  .p-usageGuide__section {
    margin-bottom: 40px;
  }
}
.p-usageGuide__section:last-of-type {
  margin-bottom: 50px;
}
@media screen and (max-width: 430px) {
  .p-usageGuide__section:last-of-type {
    margin-bottom: 40px;
  }
}
.p-usageGuide__sectionTitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0 0 20px 0;
  text-align: left;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 768px) {
  .p-usageGuide__sectionTitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 430px) {
  .p-usageGuide__sectionTitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 12px;
  }
}
.p-usageGuide__highlight {
  color: #e94e6e;
}
.p-usageGuide__buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 430px) {
  .p-usageGuide__buttons {
    gap: 20px;
    flex-direction: column;
  }
}
.p-usageGuide__button {
  display: inline-block;
  padding: 24px 50px;
  border-radius: 60px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 430px) {
  .p-usageGuide__button {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 600;
    padding: 25px 50px;
    width: 100%;
  }
}
.p-usageGuide__button--primary {
  background-color: #d97a5a;
  color: #fefefe;
}
.p-usageGuide__button--primary:hover {
  background-color: #E39E80;
}
.p-usageGuide__button--secondary {
  background-color: #fefefe;
  color: #d97a5a;
  border: 1px solid #d97a5a;
}
.p-usageGuide__button--secondary:hover {
  background-color: #F7E8E2;
  border-color: #D97D55;
}
.p-usageGuide__noteContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.p-usageGuide__note {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .p-usageGuide__note {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-usageGuide__annotation {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .p-usageGuide__annotation {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-usageGuide__cardSection {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 430px) {
  .p-usageGuide__cardSection {
    margin-bottom: 40px;
  }
}
.p-usageGuide__cardTitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 600;
  color: #303c44;
  margin: 0 0 20px 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-usageGuide__cardTitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 430px) {
  .p-usageGuide__cardTitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 12px;
  }
}
.p-usageGuide__cardImage {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 430px) {
  .p-usageGuide__cardImage {
    margin-bottom: 24px;
  }
}
.p-usageGuide__image {
  width: 48%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .p-usageGuide__image {
    width: 70%;
  }
}
@media screen and (max-width: 430px) {
  .p-usageGuide__image {
    width: 100%;
  }
}

.p-stampCard {
  position: absolute;
  background-color: #fffdf1;
  padding: 40px 74px;
  border: 1px solid #8a8a8a;
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 55%;
}
@media screen and (max-width: 1000px) {
  .p-stampCard {
    max-width: 100%;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .p-stampCard {
    padding: 50px 20px;
    width: 90%;
  }
}
@media screen and (max-width: 430px) {
  .p-stampCard {
    padding: 36px 20px;
  }
}
.p-stampCard__br {
  display: none;
}
@media screen and (max-width: 430px) {
  .p-stampCard__br {
    display: block;
  }
}
.p-stampCard__container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-stampCard__container {
    padding: 0;
  }
}
.p-stampCard__content {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-stampCard__content {
    gap: 40px;
  }
}
@media screen and (max-width: 430px) {
  .p-stampCard__content {
    gap: 32px;
    flex-direction: column;
  }
}
.p-stampCard__imageWrapper {
  width: 170px;
  height: auto;
}
.p-stampCard__image {
  width: 100%;
  height: auto;
  display: block;
}
.p-stampCard__textWrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-stampCard__textWrapper {
    width: 100%;
    align-items: flex-start;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .p-stampCard__textWrapper {
    align-items: center;
    gap: 4px;
  }
}
.p-stampCard__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-stampCard__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
@media screen and (max-width: 430px) {
  .p-stampCard__text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0px;
    font-weight: 500;
    text-align: center;
  }
}
.p-stampCard__annotation {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-stampCard__annotation {
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .p-stampCard__annotation {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 500;
  }
}

.p-childcareClass {
  background-color: #fefefe;
  padding: 100px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-childcareClass {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 430px) {
  .p-childcareClass {
    padding: 20px 0;
  }
}
.p-childcareClass__br {
  display: none;
}
@media screen and (max-width: 430px) {
  .p-childcareClass__br {
    display: block;
  }
}
.p-childcareClass__br--pc {
  display: block;
}
@media screen and (max-width: 430px) {
  .p-childcareClass__br--pc {
    display: none;
  }
}
.p-childcareClass__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-childcareClass__container {
    padding: 0 10px;
  }
}
.p-childcareClass__header {
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (max-width: 430px) {
  .p-childcareClass__header {
    margin-bottom: 20px;
  }
}
.p-childcareClass__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #d97a5a;
  margin: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-childcareClass__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
@media screen and (max-width: 430px) {
  .p-childcareClass__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-childcareClass__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0;
  text-align: center;
  line-height: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-childcareClass__description {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
@media screen and (max-width: 430px) {
  .p-childcareClass__description {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 24px;
  }
}
.p-childcareClass__comingSoon {
  font-size: 32px;
  font-size: 2rem;
  line-height: 0.625;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0;
  text-align: center;
  line-height: 20px;
  font-family: "Kiwi Maru";
  margin-top: 40px;
}
@media screen and (max-width: 430px) {
  .p-childcareClass__comingSoon {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-childcareClass__recentSection {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-childcareClass__recentSection {
    margin-top: 50px;
  }
}
@media screen and (max-width: 430px) {
  .p-childcareClass__recentSection {
    margin-top: 60px;
  }
}
.p-childcareClass__recentTitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #d97a5a;
  margin: 0 0 40px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-childcareClass__recentTitle {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 430px) {
  .p-childcareClass__recentTitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 12px;
  }
}
.p-childcareClass__cards {
  display: grid;
  grid-template-columns: repeat(3, 443px);
  margin: 0 auto;
  gap: 24px;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-childcareClass__cards {
    grid-template-columns: repeat(2, 443px);
    gap: 20px;
  }
  .p-childcareClass__cards > :nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
  }
}
@media screen and (max-width: 1000px) {
  .p-childcareClass__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    padding: 0 20px;
  }
  .p-childcareClass__cards > :nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-childcareClass__cards {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    padding: 0 20px;
    justify-content: center;
  }
  .p-childcareClass__cards > :nth-child(3) {
    grid-column: unset;
    justify-self: unset;
    max-width: unset;
  }
}
@media screen and (max-width: 430px) {
  .p-childcareClass__cards {
    grid-template-columns: 1fr;
    gap: 40px;
    width: 100%;
    padding: 0;
    justify-content: unset;
  }
  .p-childcareClass__cards > :nth-child(3) {
    grid-column: unset;
    justify-self: unset;
  }
}
.p-childcareClass__entry {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.p-childcareClass__entry__link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  color: #d97a5a;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 430px) {
  .p-childcareClass__entry__link {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.1666666667;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
.p-childcareClass__entry__link::after {
  content: "→";
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 0.5em;
}
.p-childcareClass__entry__link:hover::after {
  transform: translateX(4px);
}
.p-childcareClass__entry__link:hover {
  opacity: 0.7;
}

.p-contactAndRecruitment {
  background-color: #fefefe;
  padding: 100px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contactAndRecruitment {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment {
    padding: 40px 20px;
  }
}
.p-contactAndRecruitment__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-contactAndRecruitment__container {
    padding: 0;
    gap: 50px;
  }
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__container {
    gap: 40px;
  }
}
.p-contactAndRecruitment__content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-contactAndRecruitment__content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__content {
    gap: 40px;
  }
}
.p-contactAndRecruitment__contactSection, .p-contactAndRecruitment__recruitmentSection {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__contactSection, .p-contactAndRecruitment__recruitmentSection {
    gap: 16px;
  }
}
.p-contactAndRecruitment__sectionTitle {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  color: #d97a5a;
  margin: 0;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 768px) {
  .p-contactAndRecruitment__sectionTitle {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__sectionTitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
.p-contactAndRecruitment__contactBox, .p-contactAndRecruitment__recruitmentBox {
  background-color: #fdf7f0;
  padding: 24px;
  border-radius: 8px;
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__contactBox, .p-contactAndRecruitment__recruitmentBox {
    padding: 20px;
  }
}
.p-contactAndRecruitment__facilityName {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 600;
  color: #303c44;
  margin: 0 0 20px 0;
  line-height: 1.8;
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__facilityName {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 16px;
  }
}
.p-contactAndRecruitment__addressSection, .p-contactAndRecruitment__phoneSection {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__addressSection, .p-contactAndRecruitment__phoneSection {
    margin-bottom: 12px;
  }
}
.p-contactAndRecruitment__addressSection:last-child, .p-contactAndRecruitment__phoneSection:last-child {
  margin-bottom: 0;
}
.p-contactAndRecruitment__addressLabel, .p-contactAndRecruitment__phoneLabel {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0px;
  font-weight: 600;
  color: #303c44;
  margin: 0;
  flex-shrink: 0;
  min-width: 60px;
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__addressLabel, .p-contactAndRecruitment__phoneLabel {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 600;
    min-width: 50px;
  }
}
.p-contactAndRecruitment__address, .p-contactAndRecruitment__phone {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0;
  flex: 1;
  line-height: 1.8;
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__address, .p-contactAndRecruitment__phone {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-contactAndRecruitment__address a, .p-contactAndRecruitment__phone a {
  color: #d97a5a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-contactAndRecruitment__address a:hover, .p-contactAndRecruitment__phone a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.p-contactAndRecruitment__recruitmentItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__recruitmentItem {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-contactAndRecruitment__recruitmentLabel {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 600;
  color: #303c44;
  margin: 0;
  flex: 1;
  line-height: 1.8;
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__recruitmentLabel {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
.p-contactAndRecruitment__recruitmentLink {
  display: inline-block;
  padding: 8px 16px;
  background-color: transparent;
  color: #d97a5a;
  text-decoration: none;
  border: 2px solid #d97a5a;
  border-radius: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__recruitmentLink {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 600;
    padding: 6px 12px;
    width: 100%;
    text-align: center;
  }
}
.p-contactAndRecruitment__recruitmentLink:hover {
  background-color: #d97a5a;
  color: #fefefe;
}
.p-contactAndRecruitment__relatedLinks {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__relatedLinks {
    gap: 16px;
  }
}
.p-contactAndRecruitment__relatedLinksTitle {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  color: #d97a5a;
  margin: 0;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 768px) {
  .p-contactAndRecruitment__relatedLinksTitle {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__relatedLinksTitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
.p-contactAndRecruitment__linksList {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-contactAndRecruitment__linkItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background-color: #fdf7f0;
  border-radius: 4px;
  text-decoration: none;
  color: #303c44;
  transition: all 0.3s ease;
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__linkItem {
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.p-contactAndRecruitment__linkItem:hover {
  background-color: #f5ede0;
}
.p-contactAndRecruitment__linkItem span:first-child {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 600;
  color: #303c44;
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__linkItem span:first-child {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
.p-contactAndRecruitment__externalIcon {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  color: #d97a5a;
  flex-shrink: 0;
}
@media screen and (max-width: 430px) {
  .p-contactAndRecruitment__externalIcon {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 600;
  }
}

.p-letter {
  margin-top: 172px;
  background-color: #fefefe;
  padding: 100px 0;
  width: 100%;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-letter {
    padding: 50px 20px;
    margin-top: 200px;
  }
}
@media screen and (max-width: 430px) {
  .p-letter {
    padding: 40px 10px;
    margin-top: 250px;
  }
}
.p-letter__br {
  display: none;
}
@media screen and (max-width: 430px) {
  .p-letter__br {
    display: block;
  }
}
.p-letter__br--pc {
  display: block;
}
@media screen and (max-width: 430px) {
  .p-letter__br--pc {
    display: none;
  }
}
.p-letter__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-letter__container {
    padding: 0;
  }
}
.p-letter__header {
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (max-width: 430px) {
  .p-letter__header {
    margin-bottom: 20px;
  }
}
.p-letter__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #d97a5a;
  margin: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-letter__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
@media screen and (max-width: 430px) {
  .p-letter__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-letter__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0 0 50px 0;
  text-align: center;
  line-height: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-letter__description {
    margin-bottom: 40px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
@media screen and (max-width: 430px) {
  .p-letter__description {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 32px;
    font-size: 12px;
    line-height: 24px;
  }
}
.p-letter__comingSoon {
  font-size: 32px;
  font-size: 2rem;
  line-height: 0.625;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0;
  text-align: center;
  line-height: 20px;
  font-family: "Kiwi Maru";
}
@media screen and (max-width: 430px) {
  .p-letter__comingSoon {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 20px;
  }
}
.p-letter__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 430px) {
  .p-letter__items {
    margin-bottom: 32px;
  }
}
.p-letter__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #E0BB85;
}
@media screen and (max-width: 430px) {
  .p-letter__item {
    padding: 16px 0;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
}
.p-letter__item:first-child {
  padding-top: 0;
}
.p-letter__item:last-child {
  border-bottom: none;
}
.p-letter__itemTitle {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-letter__itemTitle {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
@media screen and (max-width: 430px) {
  .p-letter__itemTitle {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-letter__button {
  display: inline-block;
  padding: 8px 16px;
  background-color: #d97a5a;
  color: #fefefe;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  line-height: 20px;
}
@media screen and (max-width: 430px) {
  .p-letter__button {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.0833333333;
    letter-spacing: 0px;
    font-weight: 700;
    padding: 8px 16px;
    text-align: center;
    line-height: 20px;
  }
}
.p-letter__footer {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-letter__viewAll {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  color: #d97a5a;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 430px) {
  .p-letter__viewAll {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.1666666667;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
.p-letter__viewAll::after {
  content: "→";
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 0.5em;
}
.p-letter__viewAll:hover::after {
  transform: translateX(4px);
}
.p-letter__viewAll:hover {
  opacity: 0.7;
}

.p-supportCenterAccess {
  padding: 60px 0 140px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-supportCenterAccess {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess {
    padding: 40px 20px;
  }
}
.p-supportCenterAccess__header {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__header {
    margin-bottom: 12px;
  }
}
.p-supportCenterAccess__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #d97a5a;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 768px) {
  .p-supportCenterAccess__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-supportCenterAccess__map {
  width: 100%;
  max-width: 974px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 200px;
}
@media screen and (max-width: 1000px) {
  .p-supportCenterAccess__map {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .p-supportCenterAccess__map {
    width: 98%;
  }
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__map {
    margin-bottom: 50px;
  }
}
.p-supportCenterAccess__note {
  width: 100%;
  text-align: left;
  font-size: 14px;
  margin-top: 15px;
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__note {
    font-size: 12px;
  }
}
.p-supportCenterAccess__mapImage {
  width: 100%;
  aspect-ratio: 974/405;
  border: 0;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-supportCenterAccess__mapImage {
    aspect-ratio: 350/200;
    border-radius: 4px;
  }
}
.p-supportCenterAccess__container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-supportCenterAccess__content {
  gap: 100px;
  max-width: 71%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-supportCenterAccess__content {
    max-width: 90%;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-supportCenterAccess__content {
    max-width: 98%;
  }
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__content {
    max-width: 100%;
    gap: 32px;
  }
}
.p-supportCenterAccess__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__column {
    gap: 12px;
  }
}
.p-supportCenterAccess__subColumnTitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 500;
  color: #d97a5a;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__subColumnTitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.125;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-supportCenterAccess__columnTitle {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.8333333333;
  letter-spacing: 0px;
  font-weight: 500;
  color: #d97a5a;
  margin-bottom: 16px;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__columnTitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.125;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 12px;
  }
}
.p-supportCenterAccess__facilityName {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__facilityName {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5833333333;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-supportCenterAccess__address {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  letter-spacing: 0px;
  font-weight: 400;
  color: #303c44;
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__address {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5833333333;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
.p-supportCenterAccess__phoneSection {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-supportCenterAccess__phoneLabel {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  letter-spacing: 0px;
  font-weight: 700;
  color: #303c44;
  margin: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__phoneLabel {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5833333333;
    letter-spacing: 0px;
    font-weight: 700;
  }
}
.p-supportCenterAccess__phoneDepartmentRow {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-supportCenterAccess__phoneDepartmentRow {
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-supportCenterAccess__phoneRow {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-supportCenterAccess__phoneRow {
    gap: 12px;
  }
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__phoneRow {
    flex-direction: column;
    gap: 8px;
  }
}
.p-supportCenterAccess__phoneDepartment {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  letter-spacing: 0px;
  font-weight: 500;
  color: #303c44;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__phoneDepartment {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5833333333;
    letter-spacing: 0px;
    font-weight: 500;
  }
}
.p-supportCenterAccess__phoneInfo {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  letter-spacing: 0px;
  font-weight: 400;
  color: #303c44;
  margin: 0;
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__phoneInfo {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5833333333;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
.p-supportCenterAccess__rightColumn {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-supportCenterAccess__rightColumn {
    gap: 28px;
  }
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__rightColumn {
    gap: 24px;
  }
}
.p-supportCenterAccess__rightColumnOpened {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-supportCenterAccess__rightColumnOpened {
    gap: 28px;
  }
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__rightColumnOpened {
    gap: 20px;
  }
}
.p-supportCenterAccess__section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__section {
    gap: 6px;
  }
}
.p-supportCenterAccess__sectionTitle {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0px;
  font-weight: 600;
  color: #d97a5a;
  margin: 0;
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__sectionTitle {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
.p-supportCenterAccess__linkItem {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #303c44;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-supportCenterAccess__linkItem:hover {
  color: #8B9296;
}
.p-supportCenterAccess__linkText {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0px;
  font-weight: 700;
  color: #303c44;
  transition: color 0.3s ease;
}
@media screen and (max-width: 430px) {
  .p-supportCenterAccess__linkText {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5833333333;
    letter-spacing: 0px;
    font-weight: 700;
  }
}
.p-supportCenterAccess__linkItem:hover .p-supportCenterAccess__linkText {
  color: #8B9296;
}
.p-supportCenterAccess__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.3s ease;
}
.p-supportCenterAccess__icon i {
  transition: transform 0.3s ease, color 0.3s ease;
}
.p-supportCenterAccess__linkItem:hover .p-supportCenterAccess__icon {
  transform: translateX(4px);
}
.p-supportCenterAccess__linkItem:hover .p-supportCenterAccess__icon i {
  color: #8B9296;
}
.p-supportCenterAccess__iconButton {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-supportCenterAccess__iconButton i {
  width: 20px;
  height: 20px;
  color: #d97a5a;
}
.p-supportCenterAccess__iconButton--circle {
  width: 40px;
  height: 40px;
  background-color: #4a9c6f;
  border-radius: 50%;
}
.p-supportCenterAccess__iconButton--circle i {
  color: #fefefe;
}

.p-footerContent__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p-footerContent__address {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  letter-spacing: 0px;
  font-weight: 400;
}

.lucide.lucide-external-link {
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 430px) {
  .lucide.lucide-external-link {
    width: 16px;
    height: 16px;
  }
}

[id] {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 1000px) {
  [id] {
    scroll-margin-top: 140px;
  }
}

/*# sourceMappingURL=owada-style.css.map */
