@charset "utf-8";

/*
  Base
-----------------------------------------------------*/
:root {
  --main-color: #ff8263;
  --sub-color--green: #81c556;
  --sub-color--pink: #ff638c;
  --sub-color--blue: #7dced2;
  --bg-color: #fefff2;
  --text-color: #353535;
  --gradient-color: linear-gradient(90deg, #f9bb58 0%, #f5986d 27.4%, #f08a6b 62.98%, #ea6779 99.52%);
  --font-wght-bold: 500;
  --font-wght-light: 400;
}
html.is-fixed {
  overflow: hidden;
}
body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: var(--text-color);
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
p,
li {
  letter-spacing: 0.06em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
iframe {
  max-width: 100%;
}

/*ドロワータップ時の背景固定*/ /* .is-fixed {
  overflow: hidden;
  width: 100%;
  height: 100svh;
} */

/*
  Container
-----------------------------------------------------*/
.container {
  position: relative;
  width: calc(100% - 32px);
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 680px) {
  .container {
    width: calc(100% - 64px);
  }
}
.container.narrow {
  max-width: 1000px;
}
.overflowContainer {
  overflow: hidden;
}

/* Button */
.button {
  position: relative;
  display: inline-block;
  min-width: 12em;
  margin: 2rem 0;
  padding: 0.5em 2em;
  border-radius: 100px;
  text-align: center;
  font-size: 20px;
  border-radius: 100px;
  color: #fff;
  letter-spacing: 0.06em;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background: var(--gradient-color);
}
@media (max-width: 767px) {
  .button {
    font-size: 16px;
  }
}
a.button:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0.7;
}

/*
  Fixed Info
-----------------------------------------------------*/
.fixedInfo_pc {
  display: none;
}
@media (min-width: 1024px) {
  .fixedInfo_pc {
    display: block;
    position: fixed;
    margin: auto 0;
    top: 65%;
    right: -1px;
    rotate: 90deg;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    z-index: 50;
  }

  .fixedInfo_pc .fixedInfo_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 6px;
  }

  .fixedInfo_pc .fixedInfo_link:not(:last-child) {
    border-right: 1px solid #000;
  }

  .fixedInfo_pc .fixedInfo_link a {
    display: block;
    padding: 0.5em;
  }
}
.fixedInfo_sp {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 50;
}
@media (min-width: 1024px) {
  .fixedInfo_sp {
    display: none;
  }
}
.fixedInfo_sp .fixedInfo_sp_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding: 0.5rem 100px 0.5rem 0.5rem;

  @media (min-width: 768px) {
    justify-content: space-around;
    gap: 1rem;
    padding: 0.5rem 140px 0.5rem 2rem;
  }
}
.fixedInfo_sp .fixedInfo_sp_link a {
  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;
  letter-spacing: 0.06em;
  text-align: center;
}
.fixedInfo_sp .fixedInfo_sp_link a img {
  width: 24px;
  height: 24px;

  @media (min-width: 768px) {
    width: 40px;
    height: 40px;
  }
}
.fixedInfo_sp .fixedInfo_sp_link a span {
  font-size: 10px;
  font-weight: 400;

  @media (min-width: 768px) {
    font-size: 14px;
  }
}
.fixedInfo_sp .fixedInfo_sp_button {
  position: absolute;
  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;
  right: 10px;
  bottom: 10px;
  width: 80px;
  height: 80px;
  background: var(--gradient-color);
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;

  @media (min-width: 768px) {
    width: 120px;
    height: 120px;
    font-size: 22px;
  }
}
.fixedInfo_sp .fixedInfo_sp_button .small {
  font-size: 11px;

  @media (min-width: 768px) {
    font-size: 16px;
  }
}

/*
  Main
-----------------------------------------------------*/
.main {
  margin-top: 107px;
}
@media (max-width: 767px) {
  .main {
    margin-top: 70px;
  }
}

/*
  SectionWrapper
-----------------------------------------------------*/
.sectionWrapper {
  padding-top: 10rem;
}
.sectionWrapper.bottom {
  padding-bottom: 10rem;
}

.sectionWrapper_b.bottom {
  padding-bottom: 10rem;
}

.sectionWrapper_thin {
  padding-top: 5rem;
}

.sectionWrapper_thin.bottom {
  padding-bottom: 5rem;
}

