@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

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

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

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

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

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* 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] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


:root {
  --width-tablet: $width_tablet;
  --width-desktop: $width_desktop;
  --width-container: 1300px;
  /* =========================================
     [SP Default] 余白 (Spacing Tokens)
     ========================================= */
  --space-xxs: 0.4rem;
  --space-xs: 0.8rem;
  --space-sm: 1.2rem;
  --space-md: 1.6rem;
  --space-lg: 2.4rem;
  --space-lg_xl: 2.8rem;
  --space-xl: 3.2rem;
  --space-xxl: 4.8rem;
  --space-3l: 6.4rem;
  --space-4l: 9.6rem;
  --space-11: 1.1rem;
  --space-25: 2.5rem;
  /* =========================================
     [SP Default] フォントサイズ (Typography Tokens)
     ========================================= */
  --font-size-xs: 1.2rem;
  --font-size-sm: 1.4rem;
  --font-size-md: 1.6rem;
  --font-size-lg: 1.8rem;
  --font-size-xl: 2.0rem;
  --font-size-2_2xl: 2.2rem;
  --font-size-2xl: 2.6rem;
  --font-size-2_5xl: 2.8rem;
  --font-size-3xl: 3.2rem;
  --font-size-4xl: 5.6rem;
  --font-size-22: 1.7rem;
  --font-size-24: 1.8rem;
  --font-size-27: 2.2rem;
  --font-size-30: 2.4rem;
  /* =========================================
     コンテナ幅 & カラーパレット
     ========================================= */
  --container-sm: 775px;
  --container-md: 1100px;
  --container-lg: 1440px;
  --color-primary: #26B53F;
  --color-secondary: #FF8045;
  --color-accent: #63B6FF;
  --color-text-main: #262626;
  --color-text-sub: #91979C;
  --color-bg-base: #ffffff;
  --color-bg-light: #F2F2F2;
  --color-border: #E6E8EA;
  /* =========================================
     アクセントソフトカラー (プレ / 預かり保育など)
     ========================================= */
  --color-bg-tulip: #FFF5F5;
  --color-border-tulip: #FFCBD1;
  --color-accent-tulip: #FF4D6D;
  --color-bg-dandelion: #FFFBEA;
  --color-border-dandelion: #FFE082;
  --color-accent-dandelion: #FFB300;
  --color-bg-pickup: #F4FAF5;
  --color-border-pickup: #26B53F;
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-zenmaru: "Zen Maru Gothic", sans-serif;
  --font-family-en: "Montserrat", sans-serif;
  /* =========================================
   追加
   ========================================= */
  --color-text-accent: #634839;
  --color-brand-primary-1:#97CEA0;
  --color-brand-primary-2:#A8D6FF;
  --color-brand-primary-3: #FEE3A2;
  --color-brand-primary-4: #FFC840;
  --color-text-sub: #706560;
  --color-text-alert: #CE3700;
}

/* =========================================
   [Tablet & PC] 変数のスライド上書き (768px〜)
   ========================================= */
