@charset "UTF-8";
/* destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* ↓ パッケージ導入せず直書きも可能、必要に応じてnpm管理も可 */
@import url("https://unpkg.com/destyle.css/destyle.css");
:root {
  --color-main: #007acc;
  --color-back: #f8f8f8;
  --color-base: #333;
  --font-size-base: 16px;
}

/* ----------------------------------------
Foundation - base -
プロジェクトにおける基本的なスタイルを定義します。
ページの下地としての全体の背景や、基本的なタイポグラフィなどが該当します。
---------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  color: #707070;
  background: #FCFAEF;
  font-size: clamp(15.5px, 15.5px + (16 - 15.5) * (100vw - 375px) / (1280 - 375), 16px);
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;

  letter-spacing: 0.28em;
  word-wrap: break-word;
  font-feature-settings: "palt" 1;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

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

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

iframe {
  vertical-align: bottom;
}

svg {
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

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

/* ----------------------------------------
form style
---------------------------------------- */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
}

textarea {
  width: 100%;
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=text],
input[type=passwprd],
input[type=search],
input[type=email],
input[type=tel],
input[type=url],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
textarea {
  width: 100%;
  padding: 5px;
  border: solid 1px #D3CDBD;
  background-color: #fff;
}

select {
  width: 100%;
  border: solid 1px #D3CDBD;
  padding: 5px;
}

.footer {
  background: #6DB272;
  color: #fff;
  margin-top: 6.25em;
}
.footer_inner {
  padding: 4em 0;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1396px) {
  .footer_inner {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.footer .info {
  text-align: center;
}
.footer .info .name {
  margin-bottom: 1em;
  font-size: clamp(18px, 18px + (28 - 18) * (100vw - 375px) / (1280 - 375), 28px);
}
.footer .info .address {
  margin-bottom: 1.5em;
  font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1280 - 375), 15px);
}
.footer .info .number {
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 780px;
  margin: 0 auto;
  padding: 1em 0;
  font-size: clamp(16px, 16px + (21 - 16) * (100vw - 375px) / (1280 - 375), 21px);
}
.footer .info .number .tel-number, .footer .info .number .fax-number {
  font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1280 - 375), 32px);
}
.footer .info .number .tel {
  margin-right: 1em;
}
.footer .info .number .fax {
  margin-left: 1em;
}
@media (max-width: 767px) {
  .footer .info .number {
    flex-direction: column;
  }
  .footer .info .number .tel, .footer .info .number .fax {
    margin: 0;
  }
}
.footer .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4em;
}
.footer .meta .copy {
  font-size: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / (1280 - 375), 12px);
  width: 30%;
}
.footer .meta nav {
  max-width: 700px;
  width: 70%;
}
.footer .meta nav .footer-nav {
  display: flex;
}
.footer .meta nav .footer-nav li {
  flex: 1;
  border-right: 1px solid #71C978;
}
.footer .meta nav .footer-nav li:first-child {
  border-left: 1px solid #71C978;
}
.footer .meta nav .footer-nav li a {
  padding: 0 0.5em;
  display: block;
  text-align: center;
  font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1280 - 375), 15px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .meta .copy {
    text-align: center;
    width: 100%;
  }
  .footer .meta nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer .meta .copy {
    text-align: center;
    width: 100%;
  }
  .footer .meta nav {
    display: none;
  }
}