@media (max-width: 1199px) {
  .sectionWrapper {
    padding-top: 7rem;
  }

  .sectionWrapper_thin {
    padding-top: 3em;
  }

  .sectionWrapper_thin.bottom {
    padding-bottom: 3rem;
  }

  .sectionWrapper.bottom {
    padding-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .sectionWrapper {
    padding-top: 4rem;
  }

  .sectionWrapper.bottom {
    padding-bottom: 4rem;
  }
}

/*
  SectionTitle
-----------------------------------------------------*/
.sectionTitle {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.sectionTitle_small {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 88px;
}

@media (min-width: 768px) {
  .sectionTitle {
    font-size: 48px;
  }

  .sectionTitle_small {
    font-size: 32px;
  }
}
.sectionTitle span {
  display: block;
  line-height: 1.2;
}
.sectionTitle .large {
  font-size: 40px;
}
@media (min-width: 768px) {
  .sectionTitle .large {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .sectionTitle .large {
    font-size: 80px;
  }
}
.sectionTitle .small {
  font-size: 50%;
  letter-spacing: 0.06em;
}
.sectionTitle .largeText {
  display: inline;
  font-size: 120%;
}
.sectionTitle.flower {
  padding: 0.5em 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sectionTitle.flower {
    padding-bottom: 2em;
  }
}
.sectionTitle.flower::before,
.sectionTitle.flower::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((100% - 540px) / 2);
  height: 100%;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 1199px) {
  .sectionTitle.flower::before,
  .sectionTitle.flower::after {
    width: calc((100% - 340px) / 2);
  }
}
@media (max-width: 767px) {
  .sectionTitle.flower::before,
  .sectionTitle.flower::after {
    width: calc((100% - 180px) / 2);
  }
}
.sectionTitle.flower::before {
  left: 0;
  background: url(../images/common/heading_flower.png) no-repeat center left/contain;
}
@media (max-width: 767px) {
  .sectionTitle.flower::before {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    background-position: bottom center;
    background-size: contain;
  }
}
.sectionTitle.flower::after {
  right: 0;
  background: url(../images/common/heading_flower.png) no-repeat center right/contain;
}
@media (max-width: 767px) {
  .sectionTitle.flower::after {
    display: none;
  }
}
.sectionTitle.border {
  margin-bottom: 4rem;
  padding-bottom: 0.1em;
  font-size: 56px;
  text-align: center;
  border-bottom: 3px solid var(--main-color);
}
@media (max-width: 1199px) {
  .sectionTitle.border {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sectionTitle.border {
    font-size: 32px;
    margin-bottom: 2rem;
  }
}
.sectionTitle.border.green {
  border-color: var(--sub-color--green);
}
.sectionTitle.border.pink {
  border-color: var(--sub-color--pink);
}
.sectionTitle.border.blue {
  border-color: var(--sub-color--blue);
}

/*
  pageTItle
-----------------------------------------------------*/
.pageTitle {
  position: relative;
  height: 40vw;
  background: url(../images/philosophy/pagetitle_philosophy.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .pageTitle {
    height: 100vw;
  }
}
.pageTitle.about {
  background: url(../images/about/pagetitle_about.png) no-repeat center center/cover;
}
.pageTitle.life {
  background: url(../images/life/pagetitle_life.png) no-repeat center center/cover;
}
.pageTitle.guide {
  background: url(../images/guide/pagetitle_guide.png) no-repeat center center/cover;
}
.pageTitle.news {
  background: url(../images/common/pagetitle_news.png) no-repeat center center/cover;
}
.pageTitle.contact {
  background: url(../images/common/pagetitle_contact.png) no-repeat center center/cover;
}
.pageTitle.recruit {
  background: url(../images/common/pagetitle_recruit.png) no-repeat center center/cover;
}
.pageTitle.current {
  background: url(../images/common/pagetitle_current.png) no-repeat center center/cover;
}
.pageTitle.admission {
  background: url(../images/common/pagetitle_admission.png) no-repeat center center/cover;
}
.pageTitle .pageTitle_text {
  position: absolute;
  bottom: 2%;
  left: 0;
}
@media (max-width: 767px) {
  .pageTitle .pageTitle_text {
    bottom: 5%;
  }
}
.pageTitle .pageTitle_text span {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0 0.75em 0.02em;
  background: var(--gradient-color);
  color: #fff;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.16em;
  -webkit-box-shadow: 10px 10px 0px #fff;
  box-shadow: 10px 10px 0px #fff;
}
@media (max-width: 1199px) {
  .pageTitle .pageTitle_text span {
    font-size: 7vw;
    -webkit-box-shadow: 0.2em 0.2em 0px #fff;
    box-shadow: 0.2em 0.2em 0px #fff;
  }
}
@media (max-width: 767px) {
  .pageTitle .pageTitle_text span {
    font-size: 40px;
    -webkit-box-shadow: 0.2em 0.2em 0px #fff;
    box-shadow: 0.2em 0.2em 0px #fff;
  }
}

.pageTitle .pageTitle_text span.small {
  font-size: 3vw;
}
@media (max-width: 1199px) {
  .pageTitle .pageTitle_text span.small {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  .pageTitle .pageTitle_text span.small {
    font-size: 22px;
  }
}

.pageTitle .pageTitle_text span.medium {
  font-size: 4vw;
}
@media (max-width: 1199px) {
  .pageTitle .pageTitle_text span.medium {
    font-size: 5vw;
  }
}
@media (max-width: 767px) {
  .pageTitle .pageTitle_text span.medium {
    font-size: 27px;
  }
}

/*
  dataList
-----------------------------------------------------*/
.dataList {
  width: 100%;
}
.dataList_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 2em;
  border-top: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .dataList_item {
    padding: 1em;
  }
}
.dataList_item:last-of-type {
  border-bottom: 1px solid #d4d4d4;
}
.dataList_item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10em;
  width: 7px;
  height: 7px;
  margin: auto 0;
  background-color: var(--main-color);
  border-radius: 100%;
}
@media (max-width: 767px) {
  .dataList_item::before {
    left: 6em;
  }
}
.dataList_item dt {
  width: 10em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .dataList_item dt {
    width: 6em;
  }
}
.dataList_item dd {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-left: 2em;
}
@media (max-width: 767px) {
  .dataList_item dd {
    padding-left: 1em;
  }
}

/*
  Number
-----------------------------------------------------*/
.number {
  position: absolute;
  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: 2.5em;
  height: 2.5em;
  font-size: 32px;
  border-radius: 100%;
  background: var(--gradient-color);
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .number {
    font-size: 24px;
  }
}

/*
  Gradient-border
-----------------------------------------------------*/
.gradient-border {
  position: relative;
}
.gradient-border::before {
  content: "";
  position: absolute;
}
.gradient-border::before {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: 0;
  left: 0;
  background: var(--gradient-color);
  border-radius: 40px;
  z-index: 0;
}
.gradient-border .gradient-border_inner {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 3px;
  left: 3px;
  border-radius: 38px;
  z-index: 1;
}

/*
  Utility
-----------------------------------------------------*/
@media (min-width: 1200px) {
  .spOnly {
    display: none;
  }
}
@media (min-width: 1200px) {
  .tabOnly {
    display: none;
  }
}
.pcOnly {
  display: none;
}
@media (min-width: 1200px) {
  .pcOnly {
    display: block;
  }
}
.bg-color {
  background-color: var(--bg-color);
}
.text-block {
  display: inline-block;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-center .onlyPc {
  -moz-text-align-last: left;
  text-align-last: left;
}
@media (min-width: 1024px) {
  .text-center .onlyPc {
    text-align: center;
  }
}
.link {
  cursor: pointer;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
.caution {
  font-style: normal;
  color: #ed1c24;
}
.pt-1 {
  padding-top: 1em;
}

/*
  Accessibility
-----------------------------------------------------*/ /*
  Visually Hidden
*/
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

/*
  Header
-----------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 100;
}
@media (min-width: 1200px) {
  .header {
    height: auto;
  }
}
.header::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 7px;
  background: var(--gradient-color);
}
@media (max-width: 767px) {
  .header::after {
    bottom: -3px;
    height: 3px;
  }
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
}
@media (max-width: 767px) {
  .header_inner {
    padding: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .header_inner {
    width: 95%;
    margin: 0 auto;
  }
}
.is-drawerActive .header_inner {
  height: auto;
  overflow: auto;
  -webkit-transition: 2s ease 0.5s;
  transition: 2s ease 0.5s;
}
.header_logo {
  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: 280px;
}
@media (max-width: 767px) {
  .header_logo {
    width: 200px;
  }
}

/*
  Navigation
-----------------------------------------------------*/
.globvalNav {
  margin-top: 1.25rem;
  font-size: 18px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (width < 1200px) {
  .globvalNav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100svh;
    margin-top: 0;
    padding-top: 10rem;
    color: #fff;
    visibility: hidden;
    background-color: var(--main-color);
    opacity: 0;
  }
}
@media (width < 1023px) {
  .globvalNav {
    padding-top: 8rem;
  }
}
@media (width < 767px) {
  .globvalNav {
    padding-top: 8rem;
  }
}
.globvalNav_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
@media (width >= 1200px) {
  .globvalNav_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.5em;
    color: var(--text-color);
  }
}
.globvalNav_item a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .globvalNav_item a {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .globvalNav_item a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .globvalNav_item a {
    font-size: 18px;
  }
}
.globvalNav_item .button {
  min-width: auto;
  margin: 0;
  padding: 0.25em 1em;
}
@media (max-width: 1199px) {
  .globvalNav_item .button {
    background: none;
    color: #fff;
  }
}
@media (width >= 1200px) {
  .globvalNav_item a:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}
.is-drawerActive .globvalNav {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* サブメニュー */
.header_submenu {
  text-align: center;
}
@media (min-width: 1200px) {
  .header_submenu {
    position: absolute;
    top: 0.75em;
    right: 3.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    font-size: 14px;
    text-align: left;
  }
}
.header_submenu .header_submenuItem {
  margin-top: 2em;
}
@media (min-width: 1200px) {
  .header_submenu .header_submenuItem {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .header_submenu .header_submenuItem a {
    color: #525252;
    font-weight: 400;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .header_submenu .header_submenuItem a {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .header_submenu .header_submenuItem a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .header_submenu .header_submenuItem a {
    font-size: 18px;
  }
}

/* 子メニュー */
.header_childmenu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: var(--gradient-color);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
}
.header_childmenu a {
  color: #fff;
  font-size: 18px;
}
.header_childmenu.show {
  height: auto;
  padding: 0.75em 0;
}

/*
  HamburgerButton
-----------------------------------------------------*/
.hamburgerButton {
  position: relative;
  width: 54px;
  height: 54px;
  padding: 0;
  outline: 0;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  background: transparent;
  border-radius: 100%;
  z-index: 100;
}
@media (min-width: 1200px) {
  .hamburgerButton {
    display: none;
  }
}
.hamburgerButton .hamburgerButton_line {
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #363636;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.hamburgerButton .hamburgerButton_line:before,
.hamburgerButton .hamburgerButton_line:after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: inherit;
  background-color: #363636;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.hamburgerButton .hamburgerButton_line:before {
  top: -10px;
}
.hamburgerButton .hamburgerButton_line:after {
  top: 10px;
}
.hamburgerButton .hamburgerButton_line span {
  position: absolute;
  display: block;
  width: 100%;
  right: 0;
  left: 0;
  bottom: -25px;
  font-size: 10px;
  color: #fff;
}
.is-drawerActive .hamburgerButton {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.is-drawerActive .hamburgerButton .hamburgerButton_line {
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.is-drawerActive .hamburgerButton .hamburgerButton_line:before,
.is-drawerActive .hamburgerButton .hamburgerButton_line:after {
  top: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #fff;
}
.is-drawerActive .hamburgerButton .hamburgerButton_line:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-drawerActive .hamburgerButton .hamburgerButton_line:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
  Hero
-----------------------------------------------------*/
.hero {
  position: relative;
  width: 100%;
  height: calc(100svh - 105px);
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero {
    height: calc(100svh - 120px);
  }
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  width: 26%;
  aspect-ratio: 1 / 1;
  background: url(../images/common/circle_flower_2.png) no-repeat center center/contain;
  mix-blend-mode: screen;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero::before,
  .hero::after {
    width: 60%;
  }
}
.hero::before {
  right: 0;
  top: 0;
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
}
@media (max-width: 767px) {
}
.hero::after {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-25%, 30%);
  transform: translate(-25%, 30%);
}
.hero .hero_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .hero_text {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 3;
}
@media (max-width: 1199px) {
  .hero .hero_text {
    top: auto;
    bottom: 20%;
  }
}
@media (max-width: 767px) {
  .hero .hero_text {
    top: auto;
    bottom: 18%;
  }
}
.hero .hero_text .hero_text_row {
  display: inline-block;
  padding: 0 0.25em 0.02em;
  background: var(--gradient-color);
  color: #fff;
  line-height: 1.25;
  font-size: 6vw;
}
@media (max-width: 1199px) {
  .hero .hero_text .hero_text_row {
    font-size: 10vw;
  }
}
@media (max-width: 767px) {
  .hero .hero_text .hero_text_row {
    font-size: 12.5vw;
  }
}
.hero .hero_text .hero_text_row:nth-of-type(2) {
  margin-top: 0.5em;
  margin-left: 1.5em;

  @media (max-width: 1199px) {
    margin-left: 1em;
  }
}

/*
  Negai（TOP）
-----------------------------------------------------*/
.negai_wrapper {
  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: 2rem;
  gap: 2rem;
}
@media (min-width: 768px) {
  .negai_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.negai_item {
  text-align: center;
}
.negai_item img {
  width: 80%;
}
@media (max-width: 767px) {
  .negai_item img {
    max-width: 380px;
  }
}
.negai_item p {
  margin-top: 1em;
  font-size: 18px;
}

/*
  Instagram
-----------------------------------------------------*/
.insta_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .insta_column {
    gap: 8px;
  }
}
.insta_column li {
  width: 25%;
  aspect-ratio: 1 / 1;
  background-color: #ddd;
}

/*
  Life
-----------------------------------------------------*/
.lifeTop_title {
  position: relative;
}
.lifeTop_title .sectionTitle {
  position: absolute;
  top: 1em;
  left: 0;
  width: 45%;
  font-size: 64px;
}
@media (max-width: 1199px) {
  .lifeTop_title .sectionTitle {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .lifeTop_title .sectionTitle {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 40px;
  }
}
.lifeTop_container {
  position: relative;
  margin-bottom: 4rem;
  padding: 3rem 0;
  background-color: var(--bg-color);
}
@media (max-width: 767px) {
  .lifeTop_container {
    margin-bottom: 4rem;
    padding: 1rem 0 0;
  }
}
.lifeTop_container::after {
  content: "";
  position: absolute;
  bottom: -64px;
  left: 0;
  width: 100%;
  height: 65px; /* SVGの高さ */
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 65" preserveAspectRatio="none"><path d="M0 0H1440C1440 0 1185.5 64.5 719 64.5C252.5 64.5 0 0 0 0Z" fill="%23fefff2"/></svg>')
    no-repeat center bottom;
  background-size: 100% 100%;
}
.lifeTop_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .lifeTop_img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .lifeTop_img_item {
    width: 30%;
  }
}
.lifeTop_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .lifeTop_buttons {
    gap: 0.5rem;
    margin-top: 1rem;
  }
}
.lifeTop_buttons .button {
  font-size: 20px;
  min-width: 10em;
  margin: 0;
}
@media (max-width: 767px) {
  .lifeTop_buttons .button {
    font-size: 12px;
    min-width: 8em;
  }
}

/*
  入園のご案内
-----------------------------------------------------*/
.entryinfo_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .entryinfo_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }
}
.entryinfo_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 0;
}
.entryinfo_item .button {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .entryinfo_item .button {
    font-size: 16px;
  }
}
.entryinfo_item_img::before {
  border-radius: 43px;
}
.entryinfo_item_title {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .entryinfo_item_title {
    font-size: 20px;
  }
}

.entrySession {
  width: 100%;
  padding: 3rem 0;
  background: url("../images/common/entranceinfo_bg.png") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .entrySession {
    margin: 0;
    padding: 2rem 0;
  }
}
.entrySession .entrySession_title {
  font-size: 64px;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1199px) {
  .entrySession .entrySession_title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .entrySession .entrySession_title {
    font-size: 36px;
  }
}
.entrySession .button {
  width: 15em;
  background: #fff;
  color: #000;
  font-size: 24px;
}
@media (max-width: 767px) {
  .entrySession .button {
    width: 80%;
    margin: 2rem auto;
    font-size: 16px;
  }
}

/*
  お母様方の感想
-----------------------------------------------------*/
.voice {
  position: relative;
  background: linear-gradient(#fff 200px, #fff8f3 200px calc(100% - 300px), #fff calc(100% - 300px));
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .voice {
    background: linear-gradient(#fff 124px, #fff8f3 124px calc(100% - 96px), #fff calc(100% - 96px));
    margin-top: 5rem;
  }
}
.voice::before,
.voice::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
}
.voice::before {
  top: 0;
  height: 221px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1447 221" preserveAspectRatio="none"><path d="M1138 6.86347C1243.53 -3.29317 1357.64 -0.100909 1447 3.32538V220.999H0V185.205C66.4509 135.712 125.241 105.37 262.5 91.3644C434 73.8644 459.5 123.864 654.5 108.864C849.5 93.8644 925 27.3635 1138 6.86347Z" fill="%23FFF8F3"/></svg>')
    no-repeat center bottom;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .voice::before {
    height: 125px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 375 127" preserveAspectRatio="none"><path d="M375 127H0V35.4189C63.0846 29.9784 74.4956 48.4997 149.323 42.7559C226.07 36.8647 255.785 10.7476 339.615 2.69629C351.241 1.57969 363.132 0.872888 375 0.464844V127Z" fill="%23FFF8F3"/></svg>')
      no-repeat center bottom;
  }
}
.voice::after {
  bottom: 0;
  height: 302px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1447 302" preserveAspectRatio="none"><path d="M1447 87.7734C1312.8 88.4972 1129.46 41.7848 1006.2 55.9668C777 82.3367 688.304 204.319 383.647 204.319C240.728 204.319 131.16 215.024 4.7998 302H0V0H1447V87.7734Z" fill="%23FFF8F3"/></svg>')
    no-repeat center bottom;
  background-size: 100% 100%;
  z-index: 0;
}
@media (max-width: 767px) {
  .voice::after {
    height: 95px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 375 98" preserveAspectRatio="none"><path d="M375 66.4658C341.516 62.9146 307.359 59.0017 281.006 60.79C199.014 66.3541 167.875 97.2314 58.7021 95.6201C37.4925 95.3071 18.3424 95.4975 0 97.3662V0H375V66.4658Z" fill="%23FFF8F3"/></svg>')
      no-repeat center bottom;
  }
}
.voice_inner {
  position: relative;
  margin-top: -4rem;
  padding-bottom: 10rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .voice_inner {
    padding-bottom: 7rem;
  }
}
.voice_inner::before,
.voice_inner::after {
  content: "";
  position: absolute;
  aspect-ratio: 1 / 1;
  z-index: 0;
}
.voice_inner::before {
  width: 20%;
  top: 0;
  right: 0;
  background: url(../images/common/circle_flower.png) no-repeat center center/contain;
  -webkit-transform: translate(10%, -20%);
  transform: translate(10%, -20%);
}
@media (max-width: 767px) {
  .voice_inner::before {
    width: 40%;
    -webkit-transform: translate(20%, -30%);
    transform: translate(20%, -30%);
  }
}
.voice_inner::after {
  width: 18%;
  bottom: 0;
  left: 0;
  background: url(../images/common/circle_flower.png) no-repeat center center/contain;
  -webkit-transform: translateX(-10%) scale(-1, -1);
  transform: translateX(-10%) scale(-1, -1);
  z-index: -1;
}
@media (max-width: 767px) {
  .voice_inner::after {
    width: 50%;
    -webkit-transform: translate(-20%, -10%) scale(-1, -1);
    transform: translate(-20%, -10%) scale(-1, -1);
  }
}
/* .voice_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  gap: 2.5rem;
  margin-top: 3rem;
} */

.voice_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.voice_container p {
  width: 100%;
}

@media (max-width: 767px) {
  /* .voice_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
  } */

  .voice_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.voice_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  /* width: 25%; */
}
@media (max-width: 767px) {
  .voice_item {
    width: 100%;
  }
}
.voice_category {
  padding: 0.3em 0;
  background-color: var(--main-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .voice_category {
    font-size: 16px;
  }
}
.voice_text {
  font-size: 14px;
  line-height: 1.4;
}

/*
  採用情報バナー
-----------------------------------------------------*/
.recruitBanner {
  padding-top: 4rem;
}
.newsList {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem 3rem;
  border: 3px solid var(--gradient-color);
  background-color: var(--bg-color);
}
@media (max-width: 767px) {
  .newsList {
    width: auto;
    margin: 2rem 1rem 0;
    padding: 1rem 1rem 1rem 2rem;
  }
}
.newsList::before,
.newsList::after {
  content: "";
  position: absolute;
}
.newsList::before {
  width: calc(100%);
  height: calc(100%);
  top: 0;
  left: 0;
  background: var(--gradient-color);
  border-radius: 40px;
  z-index: 0;
}
.newsList::after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  background-color: var(--bg-color);
  border-radius: 38px;
  z-index: 2;
}
.newsList .newsList_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem 0;
  z-index: 3;
}
@media (max-width: 767px) {
  .newsList .newsList_item {
    -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;
    gap: 4px;
  }
}
.newsList .newsList_item_time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 5em;
}
.newsList .newsList_item_category {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8em;
  margin: 0 1.5rem;
  padding: 0.25em 1em;
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .newsList .newsList_item_category {
    margin: 0;
    font-size: 12px;
  }
}
.newsList .newsList_item_category.green {
  background-color: var(--sub-color--green);
}
.newsList .newsList_item_category.pink {
  background-color: var(--sub-color--pink);
}
.newsList .newsList_item_category.blue {
  background-color: var(--sub-color--blue);
}
.newsList .newsList_item_title {
  font-size: 18px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .newsList .newsList_item_title {
    font-size: 16px;
  }
}

/*
  理念
-----------------------------------------------------*/
@media (max-width: 767px) {
  .philosophy .sectionTitle {
    font-size: 32px;
  }
}
.philosophy_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .philosophy_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.philosophy_header .philosophy_img {
  width: 50%;
}
@media (max-width: 767px) {
  .philosophy_header .philosophy_img {
    width: 100%;
  }
}
.philosophy_header .philosophy_copy_heading {
  position: relative;
  padding-bottom: 0.25em;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 1199px) {
  .philosophy_header .philosophy_copy_heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .philosophy_header .philosophy_copy_heading {
    font-size: 32px;
  }
}
.philosophy_header .philosophy_copy_heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: var(--gradient-color, #f9bb58);
}
.philosophy_header .philosophy_copy_subheading {
  margin-top: 1em;
  color: var(--main-color);
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .philosophy_header .philosophy_copy_subheading {
    font-size: 16px;
  }
}
.philosophy_strong {
  margin: 3rem auto 1rem;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .philosophy_strong {
    text-align: left;
    font-size: 16px;
  }
}

/*
  園歌
-----------------------------------------------------*/
.song_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .song_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.song_logo {
  width: 40%;
}
@media (max-width: 767px) {
  .song_logo {
    width: 100%;
  }
}
.song_logo .song_logo_img {
  width: 300px;
  text-align: center;
  margin: 0 auto 1rem;
}
@media (max-width: 767px) {
  .song_logo .song_logo_img {
    width: 80%;
  }
}
.song_lyrics {
  padding: 2rem;
  background-color: var(--bg-color);
  border-radius: 32px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .song_lyrics {
    padding: 1rem;
    font-size: 16px;
  }
}
.song_lyrics li {
  margin-left: 1em;
  padding-left: 0.5em;
  list-style: number;
}
.song_lyrics li + li {
  margin-top: 1.5em;
}
.song_images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .song_images {
    gap: 0.5rem;
    margin-top: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

/*
  3つの願い（下層）
-----------------------------------------------------*/
.negaiUnder_wrapper {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .negaiUnder_wrapper {
    margin-top: 2rem;
  }
}
.negaiUnder_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .negaiUnder_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.negaiUnder_item .negaiUnder_item_img {
  position: relative;
  width: 40%;
}
@media (max-width: 767px) {
  .negaiUnder_item .negaiUnder_item_img {
    width: 80%;
    max-width: 280px;
  }
}
.negaiUnder_item .negaiUnder_item_img .number {
  top: 5%;
  right: 5%;
}
.negaiUnder_item p {
  font-size: 32px;
}
@media (max-width: 1199px) {
  .negaiUnder_item p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .negaiUnder_item p {
    font-size: 18px;
    text-align: center;
  }
}
.negaiUnder_item + .negaiUnder_item {
  margin-top: -5rem;
}
@media (max-width: 767px) {
  .negaiUnder_item + .negaiUnder_item {
    margin-top: 3rem;
  }
}
.negaiUnder_item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .negaiUnder_item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.negaiUnder_item:nth-child(2n) .number {
  left: 5%;
  right: auto;
}

/*
  7つの教育方針
-----------------------------------------------------*/
.purpose_grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .purpose_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 1rem;
    margin-top: 3rem;
  }
}
.purpose_grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3rem;
  width: 40%;
  height: 100%;
  background: url("../images/philosophy/tree_large.png") no-repeat top left / contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .purpose_grid::before {
    display: none;
  }
}
.purpose_item {
  position: relative;
}
@media (max-width: 767px) {
  .purpose_item {
    margin: 0 1rem;
  }
}
@media (min-width: 768px) {
  .purpose_item:nth-child(1) {
    grid-column: 2;
  }

  .purpose_item:nth-child(3) {
    grid-column: 2;
  }
}
.purpose_item .number {
  top: -1rem;
  left: -1rem;
}

/*
  コンテンツリンク
-----------------------------------------------------*/
.contentLinks {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  padding: 6rem 0;
}
@media (max-width: 1199px) {
  .contentLinks {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .contentLinks {
    padding: 4rem 0;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.contentLinks .contentLinks_item {
  text-align: center;
}
.contentLinks .contentLinks_item .button {
  min-width: auto;
  width: 100%;
  margin-top: 1rem;
}

/*
  幼稚園での一日
-----------------------------------------------------*/
.schedule {
  position: relative;
}
.schedule .schedule_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6rem;
}

@media (max-width: 1199px) {
  .schedule .schedule_inner {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .schedule .schedule_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }
}
.schedule .schedule_titleWrap {
  width: 40%;
}
@media (max-width: 767px) {
  .schedule .schedule_titleWrap {
    width: 100%;
  }
}
.schedule .sectionTitle {
  position: sticky;
  top: 10rem;
  left: 0;
  line-height: 1.25;
  text-align: left;
}
@media (max-width: 767px) {
  .schedule .sectionTitle {
    padding-top: 0;
    text-align: center;
  }
}
.schedule .schedule_list {
  padding-top: 1rem;
  width: 60%;
}
@media (max-width: 767px) {
  .schedule .schedule_list {
    width: 100%;
    padding-top: 3rem;
  }
}
.schedule_item {
  position: relative;
  padding-left: 7rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .schedule_item {
    padding-left: 6rem;
  }
}
.schedule_item::before {
  content: "";
  position: absolute;
  top: 5rem;
  bottom: 0;
  left: 2.5rem;
  width: 1px;
  height: 100%;
  background-color: #d4d4d4;
  z-index: -1;
}
@media (max-width: 767px) {
  .schedule_item::before {
    top: 4rem;
    left: 2rem;
  }
}
.schedule_item .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  font-size: 24px;
}
@media (max-width: 767px) {
  .schedule_item .number {
    width: 4rem;
    height: 4rem;
    font-size: 20px;
  }
}
.schedule_item .schedule_text {
  font-size: 28px;
  line-height: 3;
}
@media (max-width: 767px) {
  .schedule_item .schedule_text {
    line-height: 2.5;
    font-size: 24px;
  }
}
.schedule_item .schedule_imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 1199px) {
  .schedule_item .schedule_imgWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
  }
}
.schedule_item .schedule_img {
  width: 45%;
}
@media (max-width: 1199px) {
  .schedule_item .schedule_img {
    width: 100%;
  }
}
.schedule_item:last-child {
  padding-bottom: 0;
}
.schedule_item:last-child::before {
  display: none;
}