@media (min-width: 768px) {
  :root {
    /* フォントサイズをワンサイズ大きく上書き */
    --font-size-xs: 1.4rem;
    --font-size-sm: 1.6rem;
    --font-size-md: 1.8rem;
    --font-size-lg: 2.0rem;
    --font-size-xl: 2.6rem;
    --font-size-2_2xl: 2.8rem;
    --font-size-2xl: 3.2rem;
    --font-size-2_5xl: 3.6rem;
    --font-size-3xl: 5.6rem;
    --font-size-4xl: 7.2rem;
    --font-size-22: 2.2rem;
    --font-size-24: 2.4rem;
    --font-size-27: 2.7rem;
    --font-size-30: 3rem;
    --font-size-40: 4.0rem;
  }
}
@media (min-width: 1024px) {
  :root {
    /* 余白をワンサイズ大きく上書き */
    --space-xxs: 0.8rem;
    --space-xs: 1.2rem;
    --space-sm: 1.6rem;
    --space-md: 2.4rem;
    --space-lg: 3.2rem;
    --space-lg_xl: 4rem;
    --space-xl: 4.8rem;
    --space-xxl: 6.4rem;
    --space-3l: 9.6rem;
    --space-4l: 12.8rem;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --gap: 0;
  gap: var(--gap);
  margin-block: 2em 1em;
}
@media screen and (min-width: 1200px) {
  .row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.row--gap-sm {
  --gap: var(--space-sm);
}
.row--gap-lg {
  --gap: var(--space-lg);
}
@media screen and (min-width: 1200px) {
  .row__full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (min-width: 1200px) {
  .row__std {
    padding: var(--space-3l);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(var(--width-container) / 2);
            flex: 0 0 calc(var(--width-container) / 2);
  }
}
.row__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.grid {
  --gap: var(--space-md);
  display: grid;
  gap: var(--gap);
  margin-block: 2em 1em;
}
.grid:first-of-type {
  margin-top: 0;
}
.grid__item *:first-child {
  margin-top: 0 !important;
}
.grid--gap-sm {
  gap: 3.2rem;
  margin-block: 6.4rem;
}
@media screen and (min-width: 1200px) {
  .grid--gap-sm {
    gap: 5.4rem;
    margin-block: 4.5rem;
  }
}
.grid--gap-md {
  gap: 3.2rem;
  margin-block: 6.4rem;
}
@media screen and (min-width: 1200px) {
  .grid--gap-md {
    gap: 7rem;
    margin-block: 7rem;
  }
}
.grid--gap-lg {
  gap: 3.2rem;
  margin-block: 6.4rem;
}
@media screen and (min-width: 1200px) {
  .grid--gap-lg {
    gap: 9rem;
    margin-block: 9rem;
  }
}
@media screen and (min-width: 768px) {
  .grid--columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .grid--columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid--autofill {
  grid-template-columns: repeat(auto-fill, minmax(var(--card-width), 1fr));
}
.grid--has-subgrid > * {
  display: grid;
  grid-template-rows: subgrid;
}
.grid--subgrid-row-span-4 > * {
  grid-row: span 4;
}
.grid--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  width: 90%;
  max-width: var(--width-container);
  margin-inline: auto;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.page .page__header {
  position: sticky;
  top: 0;
  z-index: 100;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 8rem;
  background: var(--color-white);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-list__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.menu-list__link {
  position: relative;
  display: block;
  color: inherit;
}
.menu-list__child {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 250ms grid-template-rows ease;
  transition: 250ms grid-template-rows ease;
  transition: 250ms grid-template-rows ease, 250ms -ms-grid-rows ease;
}
.menu-list__child-inner {
  overflow: hidden;
}
.trigger--open + .menu-list__child {
  grid-template-rows: 1fr;
}
.menu-list__trigger {
  position: absolute;
  top: 0;
  right: 0;
}

.trigger {
  display: grid;
  place-items: center;
  place-content: center;
  width: 4rem;
  height: 4rem;
}
.trigger::before {
  content: "+";
}
.trigger--open::before {
  content: "-";
}

.menu-btn {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  background: var(--color-primary);
  border-radius: 0 0 0 20px;
  z-index: 500;
}
@media screen and (min-width: 1200px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 25%;
  display: block;
  width: 50%;
  height: 2px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: #ffffff;
}
.menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.menu-btn__line:nth-child(2) {
  top: 50%;
}
.menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(2) {
  opacity: 0;
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

@media screen and (max-width: 1199px) {
  .gnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: var(--space-lg) var(--space-sm);
  }
}
@media screen and (min-width: 1200px) {
  .gnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--space-md);
  }
}
@media screen and (max-width: 1199px) {
  .gnav-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    display: grid;
    justify-self: center;
    font-size: var(--font-size-lg);
    font-family: var(--font-family-zenmaru);
    font-weight: 500;
  }
}
.gnav-list__link {
  position: relative;
}
.gnav-list__link::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1199px) {
  .gnav-list__link::before {
    width: 35px;
    height: 35px;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-list__link::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1199px) {
  .gnav-list__link {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-list__link {
    display: grid;
    place-content: center;
    height: 100%;
    gap: 10px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.3;
    padding-top: 40px;
  }
}
.gnav-list__link--about::before {
  background-image: url("../images/header-about.svg");
}
.gnav-list__link--feature::before {
  background-image: url("../images/header-feature.svg");
}
.gnav-list__link--care::before {
  background-image: url("../images/icon-sunflower.svg");
}
.gnav-list__link--pre::before {
  background-image: url("../images/icon-tulip.svg");
}
.gnav-list__link--environment::before {
  background-image: url("../images/header-environment.svg");
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .header {
    padding: var(--space-sm) var(--space-md);
  }
}
.header__container {
  max-width: var(--container-lg);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-xs);
  width: 205px;
  z-index: 110;
}
@media screen and (max-width: 1199px) {
  .header__logo-link {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .header__logo-link {
    width: 293px;
  }
}
.header__logo-img {
  border-radius: 0;
}
.header__logo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__logo-title {
  font-family: var(--font-family-hand);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-text-main);
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.header__logo-subtitle {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-text-sub);
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: 2px;
}
@media screen and (max-width: 1199px) {
  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    background-image: radial-gradient(rgba(38, 181, 63, 0.04) 1.5px, transparent 1.5px);
    background-size: 24px 24px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 100px var(--space-lg) var(--space-lg);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: auto;
  }
  .is-open .header__menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 1200px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.8rem;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
}
@media (min-width: 1024px) {
  .header__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.8rem;
    margin-bottom: 0;
    width: auto;
  }
}
.header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-text-main);
  gap: var(--space-xs);
  width: 85%;
  max-width: 320px;
  padding: var(--space-xs) var(--space-md);
  background-color: var(--color-bg-light);
  border: 2px solid var(--color-border);
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.header__nav-link:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background-color: #F4FAF5;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 20px rgba(38, 181, 63, 0.08);
          box-shadow: 0 8px 20px rgba(38, 181, 63, 0.08);
}
@media (min-width: 1024px) {
  .header__nav-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 1.1rem;
    gap: 4px;
    width: auto;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .header__nav-link:hover {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.header__nav-icon {
  font-size: 2.2rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .header__nav-icon {
    font-size: 1.8rem;
  }
}
.header__actions {
  display: grid;
  gap: var(--space-sm);
}
@media screen and (max-width: 1199px) {
  .header__actions {
    margin-top: var(--space-lg);
  }
}
.header__actions .c-btn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: var(--space-sm) var(--space-md);
  font-size: 1.4rem;
  border-radius: 999px;
}
.header__actions .c-btn__icon-circle {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 1024px) {
  .header__actions {
    width: auto;
    gap: var(--space-xxs);
    grid-template-columns: 1fr 1fr;
  }
  .header__actions .c-btn {
    width: auto;
    min-width: 130px;
    font-size: 1.2rem;
    padding: var(--space-xs) var(--space-md);
  }
}
@media (max-width: 600px) and (min-width: 1024px) {
  .header__actions .c-btn {
    min-width: auto;
    padding: var(--space-xxs) var(--space-sm);
    font-size: 1.1rem;
  }
  .header__actions .c-btn__icon-circle {
    display: none;
  }
}
.header__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 110;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.header__toggle:hover, .header__toggle:active {
  background-color: rgba(38, 181, 63, 0.05);
}
@media (max-width: 1023px) {
  .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__toggle-inner {
  position: relative;
  width: 24px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__toggle-bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--color-primary);
  border-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.header__toggle-bar:nth-child(1) {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.header__toggle-bar:nth-child(2) {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.header__toggle-bar:nth-child(3) {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.header.is-open .header__toggle-bar {
  background-color: var(--color-accent-tulip);
}
.header.is-open .header__toggle-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(2px, -1px);
          transform: rotate(45deg) translate(2px, -1px);
}
.header.is-open .header__toggle-bar:nth-child(2) {
  opacity: 0;
}
.header.is-open .header__toggle-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(2px, 1px);
          transform: rotate(-45deg) translate(2px, 1px);
}

.panels {
  margin-top: var(--space-3l);
}
.panels__grid {
  display: grid;
}
@media screen and (min-width: 768px) {
  .panels__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.panels__card {
  position: relative;
  text-align: center;
}
.panels__card--entry {
  background: #FFF0CA;
}
.panels__card--recruit {
  background: #FFE6E6;
}
.panels__card--recruit .panels__subtitle {
  color: #FFC6AC;
}
.panels__card--recruit .panels__subtitle::first-letter {
  font-size: var(--font-size-3xl);
  font-weight: bold;
  color: var(--color-secondary);
}
.panels__img {
  border-radius: 0;
}
.panels__content {
  position: relative;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-lg);
  padding: 40px var(--space-md);
  z-index: 3;
}
@media (min-width: 768px) {
  .panels__content {
    padding: 40px var(--space-xl);
  }
}
.panels__title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.panels__title {
  font-size: var(--font-size-2_5xl);
  font-weight: 700;
  font-family: var(--font-family-zenmaru);
  color: var(--color-text-accent);
}
.panels__subtitle {
  font-size: var(--font-size-2_2xl);
  font-weight: 900;
  font-family: var(--font-family-en);
  color: var(--color-brand-primary-1);
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: -4px;
}
.panels__subtitle::first-letter {
  font-size: var(--font-size-3xl);
  font-weight: bold;
  color: var(--color-primary);
}
.panels__text {
  font-size: var(--font-size-sm);
  line-height: 1.8;
}
.panels__actions {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--space-xs);
}
@media screen and (min-width: 1200px) {
  .panels__actions {
    grid-template-columns: repeat(2, 1fr);
  }
}
.panels .c-btn {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.access {
  background: #E0F1FB;
  padding-block: var(--space-4l);
}
.access__container {
  max-width: var(--container-md);
  margin: 0 auto;
  padding: 0 var(--space-md);
}
@media (max-width: 1023px) {
  .access__container {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .access__title-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.access__title {
  font-family: var(--font-family-zenmaru);
  font-size: var(--font-size-2_5xl);
  font-weight: 700;
  color: var(--color-text-accent);
  line-height: 1.5;
  letter-spacing: 5.76px;
  text-align: left;
}
.access__subtitle {
  font-family: var(--font-family-en);
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #A8D6FF;
  font-size: 2.8rem;
  letter-spacing: 4.48px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .access__subtitle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.access__subtitle span {
  color: var(--color-accent);
  font-size: 5.6rem;
  letter-spacing: 6.72px;
}
.access__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-xl);
}
@media (min-width: 1024px) {
  .access__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: var(--space-xxl);
  }
}
@media screen and (min-width: 768px) {
  .access__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: grid;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-md);
  margin-top: var(--space-lg);
}
@media (max-width: 1023px) {
  .access__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.access__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-sm);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  .access__item {
    width: 100%;
    max-width: 320px;
  }
}
.access__icon-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  color: var(--color-primary);
  font-size: 1.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.access__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .access__item-content {
    text-align: left;
  }
}
.access__item-title {
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-text-main);
}
.access__item-text {
  font-size: var(--font-size-xs);
  color: var(--color-text-main);
  line-height: 1.6;
}
.access__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-xs);
  margin-top: var(--space-xl);
}
@media (max-width: 1023px) {
  .access__actions {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .access__actions .c-btn {
    width: 100%;
    max-width: 280px;
  }
}
.access__map {
  position: relative;
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  width: 100%;
  height: 100%;
  aspect-ratio: 5/4;
}
@media (max-width: 1023px) {
  .access__map {
    width: 100%;
  }
}
.access iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.pagetop {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 90;
}
.pagetop::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transform: translate(-100%, -10%);
          transform: translate(-100%, -10%);
  width: 135px;
  height: 80px;
  background: url(../images/bird.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .pagetop::before {
    bottom: 0;
    width: 300px;
    height: 90px;
  }
}
.pagetop__button {
  width: 122px;
  height: 74px;
  background: url(../images/cloud_big.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .pagetop__button {
    width: 230px;
    height: 140px;
    padding-left: 4rem;
  }
}
.pagetop__button span {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .pagetop__button span {
    font-size: 1.5rem;
  }
}
.pagetop__button span::before {
  content: "\e900";
  font-family: "icomoon";
  display: inline-grid;
  place-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
  background: var(--color-primary);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 1rem;
}

.footer {
  position: relative;
  padding-top: var(--space-xl);
  z-index: 0;
}
.footer::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 50px;
  width: 150px;
  height: 130px;
  background: url(../images/forest.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .footer::before {
    right: 30px;
    bottom: 110px;
  }
}
.footer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: url(../images/footer_bg.webp) center/cover no-repeat;
  z-index: -1;
}
.footer__logo-img {
  border-radius: 0;
}
.footer__decorations {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 320px;
  height: 180px;
  pointer-events: none;
  z-index: 10;
  opacity: 0.85;
}
@media (max-width: 768px) {
  .footer__decorations {
    width: 200px;
    height: 110px;
  }
}
.footer__container {
  position: relative;
  max-width: var(--container-md);
  margin: 0 auto;
  padding: var(--space-lg) var(--space-md) var(--space-xl);
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding: var(--space-xxl) var(--space-md) var(--space-4l);
  }
}
.footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-md);
  margin-bottom: var(--space-xl);
}
@media (min-width: 1024px) {
  .footer__brand {
    grid-column: span 1;
    margin-bottom: 0;
  }
}
.footer__top-grid {
  display: grid;
  gap: var(--space-xl);
  margin-top: var(--space-lg_xl);
}
@media screen and (max-width: 767px) {
  .footer__top-grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .footer__top-grid {
    grid-template-columns: 1.2fr 2fr;
  }
}
@media (min-width: 1024px) {
  .footer__top-grid {
    gap: var(--space-xxl);
  }
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-xs);
}
@media screen and (max-width: 767px) {
  .footer__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__logo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__logo-title {
  font-family: var(--font-family-en);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-text-main);
  letter-spacing: 0.08em;
}
.footer__logo-subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-text-sub);
  letter-spacing: 0.15em;
  margin-top: 2px;
}
.footer__address-box p {
  color: var(--color-text-main);
  line-height: 1.6;
  font-family: var(--font-family-base);
  font-weight: 500;
  letter-spacing: 1.8px;
}
.footer__tel {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-text-main);
  margin-block: 1.6rem;
}
.footer__other-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-xs);
  list-style: none;
  font-size: 1.2rem;
  font-family: var(--font-family-base);
  color: var(--color-text-main);
  font-weight: 500;
  letter-spacing: 1.44px;
}
.footer__other-link-item {
  color: var(--color-text-main);
  text-decoration: underline;
}
.footer__other-link-item:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.footer__brand-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-xs);
  margin-top: var(--space-sm);
}
@media screen and (min-width: 768px) {
  .footer__brand-actions {
    max-width: 256px;
  }
}
.footer__nav-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-grid {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav-grid {
    justify-self: flex-end;
  }
}
.footer__nav-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-xs);
}
.footer__nav-title {
  font-size: var(--font-size-sm);
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(38, 181, 63, 0.15);
  padding-bottom: 4px;
}
.footer__nav-list li + li {
  margin-top: 1rem;
}
.footer__nav-link {
  font-size: var(--font-size-sm);
  color: var(--color-text-main);
  font-family: var(--font-family-base);
  font-weight: 500;
  letter-spacing: 1.8px;
  padding: 2px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.footer__nav-link::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--color-secondary);
  -webkit-mask-image: url(../images/icon-footer-menu.svg);
          mask-image: url(../images/icon-footer-menu.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.footer__nav-link:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-sm);
  text-align: center;
  background: #97CEA0;
  padding: var(--space-sm);
}
.footer__copyright {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
}