/* ----------------------------------------
Project
プロジェクト固有のパターンであり、いくつかのComponentと、
それに該当しない要素によって構成されるものを定義します。
例えば、記事一覧や、ユーザープロフィール、画像ギャラリーなどコンテンツを構成する要素などが該当します。
articles/ranking/promo...
---------------------------------------- */
.p-site-logo {
  display: flex;
  align-items: center;
  font-size: clamp(15px, 15px + (24 - 15) * (100vw - 375px) / (1280 - 375), 24px);
}
.p-site-logo a {
  display: flex;
  align-items: center;
}
.p-header {
  background: #fff;
  padding: 1.3em 0;
}
.p-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1396px) {
  .p-header_inner {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.p-gnavInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex: 1;
}
.p-gnavItem {
  position: relative;
}
.p-gnavItem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background: #6DB272;
}
.p-gnavItem:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background: #6DB272;
}
.p-gnavLink {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / (1280 - 375), 16px);
  padding: 1em 2em;
  text-decoration: none;
}
@media screen and (max-width: 890px) {
  .p-gnavLink {
    padding: 1.5em;
  }
}
@media screen and (max-width: 1366px) {
  .p-gnavLink {
    font-size: 1.25vw;
  }
}
@media (max-width: 767px) {
  .p-gnav {
    color: #707070;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 70%;
    height: 100%;
    padding: 50px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    transition: right 600ms 0s ease;
  }
  .p-gnav.is-enable {
    right: 0;
  }
  .p-gnavInner {
    min-width: auto;
    width: 100%;
    height: auto;
    overflow-y: auto;
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: block;
  }
  .p-gnavItem::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    transform: translateY(0%);
    width: 100%;
    height: 1px;
    background: #6DB272;
  }
  .p-gnavItem:last-child::after {
    content: "";
    position: absolute;
    bottom: 0%;
    top: unset;
    left: 0;
    width: 100%;
    height: 1px;
    background: #6DB272;
  }
  .p-gnavLink {
    padding: 1.5em;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1280 - 375), 18px);
    width: auto;
  }
  .p-gnavLink:hover {
    background-color: rgb(217.6956521739, 236.347826087, 202.152173913);
  }
}
.p-hamburger {
  display: none;
  flex-flow: column;
  justify-content: space-between;
  width: 50px;
  height: 50px;
  padding: 17px 15px;
  background-color: #71bf69;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
}
@media (max-width: 767px) {
  .p-hamburger {
    display: flex;
  }
}
.p-hamburger::before, .p-hamburger::after {
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  transition: all 200ms 0s ease;
  transform-origin: 0 0;
}
.p-hamburger.is-close::before, .p-hamburger.is-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-hamburger.is-close::before {
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
}
.p-hamburger.is-close::after {
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
}
.p-pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9998;
}
.p-pagetop:hover {
  cursor: pointer;
}
.p-visual {
  margin-bottom: clamp(40px, 40px + (100 - 40) * (100vw - 375px) / (1280 - 375), 100px);
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1396px) {
  .p-visual {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.p-visual .visual-img {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.p-visual .visual-img img {
  width: 100%;
  height: auto;
}
.p-visual .visual-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(252, 250, 239, 0.2);
}
@media only screen and (max-width: 767px) {
  .p-visual .visual-img {
    height: 25vh;
  }
  .p-visual .visual-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.p-visual .visual-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #6DB272;
  background: rgba(255, 255, 255, 0.8);
  padding: 1em 4em;
}
.p-visual .visual-title .en {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(20px, 20px + (54 - 20) * (100vw - 375px) / (1280 - 375), 54px);
}
.p-visual .visual-title .page-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1280 - 375), 18px);
}
.p-pan {
  display: flex;
}
.p-pan li {
  position: relative;
  margin-right: 3em;
  font-size: clamp(12px, 12px + (14 - 12) * (100vw - 375px) / (1280 - 375), 14px);
}
.p-pan li::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.5em;
  content: "";
  display: block;
  background: #6DB272;
  height: 6.9282032303px;
  width: 5px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.p-pan li:last-child::after {
  content: none;
}
.p-pan li a {
  color: #707070;
}

.swiper {
  width: 100%;
  height: auto;
}
.swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  height: auto;
}
.swiper .swiper-wrapper {
  height: auto;
}
.swiper .swiper-pagination {
  z-index: 200;
}