/*
  年間行事
-----------------------------------------------------*/
.event_heading {
  text-align: center;
}
.event_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
  margin-top: 5rem;
}
@media (max-width: 1199px) {
  .event_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .event_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem 1rem;
    margin-top: 3rem;
  }
}
.event_item {
  display: grid;
  grid-template-columns: 7rem 1fr;
  grid-template-rows: 6.5rem 1fr;
  grid-template-areas:
    "month content"
    "img img";
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .event_item {
    gap: 0;
  }
}
.event_month {
  grid-area: month;
  font-size: 40px;
  width: 6rem;
  height: 6rem;
}
@media (max-width: 767px) {
  .event_month {
    width: 5.5rem;
    height: 5.5rem;
    font-size: 28px;
  }
}
.event_content {
  grid-area: content;
  margin-top: 0.5rem;
  font-size: 18px;
}
.event_img {
  grid-area: img;
  width: 100%;
}

/*
  施設概要
-----------------------------------------------------*/
.overview .access_map {
  height: auto;
  aspect-ratio: 16 / 9;
  margin-top: 2rem;
}
.overview_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .overview_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }
}

/*
  施設紹介
-----------------------------------------------------*/
.facility_360 {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .facility_360 {
    margin-top: 2rem;
  }
}
.facility_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .facility_button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
  }
}
.facility_button .button {
  min-width: 6em;
  margin: 0;
  padding: 0.25em 1.25em;
  font-size: 16px;
  background: var(--main-color);
}
@media (max-width: 767px) {
  .facility_button .button {
    font-size: 14px;
    min-width: 5em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.facility_map {
  max-width: 1024px;
  margin: 4rem auto 5rem;
  border-radius: 40px;
  border: 2px solid var(--main-color);
  overflow: hidden;
}
@media (max-width: 767px) {
  .facility_map {
    margin: 2rem auto 3rem;
  }
}
.facility_photo {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .facility_photo {
    margin-top: 2rem;
  }
}
.facility_photo .facility_photo_title {
  position: relative;
  font-size: 40px;
  padding-bottom: 0.15em;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .facility_photo .facility_photo_title {
    font-size: 24px;
  }
}
.facility_photo .facility_photo_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: var(--gradient-color);
}
.facility_photo .facility_photo_inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.facility_photo .facility_photo_inner_2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .facility_photo .facility_photo_inner,
  .facility_photo .facility_photo_inner_2col {
    gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
  }
}
.facility_photo .facility_photo_inner span,
.facility_photo .facility_photo_inner_2col span {
  display: block;
  text-align: center;
  font-size: 22px;
}
@media (max-width: 767px) {
  .facility_photo .facility_photo_inner span,
  .facility_photo .facility_photo_inner_2col span {
    font-size: 16px;
  }
}