.hero {
  position: relative;
  overflow: hidden;
  margin-top: calc(var(--header-height) + 20px);
}
.hero__container {
  max-width: calc(var(--container-lg) + var(--space-sm) * 2);
  margin: 0 auto;
  padding-inline: var(--space-sm);
  position: relative;
  z-index: 2;
}
.hero__wrapper {
  position: relative;
}
.hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 70px var(--space-xl) 0;
}
@media (min-width: 768px) {
  .hero__overlay {
    padding: var(--space-3l) var(--space-4l);
  }
}
.hero__title {
  color: #ffffff;
  font-family: var(--font-family-zenmaru);
  font-size: 2.3rem;
  line-height: 1.8;
  font-weight: 700;
  text-shadow: 0 4px 9px rgba(0, 0, 0, 0.85);
  letter-spacing: 0.36em;
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero__title {
    font-size: 4.6rem;
  }
}
.hero__indicators {
  position: absolute;
  bottom: var(--space-lg);
  right: var(--space-lg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  z-index: 10;
}
.hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero__dot--active {
  background-color: #ffffff;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.splide__pagination {
  position: absolute;
  right: 20px;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  z-index: 500;
}
@media screen and (min-width: 768px) {
  .splide__pagination {
    right: var(--space-3l);
    bottom: var(--space-xxl);
  }
}
.splide__pagination li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.splide__pagination li:has(.splide__pagination__page.is-active) {
  background: var(--color-bg-base);
}
@media screen and (min-width: 768px) {
  .splide__pagination li {
    width: 20px;
    height: 20px;
  }
}
.splide__pagination .splide__pagination__page {
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .splide__pagination .splide__pagination__page {
    width: 20px;
    height: 20px;
  }
}

.l-section {
  position: relative;
  background-color: var(--color-bg-base);
  padding-block: var(--space-xxl);
}
.l-section__container {
  position: relative;
  max-width: var(--container-md);
  margin: 0 auto;
  padding: 0 var(--space-md);
}
.l-section__grid {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .l-section__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 0 var(--space-xxl);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .l-section__grid--reverse .l-section__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-section__grid--reverse .l-section__title {
    grid-area: 1/2/2/3;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .l-section__grid--reverse .l-section__subtitle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-section__grid--reverse .l-section__subtitle {
    grid-area: 2/2/3/2;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .l-section__grid--reverse .l-section__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-section__grid--reverse .l-section__text {
    grid-area: 3/2/4/2;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .l-section__grid--reverse .l-section__footer {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-section__grid--reverse .l-section__footer {
    grid-area: 4/2/5/2;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .l-section__grid--reverse .l-section__media {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-section__grid--reverse .l-section__media {
    grid-area: 1/1/5/2;
  }
}
.l-section__title {
  font-family: var(--font-family-zenmaru);
  font-size: var(--font-size-2_5xl);
  font-weight: 700;
  color: #634839;
  line-height: 1.5;
  letter-spacing: 5.76px;
  margin-bottom: var(--space-xs);
}
@media screen and (max-width: 767px) {
  .l-section__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-section__title {
    grid-area: 1/1/2/2;
  }
}
.l-section__subtitle {
  font-family: var(--font-family-en);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #FFC6AC;
  font-size: 2.8rem;
  letter-spacing: 4.48px;
  margin-bottom: var(--space-md);
}
@media screen and (max-width: 767px) {
  .l-section__subtitle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .l-section__subtitle {
    grid-area: 2/1/3/2;
  }
}
.l-section__subtitle span {
  color: var(--color-secondary);
  font-size: 5.6rem;
  font-weight: bold;
  letter-spacing: 6.72px;
}
.l-section__text {
  font-size: var(--font-size-sm);
  color: var(--color-text-main);
  margin-bottom: var(--space-xxl);
}
@media screen and (max-width: 767px) {
  .l-section__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 768px) {
  .l-section__text {
    grid-area: 3/1/4/2;
  }
}
.l-section__media {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-section__media {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (min-width: 768px) {
  .l-section__media {
    grid-area: 1/2/5/3;
  }
}
.l-section__image-wrapper {
  position: relative;
  border-radius: 2.4rem;
  overflow: hidden;
}
.l-section__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .l-section__footer {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    text-align: center;
    margin-top: var(--space-xl);
  }
}
@media screen and (min-width: 1200px) {
  .l-section__footer {
    grid-area: 4/1/5/2;
  }
}
.l-section__deco-sun {
  position: absolute;
  top: -40px;
  right: -20px;
  width: 80px;
  height: 80px;
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 768px) {
  .l-section__deco-sun {
    top: -30px;
    right: -10px;
    width: 60px;
    height: 60px;
  }
}
.l-section__deco-flower {
  position: absolute;
  bottom: -30px;
  left: -20px;
  width: 50px;
  height: 50px;
  z-index: 5;
  pointer-events: none;
}
.l-section__deco-hat {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 60px;
  height: 60px;
  z-index: 5;
  pointer-events: none;
}
.l-section__deco-pencil {
  position: absolute;
  bottom: -40px;
  right: 20px;
  width: 45px;
  height: 45px;
  z-index: 5;
  pointer-events: none;
}
.l-section--about, .l-section--features, .l-section--programs {
  position: relative;
  z-index: 0;
}
.l-section--about::before, .l-section--about::after, .l-section--features::before, .l-section--features::after, .l-section--programs::before, .l-section--programs::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 130px;
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-section--about::before, .l-section--about::after, .l-section--features::before, .l-section--features::after, .l-section--programs::before, .l-section--programs::after {
    background-size: contain;
  }
}
.l-section--about::before, .l-section--features::before, .l-section--programs::before {
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-section--about::after, .l-section--features::after, .l-section--programs::after {
  bottom: 0;
  -webkit-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
}
.l-section--about {
  background: #fffbf2;
  padding-block: 60px 120px;
}
@media screen and (min-width: 1200px) {
  .l-section--about {
    padding-block: 60px 160px;
  }
}
.l-section--about::before, .l-section--about::after {
  background-image: url(../images/bg_baige.webp);
}
.l-section--about .l-section__subtitle {
  color: #FEE3A2;
}
.l-section--about .l-section__subtitle span {
  color: #FFC840;
}
.l-section--features {
  background: #ffe6e6;
  padding-block: 60px 120px;
}
@media screen and (min-width: 1200px) {
  .l-section--features {
    padding-block: 60px 160px;
  }
}
.l-section--features::before, .l-section--features::after {
  background-image: url(../images/bg_pink.webp);
}
.l-section--features::after {
  bottom: 20px;
}
.l-section--features .l-section__subtitle {
  color: #FFC6AC;
}
.l-section--features .l-section__subtitle span {
  color: #FF8045;
}
.l-section--programs {
  background: #e0fbe4;
}
.l-section--programs::before, .l-section--programs::after {
  background-image: url(../images/bg_green.webp);
}
.l-section--programs .l-section__subtitle {
  color: #97CEA0;
}
.l-section--programs .l-section__subtitle span {
  color: #26B53F;
}
.l-section--env .l-section__subtitle {
  color: #A8D6FF;
}
.l-section--env .l-section__subtitle span {
  color: #63B6FF;
}

.deco-item {
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 5;
}
.deco-item--set {
  top: -30px;
  right: 0;
  width: 135px;
  height: 135px;
  background-image: url(../images/deco-set.svg);
  -webkit-transform: translate(0%, -80%);
          transform: translate(0%, -80%);
}
@media screen and (max-width: 767px) {
  .deco-item--set {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .deco-item--set {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
.deco-item--block {
  top: -60px;
  left: 0;
  width: 120px;
  height: 120px;
  background-image: url(../images/block.svg);
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
@media screen and (max-width: 767px) {
  .deco-item--block {
    display: none;
  }
}
.deco-item--hat {
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-image: url(../images/hat.svg);
  -webkit-transform: translate(0%, -70%);
          transform: translate(0%, -70%);
}
@media screen and (min-width: 1200px) {
  .deco-item--hat {
    -webkit-transform: translate(50%, -100%);
            transform: translate(50%, -100%);
  }
}
.deco-item--crayon {
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  background-image: url(../images/crayon.svg);
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  .deco-item--crayon {
    width: 97px;
    height: 97px;
  }
}

.env {
  position: relative;
  background: #fff;
  margin-block: var(--space-4l);
}
.env__bg {
  width: 100%;
  height: 100%;
}
.env__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  z-index: 1;
}
.env__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: grid;
  place-content: center;
  width: 100%;
  max-width: var(--container-md);
  margin: 0 auto;
  padding: 0 var(--space-md);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .env__footer {
    text-align: center;
  }
}

.env-card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2rem;
  padding: var(--space-xl) var(--space-md);
}
@media (min-width: 768px) {
  .env-card {
    padding: var(--space-xl) var(--space-xxl);
  }
}
.env-card__title {
  font-size: var(--font-size-2_5xl);
  font-family: var(--font-family-zenmaru);
  font-weight: 700;
  color: var(--color-text-accent);
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.env-card__subtitle {
  font-size: var(--font-size-md);
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #cbd5e1;
  margin-bottom: var(--space-md);
}
.env-card__subtitle span {
  font-size: 1.25em;
  color: var(--color-accent);
}
@media (min-width: 768px) {
  .env-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--space-xxl);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .env-card__left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .env-card__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .env-card__right .c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.env-card__text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-sm);
  margin-bottom: var(--space-lg);
}
.env-card__text {
  font-size: var(--font-size-sm);
  color: var(--color-text-main);
  line-height: 1.8;
}

.programs {
  padding: var(--space-xxl) 0;
}
.programs__container {
  max-width: var(--container-lg);
  margin: 0 auto;
  padding: 0 var(--space-md);
}
.programs__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 120px;
}
@media (min-width: 768px) {
  .programs__grid {
    gap: 0 var(--space-xl);
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .programs__grid-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
}
.programs__grid-item .l-section__title {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .programs__grid-item .l-section__title {
    font-size: var(--font-size-2xl);
  }
}

.programs-card {
  background-color: #ffffff;
  border-radius: 2rem;
  -webkit-box-shadow: 10px 10px 0 var(--color-brand-primary-1);
          box-shadow: 10px 10px 0 var(--color-brand-primary-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: var(--space-lg_xl);
  margin-top: 4rem;
}
.programs-card__image-wrapper {
  width: 100%;
}
.programs-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.programs-card__body {
  padding: var(--space-md) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .programs-card__body {
    padding: var(--space-lg) 0;
  }
}
.programs-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-xs);
  border-bottom: 2px dashed #97CEA0;
  padding-bottom: var(--space-xs);
  margin-bottom: var(--space-md);
}
.programs-card__icon {
  width: 29px;
  height: 29px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.programs-card__title {
  font-family: var(--font-family-zenmaru);
  font-size: var(--font-size-2_2xl);
  font-weight: 700;
  color: #634839;
  line-height: 1.5;
  letter-spacing: 4.48px;
}
.programs-card__text {
  font-size: var(--font-size-sm);
  font-family: var(--font-family-base);
  color: var(--color-text-main);
  line-height: 2;
  letter-spacing: 1.8px;
  margin-bottom: var(--space-lg);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.programs-card__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .programs-card__action {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.pickup-banner {
  position: relative;
  background-color: #ffffff;
  border: 2px solid var(--color-brand-primary-1);
  gap: var(--space-lg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 4rem;
  margin-top: var(--space-4l);
}
@media (min-width: 768px) {
  .pickup-banner {
    gap: var(--space-lg);
    border-radius: 20px;
    padding: var(--space-xl) var(--space-lg) var(--space-lg);
  }
}
@media screen and (min-width: 1200px) {
  .pickup-banner {
    border-radius: 9999px;
  }
}
.pickup-banner__badge {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-xs);
  padding: 6px var(--space-md);
  white-space: nowrap;
}
.pickup-banner__badge-text {
  font-family: var(--font-family-en);
  font-size: var(--font-size-lg);
  font-weight: 700;
  color: #737373;
  letter-spacing: 3.52px;
}
.pickup-banner__deco {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon-pickup-deco.svg) center/contain no-repeat;
}
.pickup-banner__deco--right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.pickup-banner__content {
  display: grid;
  gap: var(--space-md);
}
@media (min-width: 768px) {
  .pickup-banner__content {
    grid-template-columns: 1.5fr 1fr;
    gap: 0 var(--font-size-2xl);
  }
}
@media screen and (min-width: 1200px) {
  .pickup-banner__content {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 0 64px;
    padding-inline: 120px;
  }
}
.pickup-banner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-xs);
  font-family: var(--font-family-zenmaru);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-text-accent);
}
@media screen and (max-width: 767px) {
  .pickup-banner__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  .pickup-banner__title {
    grid-area: 1/1/2/2;
  }
}
.pickup-banner__title-icon {
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pickup-banner__text {
  font-size: 1.5rem;
  color: var(--color-text-main);
}
@media screen and (max-width: 767px) {
  .pickup-banner__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .pickup-banner__text {
    grid-area: 2/1/3/2;
    margin-top: var(--font-size-2xl);
  }
}
@media screen and (max-width: 767px) {
  .pickup-banner__btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: center;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pickup-banner__btn {
    grid-area: 3/1/4/2;
    margin-top: var(--font-size-2xl);
  }
}
.pickup-banner__media {
  width: 100%;
  border-radius: 4rem;
  overflow: hidden;
  aspect-ratio: 6/4;
}
@media screen and (max-width: 767px) {
  .pickup-banner__media {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 768px) {
  .pickup-banner__media {
    grid-area: 1/2/4/3;
  }
}
.pickup-banner__media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news {
  background-color: var(--color-bg-base);
  padding-block: var(--space-4l);
}
@media screen and (min-width: 1200px) {
  .news {
    padding-block: var(--space-4l) 160px;
  }
}
.news__container {
  display: grid;
  gap: var(--space-xl);
  max-width: var(--container-sm);
  margin: 0 auto;
  padding: 0 var(--space-md);
}
@media (min-width: 1024px) {
  .news__container {
    max-width: var(--container-md);
  }
}
@media screen and (min-width: 768px) {
  .news__container {
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .news__container {
    gap: var(--space-3l);
  }
}
.news__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media (min-width: 1024px) {
  .news__aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    gap: 24px;
  }
}
.news__side-icon {
  width: 33px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .news__side-icon {
    width: 52px;
  }
}
.news__title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.news__title {
  color: #634839;
  font-family: var(--font-family-zenmaru);
  font-size: var(--font-size-2_5xl);
  font-weight: 700;
  line-height: 1;
}
.news__subtitle {
  font-family: var(--font-family-en);
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #FFC6AC;
  font-size: var(--font-size-xl);
  letter-spacing: 4.48px;
}
.news__subtitle span {
  font-size: 4rem;
  color: var(--color-secondary);
  letter-spacing: 6.72px;
}
@media screen and (min-width: 768px) {
  .news__subtitle span {
    font-size: 5.6rem;
  }
}
.news__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: var(--space-lg_xl);
}
@media (min-width: 1024px) {
  .news__action {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/*********************/
/*  TOP  */
/*********************/
/*********************/
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.btn-wrap--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .btn-wrap--spcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btn-wrap--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-wrap--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn-wrap--mt-md {
  margin-top: var(--space-lg_xl);
}

.c-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 275px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: var(--font-family-zenmaru);
  border-radius: 20px;
  padding: var(--space-sm) var(--space-lg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-btn::after {
  content: "\e900";
  font-family: "icomoon";
  display: inline-grid;
  place-content: center;
  width: 24px;
  height: 24px;
  font-size: 1rem;
  font-weight: normal;
  border-radius: 50%;
  background: #ffffff;
  color: var(--color-primary);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-btn__text {
  margin-right: var(--space-xs);
}
.c-btn__icon-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  background-color: rgb(255, 255, 255);
  color: inherit;
  border-radius: 50%;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-btn--primary .c-btn__icon-circle {
  color: var(--color-primary);
}
.c-btn--secondary .c-btn__icon-circle {
  color: var(--color-secondary);
}
.c-btn--outline-primary .c-btn__icon-circle {
  background-color: var(--color-primary);
  color: white;
}
.c-btn--outline-secondary .c-btn__icon-circle {
  background-color: var(--color-secondary);
  color: white;
}
.c-btn:hover .c-btn__icon-circle {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.c-btn--primary {
  background-color: var(--color-primary);
  color: #ffffff;
}
.c-btn--primary:hover {
  background-color: #1f9432;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 15px rgba(38, 181, 63, 0.3);
          box-shadow: 0 6px 15px rgba(38, 181, 63, 0.3);
}
.c-btn--secondary {
  background-color: var(--color-secondary);
  color: #ffffff;
}
.c-btn--secondary::after {
  color: var(--color-secondary);
}
.c-btn--secondary:hover {
  background-color: #e56d35;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 15px rgba(255, 128, 69, 0.3);
          box-shadow: 0 6px 15px rgba(255, 128, 69, 0.3);
}
.c-btn--outline-primary {
  background-color: #ffffff;
  border: 2px solid var(--color-primary);
  color: var(--color-text-main);
}
.c-btn--outline-primary::after {
  color: #ffffff;
  background: var(--color-primary);
}
.c-btn--outline-primary:hover {
  background-color: var(--color-primary);
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.c-btn--outline-primary:hover::after {
  background-color: #ffffff;
  color: var(--color-primary);
}
.c-btn--outline-secondary {
  background-color: #ffffff;
  border: 2px solid var(--color-secondary);
  color: var(--color-text-main);
}
.c-btn--outline-secondary::after {
  color: #ffffff;
  background: var(--color-secondary);
}
.c-btn--outline-secondary:hover {
  background-color: var(--color-secondary);
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.c-btn--outline-secondary:hover::after {
  background-color: #ffffff;
  color: var(--color-secondary);
}
.c-btn--form {
  display: block;
  min-width: 195px;
  text-align: center;
  cursor: pointer;
}

.c-btn-area {
  position: relative;
  display: block;
}
.c-btn-area::after {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: grid;
  width: 27px;
  height: 27px;
  font-size: 1.1rem;
  place-content: center;
  border-radius: 50%;
  color: var(--color-primary);
  background: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  pointer-events: none;
}
.c-btn-area:has(.c-btn--form):hover::after {
  -webkit-transform: translateY(calc(-50% - 2px));
          transform: translateY(calc(-50% - 2px));
}

/* ==========================================================================
   サブページ用スタイル (sub.html)
   ========================================================================== */
.sub-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 200px;
  background-color: var(--color-bg-base);
  padding: var(--space-xl) 0 0;
  overflow: hidden;
  margin-left: auto;
  margin-top: var(--header-height);
}
@media screen and (min-width: 768px) {
  .sub-hero {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-hero {
    height: 380px;
  }
}
.sub-hero--no-image {
  height: 180px;
}
@media screen and (min-width: 768px) {
  .sub-hero--no-image {
    height: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-hero--no-image {
    height: 260px;
  }
}
.sub-hero__content {
  margin-inline: calc(var(--space-md) * 2);
}
@media screen and (min-width: 1200px) {
  .sub-hero__content {
    min-width: calc(1100px + var(--space-md) * 2);
    margin: 0 auto;
  }
}
.sub-hero__container {
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 0 30px 0 0;
  background: var(--color-bg-base);
  padding: var(--space-lg_xl) var(--space-xxl) 0 0;
  z-index: 2;
}
.sub-hero__container::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100vw - 100%);
  height: 100%;
  background: #fff;
  top: 0;
  right: 100%;
}
.sub-hero__bg {
  position: absolute;
  width: 100%;
  max-width: 90%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  border-radius: 67px 0 0 0;
}
.sub-hero__title {
  line-height: 1;
}
.sub-hero__title-ja {
  font-size: var(--font-size-3xl);
  font-family: var(--font-family-zenmaru);
  font-weight: 900;
  color: var(--color-text-accent);
  letter-spacing: 0.11em;
}
.sub-hero__title-en {
  display: block;
  font-size: var(--font-size-xl);
  font-family: var(--font-family-en);
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #FFC6AC;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sub-hero__title-en {
    font-size: 4.4rem;
  }
}
.sub-hero__title-en:first-letter {
  color: var(--color-secondary);
}
.sub-hero__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 3;
  line-height: 0;
}
.sub-hero__wave svg {
  display: block;
  width: 100%;
  height: 20px;
  fill: var(--color-bg-base);
}
@media (min-width: 768px) {
  .sub-hero__wave svg {
    height: 40px;
  }
}
.sub-hero--min {
  height: 110px;
}
@media screen and (min-width: 768px) {
  .sub-hero--min {
    height: 200px;
  }
}

.page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--space-sm);
  margin-top: var(--space-xl);
}
@media screen and (min-width: 768px) {
  .page-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-links__item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 900;
  font-family: var(--font-family-zenmaru);
  color: var(--color-text-main);
  background-color: var(--color-brand-primary-2);
  border-radius: 9999px;
  padding: 6px 15px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .page-links__item {
    font-size: var(--font-size-md);
    padding: var(--space-11) var(--space-25);
  }
}
.page-links__item:hover {
  background-color: var(--color-accent);
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.page-links__item::after {
  content: "\e900";
  font-family: "icomoon";
  display: inline-grid;
  place-content: center;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  color: var(--color-brand-primary-2);
  font-size: 8px;
  font-weight: normal;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .page-links__item::after {
    font-size: 10px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
}
.page-links__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.subpage-content {
  max-width: calc(1100px + var(--space-md) * 2);
  margin: 0 auto;
  padding: var(--space-xl) var(--space-md) var(--space-4l);
}
.subpage-content--r-nomg {
  margin-left: auto;
}
.subpage-content p {
  margin-top: var(--space-md);
  font-family: var(--font-family-base);
  line-height: 1.88;
  color: var(--color-text-main);
  font-weight: 600;
}
.subpage-content .h2 {
  position: relative;
  font-family: var(--font-family-zenmaru);
  font-size: var(--font-size-2_2xl);
  font-weight: 900;
  color: var(--color-text-accent);
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.11em;
  margin-block: var(--space-4l) var(--space-xl);
  padding-bottom: var(--space-xs);
}
@media (min-width: 768px) {
  .subpage-content .h2 {
    font-size: var(--font-size-40);
  }
}
@media screen and (min-width: 1200px) {
  .subpage-content .h2 {
    margin-top: 17.5rem 6.8rem;
  }
}
.subpage-content .h2__en {
  display: block;
  margin-top: var(--space-xxs);
  font-size: var(--font-size-2_2xl);
  font-weight: 700;
  color: var(--color-brand-primary-3);
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.subpage-content .h3 {
  font-family: var(--font-family-zenmaru);
  font-size: var(--font-size-27);
  font-weight: 900;
  color: var(--color-primary);
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.11em;
  margin-block: var(--space-xl) var(--space-lg);
}
.subpage-content .h3--center-nomarker {
  border-left: none;
  padding-left: 0;
  text-align: center;
}
.subpage-content .h3--center-nomarker::before {
  content: none;
}
.subpage-content .h3--color-text-accent {
  color: var(--color-text-accent);
}
.subpage-content .h3--underline span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(80%, var(--color-brand-primary-3)));
  background: linear-gradient(transparent 70%, var(--color-brand-primary-3) 80%);
  line-height: 1.1;
  padding-bottom: 0px;
}
.subpage-content .h3--color-secondary {
  color: var(--color-secondary);
}
.subpage-content .h3--center::before, .subpage-content .h3--left::before {
  content: "";
  background: url("../images/h3-deco.svg") no-repeat center/contain;
  width: 25px;
  height: 27px;
}
@media screen and (min-width: 768px) {
  .subpage-content .h3--center::before, .subpage-content .h3--left::before {
    width: 33px;
    height: 39px;
  }
}
.subpage-content .h3--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  border-left: none;
}
.subpage-content .h3--left {
  text-align: left;
  padding-left: 2.6rem;
}
@media screen and (min-width: 768px) {
  .subpage-content .h3--left {
    padding-left: 5rem;
  }
}
.subpage-content .h3--left::before {
  position: absolute;
  left: 0;
  top: 0;
}
.subpage-content .h4 {
  position: relative;
  font-family: var(--font-family-zenmaru);
  font-size: var(--font-size-24);
  font-weight: 900;
  color: var(--color-text-accent);
  letter-spacing: 0.11em;
  margin-block: var(--space-lg_xl) var(--space-md);
}
.subpage-content .h4--deco {
  padding-left: 40px;
}
.subpage-content .h4::before {
  content: "";
  position: absolute;
  background: url("../images/h4-deco.svg") no-repeat center/contain;
  width: 30px;
  height: 37px;
  left: 0;
  top: 0;
}
.subpage-content .h4--sm {
  font-size: var(--font-size-22);
}
.subpage-content .h4--nomaker::before {
  content: none;
}
.subpage-content .h4--underline span {
  border-bottom: 1px solid var(--color-text-accent);
  padding-bottom: 4px;
}
.subpage-content .c-note {
  margin-top: var(--space-lg);
  font-family: var(--font-family-base);
  font-size: var(--font-size-sm);
  font-weight: 700;
}
.subpage-content .c-note__sub {
  color: var(--color-text-sub);
}
.subpage-content .c-note__alert {
  color: var(--color-text-alert);
}
.subpage-content .card-container {
  display: grid;
  gap: var(--space-xxl);
  margin-top: var(--space-lg);
}
@media screen and (min-width: 768px) {
  .subpage-content .card-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.subpage-content .simple-card-wrap {
  margin-top: var(--space-3l);
}
.subpage-content .simple-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-area: span 3;
  gap: 0;
}
.subpage-content .simple-card__title {
  font-size: 1.8rem;
  font-weight: 900;
  font-family: var(--font-family-zenmaru);
  color: var(--color-text-accent);
  margin-top: var(--space-lg_xl);
}
@media screen and (min-width: 768px) {
  .subpage-content .simple-card__title {
    font-size: 2.1rem;
  }
}
.subpage-content .simple-card__text {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1.5rem !important;
}
@media screen and (min-width: 768px) {
  .subpage-content .simple-card__text {
    font-size: 1.5rem;
  }
}
.subpage-content .feature-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-area: span 3;
  gap: 0;
}
.subpage-content .feature-card__image {
  width: 100%;
  border-radius: 31px;
}
.subpage-content .feature-card__image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage-content .feature-card__number {
  display: inline-grid;
  place-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #9fc7ee;
  color: #fff;
  font-size: var(--font-size-24);
  font-weight: 500;
  font-family: var(--font-family-en);
}
.subpage-content .feature-card__title {
  display: grid;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-template-columns: auto 1fr;
  gap: 10px;
  font-size: var(--font-size-22);
  color: var(--color-text-accent);
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .subpage-content .feature-card__title {
    margin-top: 4rem;
  }
}
.subpage-content .table {
  width: 100%;
  margin-top: var(--space-xl);
  border-collapse: separate;
  border-spacing: 1rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.subpage-content .table th, .subpage-content .table td {
  padding: var(--space-md);
  font-size: var(--font-size-sm);
  text-align: left;
  line-height: 1.6;
  border-radius: 10px;
  border: 2.7px solid #FFC840;
  letter-spacing: 0.05em;
}
.subpage-content .table th {
  width: 25%;
  background-color: var(--color-brand-primary-3);
  color: #634839;
  font-weight: 700;
  font-size: var(--font-size-md);
  text-align: center;
}
.subpage-content .table td {
  width: 75%;
  background-color: #ffffff;
  color: var(--color-text-main);
  border: 2.7px solid #FFC840;
  font-weight: 500;
  font-size: 1.5rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .subpage-content .table td {
    font-size: var(--font-size-md);
  }
}
.subpage-content .table td p {
  font-weight: 500 !important;
  margin-top: 0 !important;
}
.subpage-content .table--head thead tr:first-child td {
  font-size: var(--font-size-md);
  font-weight: 700;
  background: var(--color-brand-primary-3);
  color: var(--color-text-accent);
  text-align: center;
}
.subpage-content .table--head thead tr:first-child th {
  font-size: var(--font-size-md);
  font-weight: 700;
  background: var(--color-brand-primary-3);
  color: var(--color-text-accent);
  text-align: center;
}
.subpage-content .h5 {
  margin-top: var(--space-md);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-text-main);
  border-bottom: 1px dashed var(--color-border);
  padding-bottom: 4px;
  margin-top: 500px;
}
.subpage-content .h6 {
  margin-top: var(--space-sm);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-text-sub);
}
.subpage-content .ul {
  margin-top: var(--space-md);
  padding-left: var(--space-md);
}
.subpage-content .ul li {
  position: relative;
  padding-left: var(--space-md);
  font-family: var(--font-family-zenmaru);
  font-weight: 900;
  color: var(--color-secondary);
  line-height: 1.6;
  letter-spacing: 0.11em;
}
.subpage-content .ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.9em;
}
.subpage-content .ul li + li {
  margin-top: var(--space-xs);
}
.subpage-content .ul li a {
  color: inherit !important;
  text-decoration: none !important;
}
.subpage-content .ul--big {
  font-size: var(--font-size-xl);
}
.subpage-content .ol {
  margin-top: var(--space-md);
  padding-left: var(--space-md);
  counter-reset: number-counter;
}
.subpage-content .ol li {
  position: relative;
  padding-left: var(--space-lg);
  font-size: var(--font-size-sm);
  line-height: 1.6;
}
.subpage-content .ol li::before {
  counter-increment: number-counter;
  content: counter(number-counter);
  position: absolute;
  left: 0;
  top: 0.1em;
  background-color: var(--color-secondary);
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subpage-content .ol li + li {
  margin-top: var(--space-xs);
}
.subpage-content .dl-list {
  list-style: none;
  margin-top: var(--space-xxl);
}
.subpage-content .dl-list__item {
  border-top: 3px dashed rgba(255, 200, 64, 0.2);
}
.subpage-content .dl-list__item:last-of-type {
  border-bottom: 3px dashed rgba(255, 200, 64, 0.2);
}
.subpage-content .dl-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-md);
  font-size: var(--font-size-24);
  font-weight: 900;
  font-family: var(--font-family-zenmaru);
  color: var(--color-text-accent);
  letter-spacing: 0.11em;
  padding-block: var(--space-md);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.subpage-content .dl-list__link::before {
  content: "\e901";
  font-family: "icomoon";
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: var(--color-brand-primary-3);
  font-size: var(--font-size-2_2xl);
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .subpage-content .dl-list__link::before {
    width: 50px;
    height: 50px;
  }
}
.subpage-content .dl-list__link:hover {
  opacity: 0.7;
}
.subpage-content .dl-list--links .dl-list__link::before {
  content: "\e903";
  font-size: var(--font-size-md);
}
.subpage-content .dl-list--links .dl-list__link::after {
  content: "\e902";
  font-family: "icomoon";
  font-weight: normal;
  font-size: var(--font-size-lg);
}
.subpage-content .qa {
  display: grid;
  gap: var(--space-xl);
  margin-top: var(--space-md);
}
.subpage-content .qa__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--space-sm);
  background-color: var(--color-brand-primary-3);
  border: 3px solid var(--color-brand-primary-4);
  font-weight: 900;
  font-family: var(--font-family-zenmaru);
  font-size: var(--font-size-27);
  color: var(--color-text-accent);
  border-radius: 18px;
  letter-spacing: 0.11em;
  padding: var(--space-md);
  padding-left: calc(var(--space-xxl) - 3px);
}
@media screen and (max-width: 767px) {
  .subpage-content .qa__question {
    line-height: 1.5;
    padding-left: calc(var(--space-lg) - 3px);
  }
}
.subpage-content .qa__question::before {
  content: "Q.";
  color: var(--color-bg-base);
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.subpage-content .qa__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--space-sm);
  font-weight: 700;
  font-size: 1.4rem;
  padding: var(--space-lg_xl);
  padding-left: var(--space-lg);
}
@media screen and (min-width: 768px) {
  .subpage-content .qa__answer {
    gap: var(--space-xl);
    padding-left: var(--space-xxl);
  }
}
.subpage-content .qa__answer::before {
  content: "A.";
  color: var(--color-secondary);
  font-size: var(--font-size-27);
  font-family: var(--font-family-zenmaru);
  font-weight: 900;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .subpage-content .facility-wrap {
    gap: 4.5rem 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .subpage-content .facility-wrap {
    gap: 7.5rem 15rem;
  }
}
.subpage-content .facility-card {
  margin-top: var(--space-xl);
}
.subpage-content .facility-card__image {
  display: grid;
  place-content: center;
}
.subpage-content .facility-card__title {
  font-size: var(--font-size-xl);
  font-family: var(--font-family-zenmaru);
  font-weight: 900;
  color: var(--color-secondary);
  margin-top: var(--space-sm);
  margin-left: 18px;
}
.subpage-content .facility-card__text {
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: var(--space-xs) !important;
  margin-left: 18px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  margin: 0 auto;
}

/*タブの共通スタイル*/
.tab_item {
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tab_item {
    margin-right: 1.5rem;
  }
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name=tab_item],
input[name=event_tab] {
  display: none;
}

/*タブ切り替えの中身の共通スタイル*/
.tab_content {
  display: none;
  clear: both;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tab_content {
    padding-top: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .tab_content {
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
  }
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#half:checked ~ #half_content,
#care:checked ~ #care_content,
#event_spring:checked ~ #event_spring_content,
#event_summer:checked ~ #event_summer_content,
#event_autumn:checked ~ #event_autumn_content,
#event_winter:checked ~ #event_winter_content,
#event_other:checked ~ #event_other_content {
  display: block;
}

/* ==========================
   園児の1日タブ
   ========================== */
.schedule-tabs {
  display: block;
  margin-top: var(--space-xl);
}
@media screen and (min-width: 768px) {
  .schedule-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: var(--space-md);
  }
}
.schedule-tabs .tab_item--schedule {
  width: 100%;
  border-radius: 41px;
  background: var(--color-brand-primary-4);
  border-bottom: none;
  color: #ffffff;
  padding: var(--space-sm);
  float: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .schedule-tabs .tab_item--schedule {
    max-width: 300px;
    float: left;
  }
}
.schedule-tabs input + .tab_item--schedule {
  margin-top: var(--space-sm);
}

.schedule-tabs input:checked + .tab_item--schedule {
  opacity: 0.75;
}

.schedule-tabs .tab_content,
.events-tabs .tab_content {
  clear: both;
  width: 100%;
}

/* ==========================
   年間行事タブ
   ========================== */
@media screen and (min-width: 768px) {
  .events-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--space-lg);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .events-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 20px;
  }
  .events-tabs .tab_item--events {
    width: 20%;
    max-width: none;
  }
  #event_other + .tab_item--events {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tab_item--events {
  width: 100%;
  max-width: 160px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background: none;
  border-bottom: 4px solid var(--color-primary);
  color: var(--color-primary);
  font-size: var(--font-size-lg);
}
@media screen and (max-width: 767px) {
  .tab_item--events {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 1.8rem;
  }
}
.tab_item--events::after {
  content: "\e900";
  font-family: "icomoon";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-primary);
  width: 20px;
  height: 20px;
  font-size: 0.7em;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.tab_item--events:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.events-tabs input:checked + .tab_item--events {
  opacity: 0.75;
}

.contact {
  text-align: center;
  border: 3px solid var(--color-text-accent);
  border-radius: 31px;
  margin: var(--space-xxl) auto 0;
  padding: var(--space-xxl) var(--space-lg_xl);
}
.contact__body {
  display: inline-block;
  text-align: left;
}
.contact p {
  margin-top: var(--space-xxs);
  font-size: var(--font-size-sm);
}
.contact__actions {
  display: grid;
}
@media (min-width: 900px) {
  .contact__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}

.btn-container {
  text-align: center;
}

.btn {
  margin-top: var(--space-lg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: var(--space-md);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 22px;
  font-size: var(--font-size-sm);
  font-weight: 700;
  font-family: var(--font-family-zenmaru);
  padding: var(--font-size-22) var(--space-lg);
  letter-spacing: 0.05em;
  background-color: var(--color-primary);
  color: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .btn {
    min-width: 300px;
  }
}
.btn::after {
  content: "\e900";
  font-family: "icomoon";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-primary);
  width: 27px;
  height: 27px;
  font-size: 0.8em;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  opacity: 0.95;
}
.btn:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.btn--tell, .btn--contact {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 1.6rem;
  padding: var(--space-lg_xl);
  padding-right: var(--space-xxl);
}
@media screen and (min-width: 768px) {
  .btn--tell, .btn--contact {
    font-size: var(--font-size-lg);
  }
}
.btn--tell::after, .btn--contact::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .btn--tell::after, .btn--contact::after {
    right: 27px;
  }
}
.btn--tell:hover::after, .btn--contact:hover::after {
  -webkit-transform: translateY(-50%) translateX(4px);
          transform: translateY(-50%) translateX(4px);
}
.btn--tell {
  background-color: var(--color-brand-primary-4);
}
.btn--tell::after {
  color: var(--color-brand-primary-4);
}
.btn--contact {
  background-color: var(--color-brand-primary-1);
}
.btn--contact::after {
  color: var(--color-brand-primary-1);
}

.goals__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.workplace__img {
  width: 100%;
  margin-block: 0 var(--space-xxl);
}
@media screen and (min-width: 1200px) {
  .workplace__img {
    margin-block: var(--space-3l);
  }
}
@media screen and (min-width: 768px) {
  .workplace__textarea {
    width: 80%;
    margin: var(--space-lg) auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .workplace__textarea {
    margin: var(--space-xl) auto 0;
  }
}

.message__textarea {
  max-width: 800px;
  margin: 0 auto;
}

.care-text {
  font-weight: bold;
  margin-top: var(--space-xl);
}
@media screen and (min-width: 1200px) {
  .care-text {
    margin-top: var(--space-xxl);
  }
}

.video-wrap {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16/9;
  margin-inline: auto;
  border-radius: 30px;
  overflow: hidden;
}

.video-wrap iframe {
  width: 100%;
  height: 100%;
}

.card {
  position: relative;
  --padding: var(--space-sm);
  display: grid;
  grid-template-columns: [full-start] var(--padding) [std-start] 1fr [std-end] var(--padding) [full-end];
  padding-block: var(--padding);
  border: 1px solid var(--color-gray-light);
}
.card:has(.card__thumb) {
  padding-top: 0;
}
.card > * {
  grid-column: std;
}
.card__thumb {
  grid-column: full;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.card__title {
  font-size: var(--font-size-lg);
}
.card__more {
  display: grid;
  justify-self: end;
}
.card__more::before {
  content: "";
  position: absolute;
  inset: 0;
}

.events-cushion {
  position: relative;
  margin-top: var(--space-lg);
  border-radius: 20px 0 0 20px;
  background: #FFF5D7;
  padding: var(--space-lg_xl);
  padding-right: 0;
}

.events-cushion__head {
  width: 1100px;
  max-width: calc(100% - var(--space-md) * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--space-md);
}

.events-cushion__note {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #6D7379 !important;
  font-family: var(--font-family-zenmaru);
  font-size: var(--font-size-md);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.715px;
  margin-top: 0 !important;
}

.events-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.events-pager__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E5ECF2;
  border: none;
  cursor: pointer;
  padding: 0;
}
.events-pager__btn::after {
  font-family: "icomoon";
  font-size: 0.9rem;
  font-weight: normal;
  color: var(--color-text-main);
  line-height: 1;
}
.events-pager__btn--prev::after {
  content: "\e900";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.events-pager__btn--next::after {
  content: "\e900";
}
.events-pager__btn:hover, .events-pager__btn:active, .events-pager__btn:focus {
  background: var(--color-primary);
}
.events-pager__btn:hover::after, .events-pager__btn:active::after, .events-pager__btn:focus::after {
  color: #ffffff;
}
.events-pager__btn:disabled {
  opacity: 0.4;
  cursor: default;
}
.events-pager__btn:disabled:hover {
  background: #E5ECF2;
}
.events-pager__btn:disabled:hover::after {
  color: var(--color-text-main);
}

.events-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--space-md);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
  padding-right: calc(100vw - 100% + var(--space-md));
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: var(--space-md);
}
.events-scroll.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.events-scroll {
  scrollbar-width: none;
}
.events-scroll::-webkit-scrollbar {
  display: none;
}
.events-scroll img {
  -webkit-user-drag: none;
  user-drag: none;
}

.event-card {
  scroll-snap-align: start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 10px;
  border: 1px solid var(--color-text-accent);
  background: var(--color-bg-base);
  overflow: hidden;
  padding: var(--space-lg);
}
@media screen and (min-width: 1200px) {
  .event-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc((100% - var(--space-md)) / 1.5);
    gap: var(--space-sm);
  }
}
.event-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 1200px) {
  .event-card__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.event-card__month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 0 !important;
}
.event-card__month-num, .event-card__month-unit {
  color: var(--color-secondary);
  font-family: var(--font-family-zenmaru);
  font-size: var(--font-size-30);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.613px;
}
@media screen and (max-width: 767px) {
  .event-card__month-num {
    margin-top: 2.5rem;
  }
}
.event-card__month-unit {
  margin-left: 2px;
}
.event-card__name {
  color: var(--color-text-accent);
  font-family: var(--font-family-zenmaru);
  font-size: 17.88px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.715px;
}
.event-card__name p {
  margin-top: 1.2rem !important;
}
.event-card__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 1200px) {
  .event-card__image {
    width: 383px;
    height: auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.event-card__image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.event-card__image img + img {
  margin-top: 1.5rem;
}

#childcare .events-cushion--bleed-right {
  width: min(50vw + 550px, 100%);
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}
@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
.gallery-item {
  padding: 8px;
}
.gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--color-font);
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