/* ----------------------------------------
Component
再利用できるパターンとして、小さな単位のモジュールを定義します。
grid/button/form/media...
---------------------------------------- */
.c-section {
  margin-top: clamp(30px, 30px + (100 - 30) * (100vw - 375px) / (1280 - 375), 100px);
  margin-bottom: clamp(30px, 30px + (100 - 30) * (100vw - 375px) / (1280 - 375), 100px);
}
.c-inner.wide {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1396px) {
  .c-inner.wide {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.c-inner.min {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1054px) {
  .c-inner.min {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.c-inner .wide {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1366px) {
  .c-inner .wide {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.c-inner .min {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .c-inner .min {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.c-head1 {
  text-align: center;
  color: #6DB272;
  font-size: clamp(22px, 22px + (32 - 22) * (100vw - 375px) / (1280 - 375), 32px);
  padding-top: 1em;
  background: url(../images/common/title_top.svg) no-repeat top center/0.65em auto;
  margin-bottom: 1.1em;
}
.c-head2 {
  text-align: center;
  color: #6DB272;
  font-size: clamp(20px, 20px + (24 - 20) * (100vw - 375px) / (1280 - 375), 24px);
  margin-bottom: 1em;
}
.c-head2 span {
  display: inline-block;
  padding: 0 3.5em;
  background: url(../images/common/title_left.svg) no-repeat left center/2.5em auto, url(../images/common/title_right.svg) no-repeat right center/2.5em auto;
}
.c-head3 {
  color: #6DB272;
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1280 - 375), 24px);
  font-weight: 900;
  display: flex;
  align-items: center;
  margin-bottom: 0.25em;
}
.c-head3::before {
  content: "●";
  color: #E7F3DD;
  font-size: clamp(8px, 8px + (9 - 8) * (100vw - 375px) / (1280 - 375), 9px);
  margin-right: 1em;
}
.c-head3 .en {
  text-transform: uppercase;
  font-size: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / (1280 - 375), 12px);
  margin-left: 1em;
  letter-spacing: 0.1em;
}
.c-list-dot {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.c-list-dot li {
  position: relative;
  padding-left: 1em;
}
.c-list-dot li::before, .c-list-dot li::after {
  position: absolute;
  display: block;
  border-radius: 1em;
  content: "";
}
.c-list-dot li:before {
  left: 0;
  top: 0.5em;
  width: 0.75em;
  height: 0.75em;
  background: #E7F3DD;
}
.c-list-dot li:after {
  left: 2px;
  top: calc(0.5em + 2px);
  width: calc(0.75em - 4px);
  height: calc(0.75em - 4px);
  border: 1px solid #FCFAEF;
}
.c-dl {
  width: 100%;
}
.c-dl tr {
  border-bottom: 1px solid #EEF3E3;
}
.c-dl_head, .c-dl_body {
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .c-dl.wide tr {
    display: flex;
    flex-direction: column;
  }
  .c-dl.wide .c-dl_head, .c-dl.wide .c-dl_body {
    width: 100%;
  }
  .c-dl.wide .c-dl_head {
    padding-bottom: 0;
  }
  .c-dl.wide .c-dl_body {
    padding-top: 0;
  }
}
.c-table {
  width: 100%;
}
.c-table_head, .c-table_body {
  border: 1px solid #C4EDC7;
  text-align: center;
}
.c-table_head {
  padding: 0.1em 1em;
  background: #71C978;
  color: #fff;
}
.c-table_body {
  padding: 0.5em 1em;
}
.c-table_simple {
  width: 100%;
}
.c-table_simple tr {
  border: none;
  display: flex;
  flex-direction: row !important;
}
.c-table_simple tr:first-child th, .c-table_simple tr:first-child td {
  padding-top: 0;
}
.c-table_simple tr:last-child th, .c-table_simple tr:last-child td {
  padding-bottom: 0;
}
.c-table_simple th, .c-table_simple td {
  padding: 0.5em 1em 0.5em 0;
}
.c-table_simple th {
  width: 40%;
}
.c-table_simple td {
  width: 60%;
}
.c-link {
  background: #E7F3DD;
  color: #6DB272;
  display: block;
  padding: 0.5em;
  border: none !important;
}
.c-link.pdf span {
  position: relative;
  font-size: clamp(11px, 11px + (12 - 11) * (100vw - 375px) / (1280 - 375), 12px);
  display: inline-block;
  margin-left: 1em;
}
.c-link.pdf span:before {
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background-image: url(../images/common/icn_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-link.is-download span {
  position: relative;
  font-size: clamp(11px, 11px + (12 - 11) * (100vw - 375px) / (1280 - 375), 12px);
  display: inline-block;
  margin-left: 1em;
}
.c-link.is-download span:before {
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background-image: url(../images/common/icn_download.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-link:hover {
  background: rgb(217.6956521739, 236.347826087, 202.152173913);
}
.c-link-list {
  display: flex;
  justify-content: center;
  gap: 1em;
  align-items: center;
}
.c-kome:before {
  content: "※";
}
@media only screen and (max-width: 767px) {
  .c-scroll {
    margin-top: 6.66667vw;
    margin-bottom: 1.33333vw;
    overflow: auto;
    white-space: nowrap;
  }
  .c-scroll:before {
    display: block;
    margin: 0px 0 5px;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1280 - 375), 16px);
    content: "※横にスクロールします。";
  }
}

/* ----------------------------------------
Utility
ComponentとProjectレイヤーのObjectのモディファイアで
解決することが難しい・適切では無い、わずかなスタイルの調整のための便利クラスなどを定義します。
clearfix/display/margin...
---------------------------------------- */
@media only screen and (min-width: 768px) {
  .u-display-mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-display-pc {
    display: none;
  }
}
.u-link-disabled {
  pointer-events: none;
  text-decoration: none;
}
.u-align-center {
  text-align: center;
}
.u-align-left {
  text-align: left;
}
.u-align-right {
  text-align: right;
}

.top-visual {
  text-align: center;
}

.home-cont {
  margin-top: clamp(40px, 40px + (100 - 40) * (100vw - 375px) / (1280 - 375), 100px);
  margin-bottom: clamp(40px, 40px + (100 - 40) * (100vw - 375px) / (1280 - 375), 100px);
}
.home-title {
  color: #6DB272;
  text-align: center;
  margin-bottom: 2.5em;
  line-height: 1.25;
  letter-spacing: 0.7em;
}
.home-title span {
  display: inline-block;
  background: url(../images/top/title_left.svg) no-repeat left bottom/60px auto, url(../images/top/title_right.svg) no-repeat right bottom/60px auto;
  padding: 0 4em;
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1280 - 375), 18px);
}
.home-title span i {
  display: block;
  font-style: normal;
  font-size: clamp(25px, 25px + (54 - 25) * (100vw - 375px) / (1280 - 375), 54px);
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .home-title span {
    padding: 0 2.5em;
    background-size: contain;
  }
}
.home .greeting_inner {
  background: #E7F3DD;
  position: relative;
  padding: clamp(15px, 15px + (80 - 15) * (100vw - 375px) / (1280 - 375), 80px);
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1054px) {
  .home .greeting_inner {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.home .greeting_inner:before {
  border: 1px solid #FCFAEF;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 10px;
  content: "";
  pointer-events: none;
}
.home .greeting_inner::after {
  width: 30.46875%;
  content: "";
  height: 152px;
  background: url(../images/top/greeting_deco.svg) no-repeat left bottom/contain;
  display: block;
  right: -10%;
  bottom: -1%;
  position: absolute;
}
.home .greeting-sub-title {
  color: #6DB272;
  text-transform: uppercase;
  font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1280 - 375), 15px);
  margin-bottom: 1.25em;
}
.home .greeting-title {
  color: #6DB272;
  font-size: clamp(17px, 17px + (26 - 17) * (100vw - 375px) / (1280 - 375), 26px);
  margin-bottom: 1em;
  letter-spacing: 0.335em;
}
@media screen and (max-width: 1366px) {
  .home .greeting {
    overflow: hidden;
  }
}
.home .childcare {
  background: url(../images/common/line.svg) repeat-x, #fff;
  padding-top: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1280 - 375), 60px);
  padding-right: clamp(15px, 15px + (60 - 15) * (100vw - 375px) / (1280 - 375), 60px);
  padding-bottom: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1280 - 375), 60px);
  padding-left: clamp(15px, 15px + (60 - 15) * (100vw - 375px) / (1280 - 375), 60px);
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1054px) {
  .home .childcare {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.home .childcare_item {
  background: #E7F3DD;
  position: relative;
  padding: clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1280 - 375), 30px);
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.home .childcare_item::before {
  width: calc(100% - 1em);
  height: calc(100% - 1em);
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  pointer-events: none;
  border: 1px solid #FCFAEF;
}
.home .childcare_item::after {
  content: "";
  position: absolute;
  top: -2em;
  right: -1.5em;
  width: 8.0898876404%;
  height: 63px;
  background: url(../images/top/deco_hato_right.svg) no-repeat;
  background-size: contain;
}
.home .childcare_item .title {
  background: #A3D0D6;
  width: 4em;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FCFAEF;
  border-radius: 50%;
  position: relative;
}
.home .childcare_item .title::before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  pointer-events: none;
  border: 1px solid #FCFAEF;
}
.home .childcare_item .text {
  width: calc(100% - 4em);
}
.home .news-cont {
  max-width: 824px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 854px) {
  .home .news-cont {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.home .bg-images {
  display: flex;
}
.home .bg-images div {
  width: 50vw;
}
.home .bg-images div img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .home .bg-images {
    flex-direction: column;
  }
  .home .bg-images div {
    width: 100vw;
  }
}
.home .disclosure {
  background: #fff;
  position: relative;
  padding: clamp(15px, 15px + (23 - 15) * (100vw - 375px) / (1280 - 375), 23px);
  padding-left: 2em;
  padding-right: 2em;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 690px) {
  .home .disclosure {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.home .disclosure::before, .home .disclosure::after {
  position: absolute;
}
.home .disclosure::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  pointer-events: none;
  left: 0.3em;
  bottom: -0.3em;
  border: 1px solid #A7DCA7;
}
.home .disclosure::after {
  content: "";
  position: absolute;
  top: -3em;
  left: -2em;
  width: 13.9393939394%;
  height: 92px;
  background: url(../images/top/deco_hato_left.svg) no-repeat;
  background-size: contain;
}
.home .disclosure .bnr-list {
  display: flex;
  justify-content: center;
  gap: 1em;
  align-items: center;
}
.home .disclosure .bnr-list li {
  flex: 1;
  text-align: center;
}
.home .disclosure .bnr-list li a {
  border: #E8E8E8 1px solid;
  display: block;
  padding: 0.5em;
}
@media only screen and (max-width: 767px) {
  .home .disclosure::after {
    top: -1.5em;
    left: -1em;
  }
  .home .disclosure .bnr-list {
    flex-direction: column;
  }
  .home .disclosure .bnr-list li {
    width: 100%;
  }
  .home .disclosure .bnr-list li a {
    padding: 1em;
  }
}
.home .access {
  position: relative;
  margin-bottom: calc(5% + 75px);
}
.home .access::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #E7F3DD;
  width: 82%;
  height: calc(100% + 75px);
  content: "";
  display: block;
  z-index: -11;
}
.home .access::after {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translatex(-50%);
  border: 1px solid #6DB272;
  width: 77%;
  height: calc(100% + 75px);
  content: "";
  display: block;
  z-index: -10;
}
.home .access_inner {
  display: flex;
  justify-content: space-between;
  padding-top: 75px;
}
.home .access-title {
  color: #6DB272;
  writing-mode: vertical-rl;
  width: 26%;
  padding-right: 2em;
  margin-top: 2em;
}
.home .access-title span {
  display: inline-block;
  flex-direction: column;
  line-height: 1;
  padding: 0 0.5em 3.5em 0;
  background: url(../images/top/title_bottom.svg) no-repeat right bottom/2em auto;
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1280 - 375), 18px);
}
.home .access-title i {
  font-size: clamp(28px, 28px + (54 - 28) * (100vw - 375px) / (1280 - 375), 54px);
  display: block;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.335em;
}
.home .access .map {
  width: 73.75%;
}
.home .access .map iframe {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 1260px) {
  .home .access {
    margin-bottom: calc(15% + 75px);
  }
  .home .access::after {
    width: calc(100% - 30px);
  }
}

.contact .contact-area .c-inner {
  background: #fff;
  padding: clamp(15px, 15px + (60 - 15) * (100vw - 375px) / (1280 - 375), 60px);
}
.contact .contact-area .tel-box {
  background: #FAFAFA;
  max-width: 530px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(15px, 15px + (25 - 15) * (100vw - 375px) / (1280 - 375), 25px);
}
.contact .contact-area .tel-box .tel {
  font-size: clamp(15px, 15px + (21 - 15) * (100vw - 375px) / (1280 - 375), 21px);
  margin-top: 0.25em;
}
.contact .contact-area .tel-box a {
  font-size: clamp(22px, 22px + (32 - 22) * (100vw - 375px) / (1280 - 375), 32px);
}
.contact .contact-area .mail-box {
  margin-top: clamp(25px, 25px + (50 - 25) * (100vw - 375px) / (1280 - 375), 50px);
}
.contact .contact-area .mail-box .mfp_buttons button {
  background-color: #E5E5E5;
  color: #707070;
  padding: 1em;
}
.contact .contact-area .mail-box button#mfp_button_send, .contact .contact-area .mail-box .mfp_buttons button[type=submit] {
  background-color: #6DB272;
  color: #fff;
}
.contact .recruit {
  background: #fff;
  margin-bottom: -6.25em;
}
.contact .recruit .c-inner {
  padding: clamp(25px, 25px + (100 - 25) * (100vw - 375px) / (1280 - 375), 100px);
  padding-left: 0;
  padding-right: 0;
}
.contact .recruit .c-inner .min {
  background: #E9F7EA;
  padding: clamp(20px, 20px + (60 - 20) * (100vw - 375px) / (1280 - 375), 60px);
  margin-top: clamp(25px, 25px + (50 - 25) * (100vw - 375px) / (1280 - 375), 50px);
}
.contact .recruit .message-text {
  color: #6DB272;
  text-align: center;
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1280 - 375), 20px);
  margin-top: -2em;
  margin-bottom: 1.5em;
}
.contact .recruit .message-text + p {
  max-width: 840px;
  margin: 0 auto;
  letter-spacing: 0.16em;
}
.contact .recruit .c-dl_head {
  width: 10em;
}
.contact .recruit .c-dl_body {
  width: calc(100% - 10em);
}