/*
  沿革
-----------------------------------------------------*/
.history .gradient-border {
  max-width: 800px;
  margin: 3rem auto 0;
}
@media (max-width: 767px) {
  .history .gradient-border {
    margin: 2rem auto 0;
  }
}
.history .dataList {
  padding: 4rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .history .dataList {
    padding: 2rem 1rem;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .history .dataList .dataList_item {
    padding: 1rem 0;
  }

  .history .dataList .dataList_item dt {
    font-size: 12px;
  }

  .history .dataList .dataList_item dd {
    padding-left: 2rem;
  }
}
.history_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .history_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.history_img_item {
  text-align: center;
}

/*
  お母様方の感想
-----------------------------------------------------*/
.voice.under .voice_category {
  margin-top: 3rem;
  padding: 0.2em;
  font-size: 24px;
}
@media (max-width: 767px) {
  .voice.under .voice_category {
    font-size: 18px;
  }
}
.voice.under .voice_container {
  margin-top: 2rem;
}

/*
  LINEバナー
-----------------------------------------------------*/
.lineBunner,
.admission-line-btn {
  display: block;
  max-width: 600px;
  margin: 8rem auto 0;
}
@media (max-width: 767px) {
  .lineBunner,
  .admission-line-btn {
    margin-top: 4rem;
  }
}

/*
  入園案内
-----------------------------------------------------*/
.guide_container {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .guide_container {
    margin-top: 2rem;
  }
}
.guide_heading {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .guide_heading {
    font-size: 24px;
  }
}
.guide_box {
  max-width: 800px;
  margin: 1rem auto 0;
}
.guide_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}
.guide_box dl:last-child {
  border-bottom: none;
}
.guide_box dt {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 12em;
  padding: 0.5em;
  color: #fff;
  background-color: var(--sub-color--green);
  text-align: center;
}
@media (max-width: 767px) {
  .guide_box dt {
    width: 8em;
    padding: 0.5em;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .guide_box dt .small {
    font-size: 10px;
  }
}
.guide_box dd {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0.5em 1.5em;
}
@media (max-width: 767px) {
  .guide_box dd {
    padding: 0.5em;
  }
}
.guide_box dd li {
  list-style: disc;
  margin-left: 1em;
}
.guide_box dd p {
  margin-top: 1em;
}
.guide_box dd .green {
  color: var(--sub-color--green);
}
.guide_box.pink dt {
  background-color: var(--sub-color--pink);
}

.guide_box.orage dt {
  background-color: #ff8263;
}

.guide_box.orage dd {
  width: 100%;
  background-color: white;
}

.guide_text {
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .guide_text {
    text-align: left;
    margin-top: 2rem;
  }
}
.guide_text span {
  font-weight: 500;
  color: var(--main-color);
}
.guide_bus .guide_bus_text {
  text-align: center;
  margin-top: 2rem;
  font-size: 20px;
}
@media (max-width: 767px) {
  .guide_bus .guide_bus_text {
    text-align: left;
    font-size: 16px;
    margin-top: 1rem;
  }
}
.guide_bus .guide_bus_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .guide_bus .guide_bus_img {
    -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;
    margin-top: 1rem;
  }
}
.guide_bus .guide_bus_link p,
.guide_bus .guide_bus_link ul {
  margin: 1rem 0;
}
.guide_bus .guide_bus_link li {
  list-style: disc;
  margin-left: 1em;
}
.guide_bus .guide_bus_link a {
  color: #0a13c1;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .sectionTitle.class {
    font-size: 32px;
  }
}
.sectionTitle.border.pink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sectionTitle.border.pink {
    font-size: 30px;
  }
}
.sectionTitle.border.pink + .text-right {
  margin-top: 1rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .sectionTitle.border.pink + .text-right {
    margin-bottom: 2rem;
  }
}
.guide_class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .guide_class {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.guide_class:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .guide_class:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.guide_class .guide_class_text {
  width: 55%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .guide_class .guide_class_text {
    width: 100%;
  }
}
.guide_class .guide_class_img {
  width: 45%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .guide_class .guide_class_img {
    width: 100%;
  }
}
.guide_class .guide_class_detail {
  margin-top: 2rem;
}
.guide_class .guide_class_heading {
  margin-bottom: 0.5em;
  font-size: 40px;
  font-weight: 500;
  color: var(--main-color);
  letter-spacing: 0.1em;
}
@media (max-width: 1199px) {
  .guide_class .guide_class_heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .guide_class .guide_class_heading {
    font-size: 28px;
  }
}
.guide_class .guide_class_heading .small {
  font-size: 0.6em;
  letter-spacing: 0.06em;
}
.guide_class .guide_class_subheading {
  margin-bottom: 0.5em;
  padding-bottom: 0.02em;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 2px solid var(--main-color);
}
@media (max-width: 1199px) {
  .guide_class .guide_class_subheading {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .guide_class .guide_class_subheading {
    font-size: 20px;
  }
}
.guide_class .guide_class_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .guide_class .guide_class_img {
    margin-top: 1rem;
    gap: 1rem;
  }
}
.guide_class_info {
  margin-top: 4rem;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .guide_class_info {
    font-size: 16px;
    text-align: left;
    margin-top: 2rem;
  }
}
.guide_headerText {
  max-width: 760px;
  margin: 2rem auto;
}
.guide_headerText .guide_text {
  margin: 2rem 0;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .guide_headerText .guide_text {
    font-size: 16px;
    text-align: left;
  }
}
.guide_headerText ul {
  margin: 1rem 0;
}
.guide_headerText ul li {
  list-style: disc;
  margin-left: 1em;
}
.guide_container.pink em {
  color: var(--sub-color--pink);
  font-weight: 600;
  font-style: normal;
}
.guide_hiyoko {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .guide_hiyoko {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.guide_hiyoko .guide_hiyoko_img {
  width: 45%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .guide_hiyoko .guide_hiyoko_img {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.guide_hiyoko .guide_hiyoko_label {
  display: inline-block;
  width: 6.5em;
  background-color: var(--main-color);
  color: #fff;
  margin-bottom: 0.5em;
  padding: 0.25em 1em;
  border-radius: 6px;
  text-align: center;
}
.guide_hiyoko .guide_hiyoko_text + .guide_hiyoko_text {
  margin-top: 1rem;
}
.guide_hiyoko .guide_hiyoko_box {
  border: 1px solid var(--main-color);
  padding: 2rem;
  border-radius: 18px;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .guide_hiyoko .guide_hiyoko_box {
    padding: 0.5rem 1rem;
  }
}
.guide_hiyoko .guide_hiyoko_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1em;
  margin-top: 0.5em;
}
.guide_hiyoko .guide_hiyoko_box dl dd {
  width: calc(100% - 6.5em);
  margin-bottom: 1rem;
}
.guide_hiyoko .guide_hiyoko_box dl dt {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

/*
  Access
-----------------------------------------------------*/
.access_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  margin-top: 3rem;
}

@media (max-width: 1199px) {
  .access_inner {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .access_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
  }
}
.access_info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.access_info .access_heading {
  font-size: 20px;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .access_info .access_heading {
    font-size: 16px;
  }
}
.access_info .access_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .access_info .access_item {
    margin-top: 0.5em;
    margin-bottom: 0.5rem;
  }
}
.access_info .access_item dt {
  width: 5em;
  margin-right: 1em;
  padding: 0.1em 0;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .access_info .access_item dt {
    font-size: 14px;
  }
}
.access_map {
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: 360px;
}
.access_map iframe {
  width: 100%;
  height: 100%;
}

/*
  Footer
-----------------------------------------------------*/
.footer {
  padding: 3rem 1rem 1rem;
  background: var(--gradient-color);
  color: #fff;
}
@media (max-width: 1199px) {
  .footer {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-bottom: 3rem;
    padding-top: 2rem;
  }
}
.footer_inner {
  display: grid;
  grid-template-areas:
    "logo nav"
    "info nav";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer_inner {
    grid-template-areas:
      "logo"
      "nav"
      "info";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.footer_logo {
  grid-area: logo;
  width: 350px;
}
@media (max-width: 767px) {
  .footer_logo {
    width: 280px;
    margin: 0 auto;
  }
}
.footer_info {
  grid-area: info;
  margin-top: 0.5em;
  margin-left: 0.5em;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer_info {
    margin-top: 2rem;
    text-align: center;
  }
}
.footer_nav {
  grid-area: nav;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  justify-self: end;
}
@media (max-width: 767px) {
  .footer_nav {
    justify-self: center;
    margin-top: 1rem;
  }
}
.footer_nav .footer_menuItem {
  margin-top: 1em;
}
.footer_copy {
  margin-top: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .footer_copy {
    margin-top: 2rem;
  }
}
.footer_copy small {
  font-size: 12px;
}
@media (max-width: 767px) {
  .footer_copy small {
    font-size: 10px;
  }
}

/*
 プライバシーポリシー
-----------------------------------------------------*/

section.hgj-privacy-policy p {
  line-height: 2em;
}

section.hgj-privacy-policy h3 {
  margin-top: 20px;
  padding-left: 10px;
  border-bottom: 2px solid var(--main-color);
  padding-bottom: 6px;
  margin-bottom: 10px;
}

section.hgj-privacy-policy p a {
  color: var(--main-color);
  text-decoration: underline !important;
}

/*
 採用情報
-----------------------------------------------------*/

h3.title-32-line {
  font-size: 42px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  width: 100%; /* 幅を100%に */
  margin-bottom: 44px;
}

h3.title-32-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 3px; /* 下線の太さ */
  background: var(--gradient-color);
}

mt-80 {
  margin-top: 80px;
}

mt-40 {
  margin-top: 40px;
}

pt-20 {
  padding-top: 20px !important;
}

.hgj-Occupation {
  display: flex;
  flex-direction: column;
  gap: 40px; /* ボックス間の余白 */
  padding: 0px 50px;
}

.box {
  padding: 10px;
}

.hgj-Occupation .box p {
  margin-top: 11px;
  text-align: center;
  font-size: 32px;
}

p.orange-text {
  font-size: 43px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 75px;
  color: #ff8263;
}

.orange-gradient-wrapper {
  background: var(--gradient-color); /* 枠のグラデーション */
  padding: 3px; /* 枠の太さ */
  width: 100%;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
}

.white-box {
  background-color: white; /* ← 白い中身のボックス */
  padding: 10px 8px; /* 上下左右の余白 */
  width: 100%;
  box-sizing: border-box;
  font-size: 32px;
  letter-spacing: 0.1em;
  text-align: center;
}

p.recruit-text {
  text-align: center;
  font-size: 21px;
  margin-bottom: 20px;
}

/* PC（768px以上）では横並びに */
@media screen and (min-width: 768px) {
  .hgj-Occupation {
    flex-direction: row;
  }

  .box {
    flex: 1; /* 横幅を均等にする場合 */
  }
}

/*
在園時向け情報
-----------------------------------------------------*/

.guide_box.orage dd a {
  color: blue;
  text-decoration: underline !important;
}

.disaster-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2em;
}

.disaster-image {
  flex: 0 0 40%;
}

.disaster-image img {
  width: 100%;
  height: auto;
  display: block;
}

.disaster-list {
  flex: 0 0 57%;
  list-style: disc;
  padding-left: 1.2em;
  padding-right: none;
}

.disaster-list li {
  margin-bottom: 1em;
  line-height: 1.6;
}

/* スマホ時は縦並び */
@media screen and (max-width: 768px) {
  .disaster-wrapper {
    flex-direction: column;
  }

  .disaster-image,
  .disaster-list {
    flex: 1 1 100%;
    width: 100%;
  }

  .disaster-image {
    text-align: center;
  }
}

/*
おと言わせフォーム
-----------------------------------------------------*/
.hgj-tel-info {
  max-width: 840px;
  margin: 0 auto;
  background-color: #ff8263;
  padding: 30px 16px;
  border-radius: 100px;
}
.hgj-tel-info p.tel {
  text-align: center;
  font-size: 68px;
  color: white;
  line-height: 1.3em;
}
.hgj-tel-info p.info {
  text-align: center;
  color: white;
  font-size: 30px;
  line-height: 1em;
}
.hgj-tel-info .tel span {
  color: white;
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  .hgj-tel-info {
    width: 100%;
    margin: 0 auto;
    background-color: #ff8263;
    padding: 15px 8px;
    border-radius: 100px;
  }

  .hgj-tel-info p.tel {
    font-size: 38px;
  }
  .hgj-tel-info p.info {
    font-size: 20px;
  }
  .hgj-tel-info .tel span {
    color: white;
    font-size: 20px;
  }
}

.hgj-form-body {
  background-color: white;
  margin-top: 30px;
  border: 3px solid #ff8263;
  border-radius: 16px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .hgj-form-body {
    padding: 20px;
  }
}

hr.hgj-line {
  margin: 2rem 0; /* お好みで */
  border: none;
  height: 1px;
  background: #c8c8c8; /* 好きな色 */
}

@media screen and (max-width: 768px) {
  hr.hgj-line {
    margin: 1rem 0;
  }
}

/* ===== ベース行レイアウト ===== */
.hgj-form-body .form-row {
  display: flex;
  align-items: start;
  gap: 1em;
  margin-bottom: 1em;
}

/* ラベル幅（必要に応じて調整） */
.hgj-form-body .form-row > .label {
  flex: 0 0 150px;
  font-weight: bold;
}

/* 入力側は残り幅ぜんぶ。
   ※ .form が無い行(電話番号のように)にも効くように .label 以外を包含 */
.hgj-form-body .form-row > .form,
.hgj-form-body .form-row > div:not(.label) {
  flex: 1 1 auto;
  min-width: 0;
}

/* ===== CF7由来の余白/ラッパー調整 ===== */
/* ラベル側・入力側どちらの<p>もリセット */
.hgj-form-body .form-row p {
  margin: 0;
}

/* CF7のwrapをブロック化＆幅100%で制御権を取り戻す */
.hgj-form-body .form-row .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* size="40"などの属性幅を無効化してCSS幅を優先 */
.hgj-form-body input[type="text"],
.hgj-form-body input[type="email"],
.hgj-form-body input[type="tel"],
.hgj-form-body textarea {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  padding: 0.5em;
  font-size: 1rem;
}

/* テキストエリアの高さ（お好みで） */
.hgj-form-body textarea {
  height: 8em;
}

/* ===== 郵便番号／住所（別行） ===== */
/* 郵便番号は200px固定 */
.hgj-form-body .form.address input[name="hgj-zip"] {
  width: 200px !important;
  max-width: none !important;
}

/* 住所はフル幅（別行の.formがflex:1なので100%で広がる） */
.hgj-form-body .form input[name="hgj-address"] {
  width: 100% !important;
  max-width: none !important;
}

/* ===== 罫線(hr)（任意） ===== */
.hgj-line {
  border: none;
  height: 1px;
  background: #ddd;
  margin: 1rem 0;
}

/* ===== ネストした.form-row対策 =====
   (HTML内に.form-rowが入れ子でも直下の子だけをフレックス対象にして崩れを防ぐ) */
.hgj-form-body .form-row > .form-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1em;
}

/* ===== レスポンシブ ===== */
@media (max-width: 600px) {
  .hgj-form-body .form-row,
  .hgj-form-body .form-row > .form-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5em;
  }
  .hgj-form-body .form-row > .label {
    flex: none;
  }
  /* SPで郵便番号も行幅に合わせたい場合はコメントアウト解除
  .hgj-form-body .form.address input[name="hgj-zip"] {
    width: 100% !important;
  } */
}

/* 郵便番号行の<p>を横並びに */
.hgj-form-body .form.address p {
  display: flex;
  align-items: center;
  gap: 0.5em; /* 〒と入力欄の間隔 */
  margin: 0; /* pのデフォルト余白をリセット */
}

/* 強制改行タグがあれば消す */
.hgj-form-body .form.address p br {
  display: none;
}

/* 郵便番号は200px固定 */
.hgj-form-body .form.address input[name="hgj-zip"] {
  width: 200px !important;
  max-width: none !important;
}

.hgj-form-send {
  position: relative;
  display: inline-block;
  min-width: 12em;
  margin: 2rem 0;
  padding: 0.5em 2em;
  border-radius: 100px;
  text-align: center;
  font-size: 20px;
  border-radius: 100px;
  color: #fff;
  letter-spacing: 0.06em;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background: var(--gradient-color);
}

.hgj-form-send p input {
  text-align: center;
  color: white;
}

.hgj-form-send p span.wpcf7-spinner {
  display: none;
}

/* Button */

@media (max-width: 767px) {
  .hgj-form-send {
    font-size: 16px;
  }
}
.hgj-form-send:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0.7;
}

.bas-map {
  height: 45vh;
  overflow: hidden;
}
.bas-map iframe {
  width: 100%;
  height: calc(100% + 60px);
  margin-top: -60px;
}