/*  パンくず  */
.breadcrumb {
  background: var(--color-primary);
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.breadcrumb__item {
  color: var(--color-white);
}
.breadcrumb__item:not(:first-child):before {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--color-white);
  margin: 0 1rem 0.2rem;
  border-right: 1px solid var(--color-white);
}
.breadcrumb__item:not(:last-child) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumb__item:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: var(--color-white);
}
.breadcrumb__link:hover {
  opacity: 1;
}
/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--color-white);
  text-align: center;
  line-height: 1;
  opacity: 0;
  z-index: 500;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 40px;
    height: 40px;
    bottom: 30px;
  }
}
.page-top--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.goto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .goto {
    border: 1px solid var(--color-primary);
    border-radius: 12px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .goto {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 60px;
  }
}
.goto__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .goto__item:not(:first-child) {
    border-top: 1px solid var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .goto__item {
    width: 33.3333333333%;
    padding: 8px;
  }
}
.goto__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.8rem;
  color: var(--color-primary);
  text-align: center;
  line-height: 28px;
  padding: 10px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media screen and (min-width: 768px) {
  .goto__link {
    border: 1px solid var(--color-primary);
    border-radius: 12px;
  }
}
.goto__link:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

/*********************/
/*  ニュース  */
/*********************/
.main--news-single {
  padding-top: var(--header-height);
}