.childcare .timeline {
  display: flex;
  gap: 0.25em;
  border-radius: clamp(8px, 8px + (16 - 8) * (100vw - 375px) / (1280 - 375), 16px);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  margin-bottom: 1em;
}
.childcare .timeline .timeline-grid.baby-kids {
  width: 85%;
}
.childcare .timeline .timeline-grid.childcare-hours {
  width: 15%;
}
.childcare .timeline .timeline-grid.baby-kids .header {
  display: flex;
  gap: 0.25em;
}
.childcare .timeline .timeline-grid.baby-kids .header .col-baby, .childcare .timeline .timeline-grid.baby-kids .header .col-kids {
  text-align: center;
  color: #fff;
  font-size: clamp(18px, 18px + (22 - 18) * (100vw - 375px) / (1280 - 375), 22px);
  padding: 0.5em 1em;
}
.childcare .timeline .timeline-grid.baby-kids .header .col-baby {
  background: #71C978;
  width: 50%;
}
.childcare .timeline .timeline-grid.baby-kids .header .col-kids {
  background: #73AF79;
  width: 50%;
}
.childcare .timeline .timeline-grid.baby-kids .body {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: var(--row-h, 84px);
  row-gap: 2px;
  font-size: clamp(15px, 15px + (16 - 15) * (100vw - 375px) / (1280 - 375), 16px);
}
.childcare .timeline .timeline-grid.baby-kids .body .timeline-cont {
  display: contents;
}
.childcare .timeline .timeline-grid.baby-kids .body .row {
  display: contents;
}
.childcare .timeline .timeline-grid.baby-kids .body .row.bg-white > .col-baby, .childcare .timeline .timeline-grid.baby-kids .body .row.bg-white > .col-kids {
  background: #fff;
}
.childcare .timeline .timeline-grid.baby-kids .body .row.bg-green > .col-baby, .childcare .timeline .timeline-grid.baby-kids .body .row.bg-green > .col-kids {
  background: #E9F3DE;
}
.childcare .timeline .timeline-grid.baby-kids .body .row.hight2x > div {
  grid-row: span 2;
}
.childcare .timeline .timeline-grid.baby-kids .body .col-baby, .childcare .timeline .timeline-grid.baby-kids .body .col-kids {
  grid-column: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 8px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item:before {
  width: 8px;
  height: calc(100% - 3em);
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(../images/childcare/timeline_line.svg) center top 3em repeat-y;
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline:nth-child(1) {
  top: calc((1 - 0.5) * var(--row-h, 86px));
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline:nth-child(2) {
  top: calc((2 - 0.5) * var(--row-h, 86px));
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline:nth-child(3) {
  top: calc((3 - 0.5) * var(--row-h, 86px));
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline:nth-child(4) {
  top: calc((4 - 0.5) * var(--row-h, 86px));
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline:nth-child(5) {
  top: calc((5 - 0.5) * var(--row-h, 86px));
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline:nth-child(6) {
  top: calc((6 - 0.5) * var(--row-h, 86px));
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline:nth-child(7) {
  top: calc((7 - 0.5) * var(--row-h, 86px));
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline:nth-child(8) {
  top: calc((8 - 0.5) * var(--row-h, 86px));
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline:nth-child(9) {
  top: calc((9 - 0.5) * var(--row-h, 86px));
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline:nth-child(10) {
  top: calc((10 - 0.5) * var(--row-h, 86px));
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline:nth-child(11) {
  top: calc((11 - 0.5) * var(--row-h, 86px));
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline:nth-child(12) {
  top: calc((12 - 0.5) * var(--row-h, 86px));
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline:nth-child(13) {
  top: calc((13 - 0.5) * var(--row-h, 86px));
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline:nth-child(14) {
  top: calc((14 - 0.5) * var(--row-h, 86px));
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline:nth-child(15) {
  top: calc((15 - 0.5) * var(--row-h, 86px));
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .col-timeline:nth-child(16) {
  top: calc((16 - 0.5) * var(--row-h, 86px));
}
.childcare .timeline .timeline-grid.baby-kids .body .time-item .time {
  display: inline-block;
  width: 4em;
  line-height: 2;
  text-align: center;
  background: #A3D0D6;
  color: #fff;
  border-radius: 3em;
  font-size: clamp(16px, 16px + (22 - 16) * (100vw - 375px) / (1280 - 375), 22px);
}
.childcare .timeline .childcare-hours {
  text-align: center;
}
.childcare .timeline .childcare-hours .col-hours {
  display: flex;
  align-items: center;
  justify-content: center;
}
.childcare .timeline .childcare-hours .header {
  display: flex;
  gap: 0.5em;
}
.childcare .timeline .childcare-hours .header .col-hours {
  color: #fff;
  font-size: clamp(18px, 18px + (22 - 18) * (100vw - 375px) / (1280 - 375), 22px);
  padding: 0.5em 1em;
  background: #BAB798;
  width: 100%;
}
.childcare .timeline .childcare-hours .body {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: var(--row-h, 84px);
  row-gap: 2px;
  font-size: clamp(15px, 15px + (16 - 15) * (100vw - 375px) / (1280 - 375), 16px);
}
.childcare .timeline .childcare-hours .body .col-hours {
  background: #EEECDB;
  padding: 0.5em;
}
.childcare .timeline .childcare-hours .body .col-hours.hight12x {
  grid-row: span 12;
}
.childcare .timeline .childcare-hours .body .col-hours.hight12x > div {
  display: flex;
  flex-direction: column;
}
.childcare .timeline .childcare-hours .body .col-hours.hight12x > div span {
  transform: rotate(90deg);
  display: inline-block;
  font-size: clamp(16px, 16px + (26 - 16) * (100vw - 375px) / (1280 - 375), 26px);
}
@media only screen and (max-width: 767px) {
  .childcare .timeline {
    min-width: 680px;
  }
}
.childcare .event .c-inner {
  background: #E9F3DE;
  padding: clamp(30px, 30px + (100 - 30) * (100vw - 375px) / (1280 - 375), 100px);
  padding-left: 0;
  padding-right: 0;
}
.childcare .event .notes {
  padding-left: 1em;
  position: relative;
}
.childcare .event .notes:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  display: block;
  content: "";
  border-radius: 50%;
  background: #CFEAC8;
}
.childcare .event-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2em;
  margin-bottom: 1em;
}
.childcare .event-card_item {
  width: calc(50% - 2em);
  background: #fff;
  border-radius: clamp(5px, 5px + (8 - 5) * (100vw - 375px) / (1280 - 375), 8px);
  padding: 1em;
  display: flex;
}
.childcare .event-card_item:nth-child(1) .month {
  color: #F5814A;
}
.childcare .event-card_item:nth-child(1) .event-list li::before {
  background: rgba(245, 129, 74, 0.5);
}
.childcare .event-card_item:nth-child(2) .month {
  color: #87C02C;
}
.childcare .event-card_item:nth-child(2) .event-list li::before {
  background: rgba(135, 192, 44, 0.5);
}
.childcare .event-card_item:nth-child(3) .month {
  color: #64BDED;
}
.childcare .event-card_item:nth-child(3) .event-list li::before {
  background: rgba(100, 189, 237, 0.5);
}
.childcare .event-card_item:nth-child(4) .month {
  color: #986435;
}
.childcare .event-card_item:nth-child(4) .event-list li::before {
  background: rgba(152, 100, 53, 0.5);
}
.childcare .event-card_item:nth-child(5) .month {
  color: #7C60A5;
}
.childcare .event-card_item:nth-child(5) .event-list li::before {
  background: rgba(124, 96, 165, 0.5);
}
.childcare .event-card_item:nth-child(6) .month {
  color: #AD6DA3;
}
.childcare .event-card_item:nth-child(6) .event-list li::before {
  background: rgba(173, 109, 163, 0.5);
}
.childcare .event-card_item:nth-child(7) .month {
  color: #D36563;
}
.childcare .event-card_item:nth-child(7) .event-list li::before {
  background: rgba(211, 101, 99, 0.5);
}
.childcare .event-card_item:nth-child(8) .month {
  color: #F39F07;
}
.childcare .event-card_item:nth-child(8) .event-list li::before {
  background: rgba(243, 159, 7, 0.5);
}
.childcare .event .thumb {
  display: flex;
  align-items: center;
  width: 111px;
}
.childcare .event .thumb img {
  border-radius: 4px;
  overflow: hidden;
}
.childcare .event .cont {
  width: calc(100% - 111px - 1em);
  margin-left: 1em;
}
.childcare .event .cont .month {
  font-size: clamp(18px, 18px + (22 - 18) * (100vw - 375px) / (1280 - 375), 22px);
  line-height: 1;
}
.childcare .event .cont .month span {
  font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1280 - 375), 36px);
}
.childcare .event .cont .month i {
  font-style: normal;
  font-size: clamp(16px, 16px + (22 - 16) * (100vw - 375px) / (1280 - 375), 22px);
}
.childcare .event-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.childcare .event-list li {
  width: 50%;
  position: relative;
  padding-left: 0.75em;
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1280 - 375), 18px);
}
.childcare .event-list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  display: block;
  content: "";
  border-radius: 50%;
}
.childcare .event-list li.wide {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .childcare .event .min {
    margin-right: 15px;
    margin-left: 15px;
  }
  .childcare .event-card {
    gap: 1em;
  }
  .childcare .event-card_item {
    width: 100%;
  }
  .childcare .event-list {
    width: 100%;
  }
  .childcare .event-list li {
    width: 100%;
  }
  .childcare .event-list li:before {
    width: 7px;
    height: 7px;
  }
}

.freo a {
  color: #6DB272;
}
.freo #entry .entry {
  margin-bottom: 3.75em;
  border-bottom: dashed 2px #6DB272;
  padding: clamp(15px, 15px + (60 - 15) * (100vw - 375px) / (1280 - 375), 60px);
  border-radius: clamp(8px, 8px + (24 - 8) * (100vw - 375px) / (1280 - 375), 24px);
  background: #fff;
}
.freo #entry .entry:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .freo #entry .entry .c-head2 {
    text-align: left;
  }
  .freo #entry .entry .c-head2 span {
    padding: 0 0 1em 0;
    background: url(../images/common/title_left.svg) no-repeat left bottom/2.5em auto;
  }
}
.freo #entry .entry .content h2, .freo #entry .entry .content h3, .freo #entry .entry .content h4, .freo #entry .entry .content h5 {
  margin-bottom: 0.5em;
}
.freo #entry .entry .content h2 {
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1280 - 375), 20px);
  border-bottom: solid 2px #6DB272;
  display: inline-block;
  padding: 0 1em 0 0.25em;
}
.freo #entry .entry .content h3 {
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1280 - 375), 20px);
  color: #A3D0D6;
}
.freo #entry .entry .content h3:before {
  content: "●";
  color: #A3D0D6;
}
.freo #entry .entry .content h4 {
  color: #6DB272;
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1280 - 375), 18px);
}
.freo #entry .entry .content h5 {
  font-weight: 700;
}
.freo #entry .entry .content h5:before {
  margin-right: 0.25em;
  color: #6DB272;
  content: "●";
}
.freo #entry .entry .content ul li {
  list-style: none;
  margin-left: 0;
}
.freo #entry .entry .content ul li:before {
  content: "-";
  margin-right: 0.5em;
  font-weight: 600;
}
.freo #entry .entry .content table {
  border-collapse: separate;
  box-sizing: border-box;
  background: #fff;
  border: none;
  border-radius: 1em;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .freo #entry .entry .content table {
    min-width: 700px;
    width: auto !important;
  }
}
.freo #entry .entry .content table td, .freo #entry .entry .content table th {
  padding: 1em;
}
.freo #entry .entry .content table td {
  border: none;
  border-bottom: 2px solid #6DB272;
  border-right: 2px solid #6DB272;
}
.freo #entry .entry .content table td:last-child {
  border-right: none;
}
.freo #entry .entry .content table th {
  background: rgb(217.6956521739, 236.347826087, 202.152173913);
  border: none;
  border-bottom: 2px solid #fff;
  font-weight: 600;
}
.freo #entry .entry .content table tr:last-child td, .freo #entry .entry .content table tr:last-child th {
  border-bottom: none;
}
.freo .download {
  margin-top: clamp(20px, 20px + (60 - 20) * (100vw - 375px) / (1280 - 375), 60px);
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1280 - 375), 50px);
  max-width: 812px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 842px) {
  .freo .download {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.freo .download:before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  content: "";
  border: #A9DEAE 1px solid;
  pointer-events: none;
}
.freo .download .c-head3 {
  width: calc(50% - 90px);
  justify-content: center;
}
.freo .download .c-head3:before {
  margin-top: -2.25em;
}
.freo .download .c-head3 .en {
  display: block;
  margin-left: 0;
}
.freo .download .c-link-list {
  justify-content: start;
  flex-wrap: wrap;
  gap: 1em;
}
.freo .download .c-link-list li {
  width: calc(50% - 1em);
}
.freo .download .c-link-list li a {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .freo .download {
    flex-direction: column;
  }
  .freo .download .c-head3 {
    width: auto;
    justify-content: start;
    margin-bottom: 1em;
  }
  .freo .download .c-link-list {
    justify-content: start;
    width: 100%;
  }
  .freo .download .c-link-list li {
    width: 100%;
  }
  .freo .download .c-link-list li a {
    display: flex;
    justify-content: center;
  }
}
.freo #utility {
  margin-top: clamp(20px, 20px + (60 - 20) * (100vw - 375px) / (1280 - 375), 60px);
}
.freo #utility .utility .calender {
  border-radius: 1em;
  overflow: hidden;
}
.freo #utility .utility .calender th, .freo #utility .utility .calender td {
  border-right: 1px solid #6DB272;
  border-bottom: 1px solid #6DB272;
}
.freo #utility .utility .calender th:last-child, .freo #utility .utility .calender td:last-child {
  border-right: none;
}
.freo #utility .utility .calender tr:last-child th, .freo #utility .utility .calender tr:last-child td {
  border-bottom: none;
}
.freo #utility .utility .calender th {
  background: rgb(217.6956521739, 236.347826087, 202.152173913);
  text-align: center;
}
.freo #utility .utility .calender td {
  background: #fff;
}
.freo #utility .utility .calender a {
  color: #6DB272;
  text-decoration: underline;
}
.freo #utility .utility .calenderNav {
  margin-top: 1em;
}
.freo #utility .utility .calenderNav li:first-child a:before {
  content: "<";
}
.freo #utility .utility .calenderNav li:last-child a:after {
  content: ">";
}
.freo #freo-container form input[type=submit] {
  background: #6DB272;
}

.belife .color {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em;
}
.belife .color_item {
  width: 30.6772908367%;
  display: flex;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.15em;
  background: #fff;
  position: relative;
  padding: clamp(16px, 16px + (25 - 16) * (100vw - 375px) / (1280 - 375), 25px);
}
.belife .color_item:before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: #C0E7C3 1px solid;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.belife .color-title {
  color: #A3D0D6;
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1280 - 375), 20px);
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .belife .color {
    gap: 1em;
  }
  .belife .color_item {
    width: 100%;
  }
}
.belife .class .c-inner {
  background: #E7F3DD;
  padding: clamp(30px, 30px + (100 - 30) * (100vw - 375px) / (1280 - 375), 100px);
}
.belife .class-goal {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.belife .class-goal_item {
  width: calc(50% - 1em);
  background: url(../images/common/line.svg) repeat-x left top, #fff;
  padding: clamp(15px, 15px + (40 - 15) * (100vw - 375px) / (1280 - 375), 40px);
}
.belife .class-goal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
}
.belife .class-goal-head .thumb {
  width: 45%;
  position: relative;
}
.belife .class-goal-head .thumb img {
  border-radius: 4px;
  overflow: hidden;
}
.belife .class-goal-head .thumb .tag {
  position: absolute;
  left: -1em;
  top: -1em;
  width: 57px;
  height: 57px;
  background: #A3D0D6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(14px, 14px + (15 - 14) * (100vw - 375px) / (1280 - 375), 15px);
}
.belife .class-goal-head .thumb .tag .tag-year {
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1280 - 375), 24px);
}
.belife .class-goal-head .class-name {
  letter-spacing: 0.18em;
  color: #6DB272;
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1280 - 375), 24px);
  text-align: center;
  width: 45%;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  background: url(../images/common/title_left.svg) no-repeat top center, url(../images/common/title_right.svg) no-repeat bottom center;
}
@media only screen and (max-width: 767px) {
  .belife .class .c-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .belife .class-goal {
    gap: 1.35em;
  }
  .belife .class-goal_item {
    width: 100%;
  }
  .belife .class-goal-head .thumb .tag {
    left: -1.5em;
    top: -1.5em;
    width: 42px;
    height: 42px;
  }
}