/*  リストタイプ  */
.news-list {
  display: block;
  width: 100%;
}
.news-list--archive {
  margin-top: var(--space-3l);
}
.news-list--archive .news-card:first-of-type {
  border-top: none;
}

.refine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 20px;
}
@media screen and (min-width: 1200px) {
  .refine {
    gap: 15px 45px;
  }
}
.refine__btn {
  display: inline-block;
  font-size: var(--font-size-md);
  font-weight: 900;
  font-family: var(--font-family-zenmaru);
  color: var(--color-text-main);
  letter-spacing: 0.11em;
  border-radius: 999px;
  border: 3px solid var(--color-brand-primary-1);
  padding: 5px 15px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .refine__btn {
    padding: 10px 25px;
  }
}
.refine__btn:hover {
  background: var(--color-brand-primary-1);
  border: 3px solid transparent;
}
.refine__btn--all {
  background: var(--color-brand-primary-2);
  border: 3px solid transparent;
}
.refine__btn--all:hover {
  background: #fff;
  border: 3px solid var(--color-brand-primary-2);
}
.refine__btn--important {
  border: 3px solid #FFC6AC;
}
.refine__btn--important:hover {
  background: #FFC6AC;
}

.news-card {
  position: relative;
  display: grid;
  gap: var(--space-sm);
  padding: var(--space-md) 0;
  border-bottom: 2px solid rgba(38, 38, 38, 0.2);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.news-card:first-child {
  border-top: 2px solid rgba(38, 38, 38, 0.2);
}
.news-card:hover {
  opacity: 0.7;
}
.news-card:hover .news-card__post-title::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.news-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .news-card__meta {
    gap: 15px;
  }
}
.news-card__time {
  font-size: 1.9rem;
  color: var(--color-text-accent);
  font-family: var(--font-family-en);
  font-weight: 500;
}
.news-card__category {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  border-radius: 9999px;
  background: #E0F0FE;
  padding: 2px 10px;
}
@media screen and (min-width: 768px) {
  .news-card__category {
    min-width: 95px;
    padding: 3px 24px;
  }
}
.news-card__post-title {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-sm);
  color: var(--color-text-main);
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
}
.news-card__post-title::after {
  content: "\e900";
  font-family: "icomoon";
  display: inline-grid;
  place-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/*  アーカイブページのデザイン  */
.post-type-archive-news .news-card__post-title {
  font-size: var(--font-size-27);
  font-weight: 900;
  font-family: var(--font-family-zenmaru);
  color: var(--color-text-accent);
  line-height: 1.5;
  letter-spacing: 0.11em;
}
.post-type-archive-news .news-card__post-title::after {
  content: none;
}
.post-type-archive-news .news-card__excerpt {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-sm);
  margin-top: 1.5rem !important;
}
.post-type-archive-news .news-card__excerpt::after {
  content: "\e900";
  font-family: "icomoon";
  display: inline-grid;
  place-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.news-head {
  margin-bottom: var(--space-xxl);
}
.news-head__time {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  font-family: var(--font-family-en);
  color: var(--color-text-accent);
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .news-head__time {
    font-size: 2.7rem;
  }
}
.news-head__ctg {
  display: inline-block;
  vertical-align: super;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: var(--font-family-zenmaru);
  background: #E0F0FE;
  border-radius: 72px;
  padding: 5px 20px;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news-head__ctg {
    font-size: 1.7rem;
    padding: 10px 35px;
    margin-left: 2.3rem;
  }
}
.news-head__h2 {
  font-size: 2.4rem;
  font-family: var(--font-family-zenmaru);
  font-weight: 900;
  color: var(--color-text-accent);
  letter-spacing: 0.11em;
  line-height: 1.5;
  margin-top: var(--space-lg_xl);
}
@media screen and (min-width: 768px) {
  .news-head__h2 {
    font-size: 3.2rem;
  }
}

h2.wp-block-heading,
h3.wp-block-heading {
  position: relative;
  font-family: var(--font-family-zenmaru);
  font-size: var(--font-size-24);
  font-weight: 900;
  color: var(--color-text-accent);
  letter-spacing: 0.11em;
  margin-block: var(--space-lg_xl) var(--space-md);
  padding-left: 40px;
}
h2.wp-block-heading::before,
h3.wp-block-heading::before {
  content: "";
  position: absolute;
  background: url("../images/h4-deco.svg") no-repeat center/contain;
  width: 30px;
  height: 37px;
  left: 0;
  top: 0;
}

h3.wp-block-heading {
  display: inline-block;
  border-bottom: 1px solid var(--color-text-accent);
  padding-bottom: 4px;
  padding-left: 0;
}
h3.wp-block-heading::before {
  content: none;
}

.single-news .wp-block-image {
  margin-block: var(--space-md) var(--space-xl);
}
.single-news .wp-block-paragraph {
  max-width: 1000px;
  margin: var(--space-md) auto 0;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* デコレーション版 */
.deco-form {
  display: grid;
  gap: 10px;
}
.deco-form p {
  margin-top: 0 !important;
}
.deco-form input::-webkit-input-placeholder {
  font-weight: 500;
  color: #c7c7c7;
}
.deco-form input::-moz-placeholder {
  font-weight: 500;
  color: #c7c7c7;
}
.deco-form input:-ms-input-placeholder {
  font-weight: 500;
  color: #c7c7c7;
}
.deco-form input::-ms-input-placeholder {
  font-weight: 500;
  color: #c7c7c7;
}
.deco-form input::placeholder {
  font-weight: 500;
  color: #c7c7c7;
}
.deco-form__info {
  margin-block: var(--space-lg_xl);
}
.deco-form__wrap {
  border: 3px solid var(--color-text-sub);
  border-radius: 20px;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .deco-form__wrap {
    padding: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .deco-form__wrap {
    padding: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__row--file {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(1) {
    width: 30.5%;
  }
}
.deco-form__row--file .deco-form__item:nth-child(2) {
  width: 100%;
  padding: 1.8rem 2rem;
  background: var(--color-bg-light);
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    width: 69.5%;
  }
}
@media screen and (min-width: 1200px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    padding: 2rem;
  }
}
.deco-form .required-label {
  color: var(--color-secondary);
}
.deco-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.5rem;
  color: var(--color-text-accent);
  font-family: var(--font-family-zenmaru);
  font-weight: 500;
}
.deco-form__item {
  position: relative;
  width: 100%;
  color: #000;
  border-radius: 11px;
  padding: 12px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--font-family-zenmaru);
}
@media screen and (min-width: 768px) {
  .deco-form__item {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .deco-form__item {
    font-size: 2.4rem;
  }
}
.deco-form__item:first-child {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid var(--color-brand-primary-4);
  background: var(--color-brand-primary-3);
}
@media screen and (min-width: 768px) {
  .deco-form__item:first-child {
    width: 30%;
  }
}
.deco-form__item:last-child {
  border: 2px solid var(--color-brand-primary-3);
}
.deco-form__item--select {
  position: relative;
}
.deco-form__item--select:before, .deco-form__item--select:after {
  position: absolute;
  display: block;
  content: "";
}
.deco-form__item--select:before {
  color: var(--color-white);
  text-align: center;
  line-height: 50px;
  top: 0;
  right: 0;
  height: 50px;
  width: 30px;
  background: var(--color-text-sub);
  z-index: 0;
  pointer-events: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 768px) {
  .deco-form__item--select:before {
    width: 50px;
  }
}
.deco-form__item--select:after {
  top: 20px;
  right: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: var(--color-white) transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .deco-form__item--select:after {
    right: 9px;
  }
}
.deco-form__item--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .deco-form__item--radio {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.deco-form__item--radio span.mwform-radio-field.vertical-item {
  display: inline-block;
  width: calc(50% - 1rem);
}
@media screen and (min-width: 768px) {
  .deco-form__item--radio span.mwform-radio-field.vertical-item {
    max-width: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .deco-form__item--radio span.mwform-radio-field.vertical-item {
    width: calc(25% - 1rem);
  }
}
@media screen and (min-width: 768px) {
  .deco-form__item--norequired {
    padding-left: 7rem;
    width: calc(44% - 3rem) !important;
  }
}
.deco-form__policy {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #000;
  padding: 15px 20px;
  margin: 2rem 0;
}
.deco-form__text, .deco-form__textarea, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  display: block;
  width: 100%;
  background: var(--color-white);
  outline: 0;
}
.deco-form__text, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  height: 5rem;
}
.deco-form__select {
  cursor: pointer;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  text-overflow: "";
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
.deco-form__add {
  margin-left: 1rem;
}
.deco-form__check {
  display: none;
}
.deco-form__check:checked + .mwform-radio-field-text:before {
  border-width: 13px;
}
.deco-form__check:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.deco-form__check:checked + .mwform-checkbox-field-text:before {
  background: var(--color-text-sub);
}
.deco-form__radio {
  display: none;
}
.deco-form__radio:checked + .mwform-radio-field-text {
  font-weight: bold;
  color: var(--color-white);
  background: var(--color-text-sub);
}
.deco-form__privacy {
  text-align: center;
  margin-top: var(--space-xxl);
}
.deco-form__privacy .wpcf7-checkbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.deco-form .mwform-radio-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 10px 20px 10px 50px;
  vertical-align: middle;
  cursor: pointer;
}
.deco-form .mwform-radio-field-text:before {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--color-text-sub);
  background: var(--color-white);
}
.deco-form .mwform-checkbox-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding-left: 20px;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .deco-form .mwform-checkbox-field-text {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .deco-form .mwform-checkbox-field-text {
    padding: 0px 30px 0 20px;
  }
}
.deco-form .mwform-checkbox-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid var(--color-text-sub);
  background: var(--color-white);
}
@media screen and (min-width: 1200px) {
  .deco-form .mwform-checkbox-field-text:before {
    top: 7px;
  }
}
.deco-form .mwform-checkbox-field-text:after {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  opacity: 0;
}
.deco-form .mwform-radio-field label,
.deco-form .mwform-checkbox-field label {
  cursor: pointer;
}
.deco-form__image {
  width: 100%;
}
.deco-form__checkbox--region:after {
  border-radius: 5px;
}
.deco-form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid var(--color-text-sub);
  border-bottom: 3px solid var(--color-text-sub);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.deco-form__button, .deco-form__back, .deco-form__submit {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-white);
  background: var(--color-text-sub);
  padding: 18px 30px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .deco-form__button, .deco-form__back, .deco-form__submit {
    max-width: 430px;
  }
}
.deco-form__button:hover, .deco-form__back:hover, .deco-form__submit:hover {
  opacity: 0.7;
}
.deco-form .mw-wp-form_image img {
  max-width: 100%;
  height: auto;
}
.deco-form span.mwform-checkbox-field.vertical-item {
  display: inline-block;
}
.deco-form .vertical-item {
  margin-top: 0 !important;
  margin-bottom: 5px;
}
.deco-form__info-area {
  padding: 15px 0;
}
@media screen and (min-width: 1200px) {
  .deco-form__info-area {
    padding: 25px 0;
  }
}
.deco-form__info-item {
  background: var(--color-bg-light);
  margin-bottom: 1px;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .deco-form__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.deco-form__info-title {
  display: block;
}
@media screen and (min-width: 768px) {
  .deco-form__info-title {
    width: 175px;
  }
}
.deco-form__info-txtbox {
  display: block;
  width: calc(100% - 175px);
  pointer-events: none;
}

.deco-form-birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.deco-form-birth__item {
  position: relative;
  display: block;
  width: 100%;
}
.deco-form-birth__item:before, .deco-form-birth__item:after {
  position: absolute;
  display: block;
  content: "";
}
.deco-form-birth__item:before {
  color: var(--color-white);
  text-align: center;
  line-height: 50px;
  top: 0;
  right: 0;
  height: 50px;
  width: 30px;
  background: var(--color-text-sub);
  z-index: 0;
  pointer-events: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 768px) {
  .deco-form-birth__item:before {
    width: 50px;
  }
}
.deco-form-birth__item:after {
  top: 20px;
  right: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: var(--color-white) transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .deco-form-birth__item:after {
    right: 9px;
  }
}
.deco-form-birth--year, .deco-form-birth--month {
  margin-right: 1rem;
}
.deco-form-text-link {
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.deco-form-text-link:hover {
  opacity: 0.8;
}

.preview-txt {
  display: none;
}

.pryvacy-consent {
  display: block;
  margin-top: 2.5rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pryvacy-consent {
    text-align: center;
  }
}
.pryvacy-consent .mwform-checkbox-field-text {
  display: inline-block;
}
.pryvacy-consent .preview-txt {
  display: block;
}

.mw_wp_form_preview .preview-txt {
  display: inline-block;
}
.mw_wp_form_preview .pryvacy-consent {
  display: none;
}
.mw_wp_form_preview .deco-form__required,
.mw_wp_form_preview .deco-form__any,
.mw_wp_form_preview .deco-form__small,
.mw_wp_form_preview .deco-form__item--select:before,
.mw_wp_form_preview .deco-form__item--select:after,
.mw_wp_form_preview .deco-form-birth__item:before,
.mw_wp_form_preview .deco-form-birth__item:after {
  display: none;
}
.mw_wp_form_preview .deco-form__row--file .deco-form__item:nth-child(2) {
  background: none;
  padding: 0;
}
.mw_wp_form_preview .deco-form__row--file .deco-form__item:nth-child(2) a {
  color: #000;
  text-decoration: none;
  border-bottom: none;
  pointer-events: none;
}

.form-step {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .form-step {
    margin-bottom: 8rem;
  }
}
.form-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-step__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #ddd;
}
@media screen and (min-width: 768px) {
  .form-step__item:not(:last-child)::after {
    width: 100px;
  }
}
.form-step__item--active::after {
  background: red !important;
}
.form-step__item--active .form-step__num {
  background: red;
}
.form-step__num {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #ddd;
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form-step__num {
    width: 91px;
    height: 91px;
    line-height: 91px;
    font-size: 3.8rem;
  }
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-checkbox {
  display: grid;
  gap: 3px;
}
.wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-list-item-label {
  font-weight: 500;
  padding-left: 15px;
}

/* デフォルトのチェックボックスを非表示にして形を整える */
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 17px;
  height: 17px;
  border: 2px solid var(--color-text-main); /* チェック前の枠線 */
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  position: relative;
}

/* チェックが入ったときの背景色 */
input[type=checkbox]:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

/* チェックが入ったときの白いレ点マーク（#fff） */
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff; /* チェックマークの色を白に固定 */
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*  ページ送り  */
.pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5rem 0 0;
  gap: var(--space-sm);
}
.pager-list__item {
  list-style: none;
}
.pager-list__link {
  position: relative;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.pager-list__link--number {
  display: grid;
  place-content: center;
  width: 3.5rem;
  aspect-ratio: 1;
  font-family: var(--font-family-zenmaru);
  font-size: var(--font-size-md);
  font-weight: 900;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .pager-list__link--number {
    font-size: var(--heading-size-s);
  }
}
.pager-list__link--prev:before {
  content: "\e903";
  font-family: "icomoon";
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: var(--color-secondary);
  margin-right: var(--space-sm);
}
.pager-list__link--next::after {
  content: "\e903";
  font-family: "icomoon";
  display: inline-block;
  color: var(--color-secondary);
  margin-left: var(--space-sm);
}
.pager-list__link--active {
  color: #fff;
  background-color: var(--color-primary);
}
.pager-list__link:hover {
  opacity: 0.7;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .pc-none {
    display: none;
  }
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1200px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1200px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 1rem;
  }
  .pc-mb20 {
    margin-bottom: 2rem;
  }
  .pc-mb30 {
    margin-bottom: 3rem;
  }
  .pc-mb40 {
    margin-bottom: 4rem;
  }
  .pc-mb50 {
    margin-bottom: 5rem;
  }
  .pc-mb60 {
    margin-bottom: 6rem;
  }
  .pc-mb70 {
    margin-bottom: 7rem;
  }
  .pc-mb80 {
    margin-bottom: 8rem;
  }
  .pc-mb90 {
    margin-bottom: 9rem;
  }
  .pc-mb100 {
    margin-bottom: 10rem;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

:focus:not(:focus-visible) {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 2em auto;
  }
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1200px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1.5rem;
  font-family: var(--font-family-base);
  line-height: 2;
  color: var(--color-font);
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  body {
    font-size: var(--font-size-md);
  }
}

[popover] {
  background: var(--color-white);
  padding: var(--space-md);
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 400px;
  margin: auto;
}
[popover]::-ms-backdrop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}
[popover]::backdrop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}

.autoscroll-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: clip;
}
.autoscroll-gallery__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: 20s linear autoscroll-gallery infinite;
          animation: 20s linear autoscroll-gallery infinite;
}
.autoscroll-gallery img {
  width: auto;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes autoscroll-gallery {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes autoscroll-gallery {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:not([class]) {
  color: var(--color-primary);
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
a:not([class]):hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}

li {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  outline: none;
}

.fz-sm {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}
@media screen and (min-width: 768px) {
  .fz-sm {
    font-size: 1.5rem;
  }
}