.about .basic-info .c-inner {
  background: #fff;
  padding: clamp(15px, 15px + (60 - 15) * (100vw - 375px) / (1280 - 375), 60px);
}
.about .basic-info .c-inner > div {
  margin-bottom: clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1280 - 375), 30px);
}
.about .basic-info .c-inner > div:last-child {
  margin-bottom: 0;
}
.about .basic-info .c-inner .member {
  max-width: 792px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 792px) {
  .about .basic-info .c-inner .member {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about .basic-info .c-dl .title {
    margin-bottom: 0.5em;
  }
}
.about .facility .c-inner {
  display: flex;
}
.about .facility-cont {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 5em);
}
.about .facility-cont .facility-1f {
  width: 53%;
}
.about .facility-cont .facility-2f {
  width: 49%;
  text-align: right;
}
.about .facility .map-title {
  writing-mode: vertical-rl;
  color: #6DB272;
  font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1280 - 375), 32px);
  width: 5em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .about .facility .c-inner {
    flex-direction: column;
  }
  .about .facility-cont {
    flex-direction: column;
    width: 100%;
  }
  .about .facility-cont .facility-1f {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .about .facility-cont .facility-2f {
    width: 100%;
    text-align: left;
  }
  .about .facility .map-title {
    writing-mode: horizontal-tb;
    width: auto;
    margin-bottom: 1em;
  }
}
.about .facility .modal {
  display: none;
}
.about .facility .modal.is-open {
  display: block;
}
.about .facility .modal__overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 3em;
  min-width: 80vw;
  border-radius: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1280 - 375), 16px);
  background: rgba(115, 175, 121, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .facility .modal__container {
  margin: 0 auto;
  position: relative;
}
.about .facility .modal__close {
  position: absolute;
  top: 2em;
  right: 1em;
  border: 0;
  background: transparent;
  color: #fff;
}
.about .facility .modal__close:before {
  content: "✕";
  font-size: clamp(20px, 20px + (28 - 20) * (100vw - 375px) / (1280 - 375), 28px);
}
.about .facility .modal__title {
  color: #fff;
  font-size: clamp(20px, 20px + (28 - 20) * (100vw - 375px) / (1280 - 375), 28px);
  text-align: center;
}
.about .facility .modal__caption {
  margin-top: 1em;
  color: #fff;
  text-align: center;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1280 - 375), 20px);
}