/*common_css*/
@charset "utf-8";
/* CSS Document */
/* -------------------------------------
Browser：Edge over
-------------------------------------
01: 共通
02: テンプレート
03: ヘッダー＆フッター
04: ページ
-------------------------------------*/

/** ================================================================================
01.共通
================================================================================ **/
/* -------------------------------------
画像保存できないように 20230303
-------------------------------------*/
img {
  pointer-events: none;

  /* SPの長押し禁止 202401追加*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
a img {
  pointer-events: auto;
}

/* -------------------------------------
hr
-------------------------------------*/
.hr {
  display: block;
  width: 100%;
  height: 1px;
  border-top: 2px dotted var(--gray);
}

/* -------------------------------------
tel
-------------------------------------*/
a[href^="tel:"] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--webf);
  font-weight: bold;
  line-height: 1;
}
a[href^="tel:"] i {
  margin-right: 6px;
  font-size: 0.8em;
}
a[href^="tel:"] i img {
  vertical-align: middle;
}

/* -------------------------------------
bdr
-------------------------------------*/
.bdr {
  border: 6px solid var(--orange);
}
/* 色分け */
[data-page="chd"] .bdr {
  border-color: var(--chd);
}
[data-page="nrs"] .bdr {
  border-color: var(--nrs);
}
[data-page="snr"] .bdr {
  border-color: var(--snr);
}
#ruri .bdr {
  border-color: var(--ruri-nvy);
}

@media screen and (max-width: 520px) {
  .bdr {
    border-width: 4px;
  }
}

/* -------------------------------------
deco
-------------------------------------*/
section > .deco {
  position: static;
}
.deco > img {
  position: absolute;
}
/* .deco-baseLR, */
[class^="deco-baseLR"] {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat, no-repeat;
  background-position:
    left -10% top,
    right -10% top;
  background-size: auto, auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.deco-baseLR01 {
  background-image: url(/common/images/deco-baseL01.png), url(/common/images/deco-baseR01.png);
}

.deco-baseLR02 {
  background-image: url(/common/images/deco-baseL02.png), url(/common/images/deco-baseR02.png);
}
/* 色分け */
[data-page="chd"] .deco-baseLR01 {
  background-image: url(/common/images/deco-chdL01.png), url(/common/images/deco-chdR01.png);
}
[data-page="chd"] .deco-baseLR02 {
  background-image: url(/common/images/deco-chdL02.png), url(/common/images/deco-chdR02.png);
}
[data-page="nrs"] .deco-baseLR01 {
  background-image: url(/common/images/deco-nrsL01.png), url(/common/images/deco-nrsR01.png);
}
[data-page="nrs"] .deco-baseLR02 {
  background-image: url(/common/images/deco-nrsL02.png), url(/common/images/deco-nrsR02.png);
}

[data-page="snr"] .deco-baseLR01 {
  background-image: url(/common/images/deco-snrL01.png), url(/common/images/deco-snrR01.png);
}
[data-page="snr"] .deco-baseLR02 {
  background-image: url(/common/images/deco-snrL02.png), url(/common/images/deco-snrR02.png);
}

@media screen and (max-width: 520px) {
  [class^="deco-baseLR"] {
    background-position:
      left -10% top,
      right -10% top;
    background-size:
      40vw auto,
      40vw auto;
  }
}

/* .deco-wave, */
[class^="deco-wave"],
[class^=" deco-wave"] {
  display: block;
  width: 100%;
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
  position: absolute;
  left: 0;
}
.deco-wave-t_wh {
  height: 50px;
  background-image: url(/nj/bg-wave_wh.png);
  top: 0;
}
.deco-wave-t_pk {
  height: 50px;
  background-image: url(/nj/bg-wave_pk.png);
  top: 0;
}

@media screen and (max-width: 520px) {
  .deco-wave-t_wh {
    height: 30px;
  }
  .deco-wave-t_pk {
    height: 30px;
  }
}

/* .hr-ruri2 */
[class^="hr-ruri2"],
[class^=" hr-ruri2"] {
  display: block;
  width: 100%;
  height: 20px;
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
  position: absolute;
  left: 0;
}
.hr-ruri2-t {
  background-image: url(/ruri2/bg-line_T.png);
  top: 0;
}
.hr-ruri2-b {
  background-image: url(/ruri2/bg-line_B.png);
  bottom: 100%;
}

@media screen and (max-width: 520px) {
  [class^="hr-ruri2"],
  [class^=" hr-ruri2"] {
    height: 14px;
  }
}

/* .deco-sankakuLR */
.deco-sankakuLR {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/ruri/bg-ptn2_L.png), url(/ruri/bg-ptn2_R.png);
  background-repeat: no-repeat;
  background-position:
    left -100px top,
    right -100px top;
  background-size: 460px auto;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

@media screen and (min-width: 1500px) {
  .deco-sankakuLR {
    background-position:
      left top,
      right top;
  }
}

@media screen and (max-width: 520px) {
  .deco-sankakuLR {
    background-size: 56% auto;
  }
}

/* -------------------------------------
maru-bf
-------------------------------------*/
.maru-bf > * {
  margin: 0 1.5em 10px 1.2em;
  line-height: 1.5;
}
.maru-bf > *::before {
  content: "●";
  margin-right: 0.2em;
  margin-left: -1.2em;
}

.maru-bf > div p {
  display: inline;
}
/* 色分け */
[data-page="snr"] .maru-bf > *::before {
  color: var(--snr);
}
[data-page="nrs1"] .maru-bf > *::before {
  color: var(--chd);
}
#ruri .maru-bf > *::before {
  color: var(--ruri-org);
}

/**-------------------------------------
box-dblLine
-------------------------------------**/
.box-dblLine {
  padding: 50px;
  background: var(--orange);
  border-radius: 20px;
  outline: 1px solid var(--white);
  outline-offset: -14px;
  position: relative;
}
.box-dblLine::after {
  --box-dblLine-point-color: var(--orange);
  --box-dblLine-point-height: 50px;
  content: "";
  display: block;
  width: 2px;
  height: 80px;
  background: var(--white);
  background: linear-gradient(180deg, var(--box-dblLine-point-color) var(--box-dblLine-point-height), var(--white) var(--box-dblLine-point-height));

  position: absolute;
  left: 50%;
  top: calc(var(--box-dblLine-point-height) * -1);
}
/* 色分け */
[data-page="chd"] .box-dblLine {
  background: var(--chd);
}
[data-page="chd"] .box-dblLine::after {
  --box-dblLine-point-color: var(--chd);
}
[data-page="nrs"] .box-dblLine {
  background: var(--nrs);
}
[data-page="nrs"] .box-dblLine::after {
  --box-dblLine-point-color: var(--nrs);
}
[data-page="snr"] .box-dblLine {
  background: var(--snr);
}
[data-page="snr"] .box-dblLine::after {
  --box-dblLine-point-color: var(--snr);
}

@media screen and (max-width: 520px) {
  .box-dblLine {
    padding: 40px 30px 30px;
    border-radius: 20px;
    outline-offset: -14px;
  }
  .box-dblLine::after {
    --box-dblLine-point-height: 30px;
    height: 56px;
    background: linear-gradient(180deg, var(--box-dblLine-point-color) var(--box-dblLine-point-height), var(--white) var(--box-dblLine-point-height));
    top: calc(var(--box-dblLine-point-height) * -1);
  }
}

/* -------------------------------------
name
-------------------------------------*/
.name {
  font-size: 0.9rem;
}
.name span {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.2em;
}

/* -------------------------------------
policy-list
-------------------------------------*/
.policy-list > * {
  --policy-radius: 20px;
  margin-bottom: 20px;
  background: var(--white);
  border-radius: var(--policy-radius);
  outline: solid 1px var(--gray);
  outline-offset: -10px;
}
.policy-list > * .titD {
  margin-top: 30px;
  padding: 10px;
  line-height: 1;
}
.policy-list .richtext {
  padding: 20px 30px 30px;
}

@media screen and (max-width: 520px) {
  .policy-list > * {
    margin-bottom: 10px;
    outline-offset: -10px;
  }
  .policy-list > * .titD {
    margin-top: 24px;
    padding: 8px;
  }
  .policy-list .richtext {
    padding: 10px 22px 30px;
  }
}

/** ================================================================================
02.テンプレート
================================================================================ **/
/* -------------------------------------
anc-list
-------------------------------------*/
.anc-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3vw auto 50px;
}
.anc-list a {
  margin: 10px 0;
  padding: 0 1.4em;
  color: var(--brown);
}
.anc-list a + a {
  border-left: 1px solid var(--brown);
}

@media screen and (max-width: 520px) {
  .anc-titZ-wrapper {
    display: flex;
    flex-flow: column-reverse;
  }
  .anc-list {
    max-width: 92%;
    justify-content: flex-start;
    margin: 2px 0 0px 5% !important;
    padding: 6px 0 2px 4px;
    border-left: 2px solid var(--orange);
  }
  .anc-list a {
    width: 45%;
    margin: 8px;
    padding: 0;
    font-size: 0.9em;
    border-bottom: 1px dotted var(--brown);
  }
  .anc-list a + a {
    border-left: none;
  }
  .anc-list a::before {
    content: "▶";
    margin-right: 0.2em;
    font-size: 0.8em;
    color: var(--orange);
  }

  /* 色分け */
  [data-page="chd"] .anc-list {
    border-left-color: var(--chd);
  }
  [data-page="chd"] .anc-list a::before {
    color: var(--chd);
  }

  [data-page="nrs"] .anc-list {
    border-left-color: var(--nrs);
  }
  [data-page="nrs"] .anc-list a::before {
    color: var(--nrs);
  }

  [data-page="snr"] .anc-list {
    border-left-color: var(--snr);
  }
  [data-page="snr"] .anc-list a::before {
    color: var(--snr);
  }
}

/**-------------------------------------
お知らせ一覧
-------------------------------------**/
.news-list {
  position: relative;
}
.news-list .swiper-container {
  overflow: hidden;
}
.news-list figure {
  position: relative;
  overflow: hidden;
}
.news-list figure.new:after {
  position: absolute;
  top: 20px;
  left: -30px;
  display: block;
  padding: 2px;
  width: 120px;
  background: var(--orange);
  color: var(--white);
  content: "NEW";
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new.is-show {
  display: inline-block;
}
.news-list em {
  min-width: 8em;
}
.news-list p.tag {
  margin-top: 10px;
}
.news-list p.tag span {
  display: block;
  font-size: 14px;
}
.post-detail p.tag span {
  margin-right: 1em;
}

/* tag 色分け */
p.tag span[data-tag="四恩学園乳児院"],
p.tag span[data-tag="四恩みろく乳児院"],
p.tag span[data-tag="児童養護施設 四恩学園"],
p.tag span[data-tag="児童養護施設 四恩たまみず園"] {
  color: var(--chd);
}
p.tag span[data-tag="四恩乳児保育園"],
p.tag span[data-tag="四恩るり保育園"],
p.tag span[data-tag="四恩るりこども園"],
p.tag span[data-tag="四恩るり2乳児保育園"],
p.tag span[data-tag="四恩子どもの家"],
p.tag span[data-tag="四恩子育て支援センター"] {
  color: var(--nrs);
}
p.tag span[data-tag="住吉区東地域包括支援センター"],
p.tag span[data-tag="ふれ愛の館しおん 居宅介護支援事業所"],
p.tag span[data-tag="ふれ愛の館しおん 地域密着型特別養護老人ホーム"],
p.tag span[data-tag="ふれ愛の館しおん デイサービス"],
p.tag span[data-tag="ふれ愛の館しおん 認知症対応型デイ"],
p.tag span[data-tag="ふれ愛の館しおん ホームヘルプセンター"] {
  color: var(--snr);
}
p.tag span[data-tag="法人本部"],
p.tag span[data-tag="里親支援機関 結い"],
p.tag span[data-tag="中央里親支援センター 結い"],
p.tag span[data-tag="南部里親支援センター eye"] {
  color: var(--orange);
}

/* スライドパーツ */
.news-slide-parts .swiper-button-prev::after,
.news-slide-parts .swiper-button-next::after {
  display: none;
}
.news-slide-parts .swiper-button-prev,
.news-slide-parts .swiper-button-next {
  top: 40%;
  transition: var(--transition);
}
.news-slide-parts .swiper-button-prev {
  left: -0.7em;
  transform: rotate(-180deg);
}
.news-slide-parts .swiper-button-next {
  right: -0.7em;
}
.news-slide-parts .swiper-button-prev:hover,
.news-slide-parts .swiper-button-next:hover {
  opacity: var(--opacity);
}
.news-slide-parts div i {
  font-family: "Material Icons";
  color: var(--brown);
  font-size: 36px;
  line-height: 1;
  background: var(--white);
  border-radius: 50%;
}
.news-slide-parts div svg {
  display: none;
}

/* スライド以外の場合 */
ul.news-list li {
  width: 31%;
}

@media screen and (max-width: 520px) {
  .sec-blogslide .news-list {
    padding-left: 10%;
    padding-right: 10%;
  }
  .news-list.sp2c figure.new:after,
  aside .news-list figure.new:after {
    top: 5px;
    left: -44px;
    font-size: 11px;
  }

  /* スライドパーツ */
  .news-slide-parts .swiper-button-prev {
    left: 0;
  }
  .news-slide-parts .swiper-button-next {
    right: 0;
  }

  /* 関連記事の場合 */
  aside ul.news-list li span.boxLR {
    flex-flow: column;
    font-size: 12px;
  }
  aside ul.news-list li span.boxLR time {
    margin: 4px 0 2px;
  }
  aside ul.news-list li p {
    font-size: 15px;
    line-height: 1.4;
  }

  .news-list p.tag span {
    text-align: left;
  }
}

/**-------------------------------------
ギャラリー
-------------------------------------**/
.gallery-list li {
  width: 23%;
  margin-bottom: 20px;
  padding: 8px;
  background: var(--white);
  border: 1px solid var(--main-color);
}
.gallery-list li .mfp-title {
  margin-top: 10px;
  font-size: 1.2rem;
}
.gallery-list.box3C li {
  width: 32%;
  border-radius: 10px;
}
.gallery-list.box3C li img {
  border-radius: 10px;
}

@media screen and (max-width: 520px) {
  .gallery-list li {
    width: 48.5% !important;
    margin-bottom: 10px;
    padding: 6px;
  }
  .gallery-list li .mfp-title {
    font-size: 1rem;
  }
  .gallery-list.box3C li {
    width: 48.5% !important;
  }
}

/**-------------------------------------
スタッフ紹介
-------------------------------------**/
.fac-staff-list {
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
  margin-bottom: 50px;
}
.fac-staff-list .text {
  flex-shrink: 0;
  width: 68%;
  margin: 60px 0 0 -6%;
  padding: 50px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
.fac-staff-list figure {
  flex-shrink: 0;
  width: 38%;
}

/* 施設長 */
.sec-fac-staff-mgr .fac-staff-list .text {
  width: 58%;
}
.sec-fac-staff-mgr .fac-staff-list figure {
  width: 48%;
}

/* テレコ */
.fac-staff-list:nth-child(even) {
  flex-flow: row;
}
.fac-staff-list:nth-child(even) .text {
  margin: 60px -6% 0 0;
}

/* 色分け */
[data-page="base"] .staff-head {
  color: var(--orange);
}
[data-page="chd"] .staff-head {
  color: var(--chd);
}
[data-page="nrs"] .staff-head {
  color: var(--nrs);
}
[data-page="snr"] .staff-head {
  color: var(--snr);
}

@media screen and (max-width: 520px) {
  .fac-staff-list {
    flex-flow: column-reverse;
    align-items: center;
    margin-bottom: 30px;
  }
  .fac-staff-list .text {
    width: 100%;
    margin: 0;
    padding: 30px;
  }
  .fac-staff-list figure {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 14px 14px 0 0;
  }

  /* 施設長 */
  .sec-fac-staff-mgr .fac-staff-list .text {
    width: 100%;
  }
  .sec-fac-staff-mgr .fac-staff-list figure {
    width: 100%;
  }

  /* テレコ */
  .fac-staff-list:nth-child(even) {
    flex-flow: column-reverse;
  }
  .fac-staff-list:nth-child(even) .text {
    margin: 0;
  }
}

/**-------------------------------------
スタッフ紹介（児童養護施設）
-------------------------------------**/
.fac-staff-list2.h-text-img {
  align-items: flex-start;
  margin-bottom: 50px;
}
.fac-staff-list2 .text dl dt {
  font-size: 1.1em;
  color: var(--gray);
  font-weight: bold;
}
.fac-staff-list2 .text dl dt::first-letter {
  color: var(--chd);
}
.fac-staff-list2 .text dl dd {
  margin-bottom: 10px;
}
.fac-staff-list2.h-text-img figure {
  width: 34%;
  margin-right: 50px;
}
.fac-staff-list2 figcaption.name {
  padding: 10px 1.2em;
  font-size: 1.1rem;
  line-height: 1.5;
  background: var(--white);
}
.fac-staff-list2 figcaption.name em {
  display: block;
  font-size: 0.8em;
}

@media screen and (max-width: 520px) {
  .fac-staff-list2.h-text-img {
    margin-bottom: 20px;
  }
  .fac-staff-list2 .text {
    padding: 10px 5%;
    background: var(--white);
  }
  .fac-staff-list2 .text dl dt {
  }
  .fac-staff-list2 .text dl dd {
    margin-bottom: 10px;
  }
  .fac-staff-list2.h-text-img figure {
    width: 100%;
    margin: 0;
    border-radius: 14px 14px 0 0;
    border-bottom: 1px dotted var(--gray);
  }
  .fac-staff-list2.h-text-img figcaption {
    margin-top: -100px;
    position: relative;
  }
}

/**-------------------------------------
snr-mission-list
-------------------------------------**/
.snr-mission-list .list {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dotted var(--brown);
  counter-increment: list;
}
.snr-mission-list .list h4 {
  display: flex;
  align-items: center;
}
.snr-mission-list .list h4::before {
  content: counter(list);
  width: 72px;
  height: 62px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  margin-right: 0.5em;
  font-family: var(--webf);
  font-size: 1.4em;
  color: var(--white);
  line-height: 1;
  background: var(--snr);
  border-radius: 4px;
}
/* 色分け */
[data-page="base"] .snr-mission-list .list h4::before {
  background: var(--orange);
}
[data-page="chd"] .snr-mission-list .list h4::before {
  background: var(--chd);
}
[data-page="nrs"] .snr-mission-list .list h4::before {
  background: var(--nrs);
}

@media screen and (max-width: 520px) {
  .snr-mission-list .list {
    flex-flow: column;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .snr-mission-list .list h4::before {
    width: 48px;
    height: 50px;
  }
}

/**-------------------------------------
snr-flow-list
-------------------------------------**/
.snr-flow-list .list {
  counter-increment: list;
  padding-bottom: 30px;
  position: relative;
}
.snr-flow-list .list::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  border-left: 2px dotted var(--brown);
  position: absolute;
  left: 0;
  left: 30px;
  top: 0;
}
.snr-flow-list .list > * {
  position: relative;
}
.snr-flow-list .list .counter {
  display: flex;
  align-items: center;
}
.snr-flow-list .list .counter::before {
  content: counter(list);
  width: 60px;
  height: 40px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  margin-right: 0.5em;
  font-family: var(--webf);
  font-size: 1.2em;
  color: var(--white);
  line-height: 1;
  background: var(--snr);
  border-radius: 4px;
}
.snr-flow-list .richtext {
  padding: 4px 0 0 80px;
}
.snr-flow-list > *:last-child::before {
  border-left: none;
}

@media screen and (max-width: 520px) {
  .snr-flow-list .list {
    flex-flow: column;
    padding-bottom: 14px;
  }
  .snr-flow-list .list::before {
    left: 20px;
  }
  .snr-flow-list .list .counter::before {
    width: 40px;
    height: 40px;
    font-size: 1.2em;
  }
  .snr-flow-list .text {
    width: 100%;
  }
  .snr-flow-list .richtext {
    padding: 0 0 0 50px;
  }
  .snr-flow-list .list.h-text-img figure {
    width: calc(100% - 60px);
    margin-left: 50px;
  }
}

/**-------------------------------------
sche-list
-------------------------------------**/
.sche-list li {
  display: flex;
  align-items: flex-start;
}
.sche-list time {
  width: 4.5em;
  font-size: 1.5em;
}
.sche-list dl {
  flex: 1;
  padding: 0 0 50px 50px;
  position: relative;
}
.sche-list dl::before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--main-color);
  position: absolute;
  left: 0;
  top: 18px;
}
.sche-list li:last-child dl::before {
  display: none;
}
.sche-list dl::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: var(--white);
  border: 2px solid var(--main-color);
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: 7px;
}
.sche-list dl dt {
  margin-bottom: 10px;
  font-size: 1.2em;
  color: var(--brown);
  font-weight: bold;
}
.sche-list dl dd {
  display: flex;
}
.sche-list dl dd .richtext {
  flex: 1;
  margin-right: 30px;
}
.sche-list dl dd figure {
  width: 30%;
  margin-top: -40px;
}

/* 色分け */
[data-page="chd"] .sche-list dl dt {
  color: var(--chd);
}
[data-page="nrs"] .sche-list dl dt {
  color: var(--nrs);
}
[data-page="snr"] .sche-list dl dt {
  color: var(--snr);
}

@media screen and (max-width: 520px) {
  /*sche-list*/
  .sche-list {
    width: 100%;
  }
  .sche-list li {
  }
  .sche-list time {
    font-size: 1em;
  }
  .sche-list dl {
    padding: 0 0 30px 16px;
  }
  .sche-list dl::before {
    top: 18px;
  }
  .sche-list dl::after {
    width: 12px;
    height: 12px;
    left: -7px;
    top: 7px;
  }
  .sche-list dl dt {
    margin-bottom: 4px;
    font-size: 1.1em;
  }
  .sche-list dl dd {
    font-size: 0.9em;
  }
  .sche-list dl dd {
    display: flex;
  }
  .sche-list dl dd .richtext {
    margin-right: 14px;
  }
  .sche-list dl dd figure {
    width: 46%;
    margin-top: 0px;
  }
}

/**-------------------------------------
sche-day
-------------------------------------**/
.sche-day .titD {
  padding: 10px;
}

/**-------------------------------------
施設の地図
-------------------------------------**/
.gmap.fac-gmap iframe {
  height: 480px;
}

@media screen and (max-width: 520px) {
  .gmap.fac-gmap iframe {
    height: 40vh;
  }
}

/**-------------------------------------
fac-access
-------------------------------------**/
.fac-access {
  text-align: center;
}

/**================================================================================
03: ヘッダー
================================================================================**/
header {
  width: 100%;
  background: #fff;
  /*   position: relative; */
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
}
header .inner {
  padding: 10px 0;
  position: relative;
}
header .inner .logo {
  width: 180px;
  margin: 0;
}
header .inner .logo a {
  display: block;
}
header .inner .logo img {
  width: 100%;
}

header nav ul.gnav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
}

header nav ul.gnav li {
  flex-grow: 1;
}
header nav ul.gnav li > *:not(dl) {
  display: flex;
  padding: 10px 10px 20px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
}
header nav ul.gnav li > *:not(dl):hover {
  color: var(--orange);
}
header nav ul.gnav li span::after {
  content: "expand_more";
  font-family: "Material Icons";
  font-size: 1.2em;
  margin-left: 4px;
  transition: var(--transition);
}

/* メガメニュー */
header nav ul.gnav li dl {
  width: 100vw;
  height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  /* left: 0; */
  left: calc((100vw - 100%) / -2);
  padding: 0 var(--over-width-half);
  background: var(--white);
  transition: 0.5s all;
}
header nav ul.gnav li:hover dl {
  visibility: visible;
  opacity: 1;
  height: auto;
}
header nav ul.gnav li dl dt {
  margin: 20px 0 16px;
  font-weight: var(--fw-b);
  border-bottom: 2px solid var(--orange);
}
header nav ul.gnav li.mega-chd dl dt {
  color: var(--chd);
  border-bottom-color: var(--chd);
}
header nav ul.gnav li.mega-nrs dl dt {
  color: var(--nrs);
  border-bottom-color: var(--nrs);
}
header nav ul.gnav li.mega-snr dl dt {
  color: var(--snr);
  border-bottom-color: var(--snr);
}
header nav ul.gnav li dl dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px;
}
header nav ul.gnav li dl dd a {
  width: 46%;
  display: flex;
  padding: 12px 10px;
  font-size: 0.9rem;
}
header nav ul.gnav li dl dd a:hover {
  color: var(--orange);
}
header nav ul.gnav li dl dd a figure {
  width: 100px;
  margin-right: 20px;
  border-top: 4px solid var(--orange);
}
header nav ul.gnav li.mega-chd dl dd a figure {
  border-color: var(--chd);
}
header nav ul.gnav li.mega-nrs dl dd a figure {
  border-color: var(--nrs);
}
header nav ul.gnav li.mega-snr dl dd a figure {
  border-color: var(--snr);
}
header nav ul.gnav li dl dd a em {
  flex: 1;
}
header nav .h-btns {
  width: 620px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
}
header nav .h-btns a {
  padding: 20px;
  text-align: center;
  line-height: 1;
  transition: var(--transition);
}
header nav .h-btns a.h-dnt {
  color: var(--brown);
  background: #f3d199;
}
header nav .h-btns a.h-dnt:hover {
  color: var(--white);
  background: var(--gray);
}
header nav .h-btns a.h-rec {
  flex: 1;
  color: var(--white);
  background: var(--orange);
}
header nav .h-btns a.h-rec:hover {
  background: var(--gray);
}
header nav .h-btns a.h-toi {
  color: var(--white);
  background: var(--brown);
}
header nav .h-btns a.h-toi:hover {
  background: var(--gray);
}

@media screen and (max-width: 520px) {
  header {
    position: relative;
  }
  header .inner .logo {
    width: 150px;
    margin-left: 4vw;
  }
  #menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1500;
    width: 60px;
    height: 60px;
    background: var(--orange);
    text-align: center;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #menu:before {
    color: #fff;
    content: "\e3c7";
    font-size: 30px;
    font-family: "Material Icons";
    line-height: 50px;
  }
  .on #menu:before {
    content: "\e5cd";
  }
  #menu:after {
    display: block;
    margin: -10px auto;
    color: #fff;
    content: "メニュー";
    font-size: 10px;
    font-weight: bold;
  }
  .on #menu:after {
    content: "閉じる";
  }
  header nav {
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    top: 0px;
    right: -320px;
    width: 320px !important;
    transition: 0.5s;
    z-index: 1499;
    height: 100vh;
    padding: 0;
    background: url(/common/images/bg-base.jpg) repeat center top / 100% auto;
  }
  .on nav {
    right: 0;
    box-shadow: 0 0 10px -4px #333;
  }
  header nav ul.gnav {
    display: block;
    padding: 20px 0;
    font-size: 15px;
  }
  header nav ul.gnav li > *:not(dl) {
    padding: 12px 14%;
    text-align: left;
    line-height: 1.2;
  }
  header nav ul.gnav li span.active::after {
    transform: rotate(180deg);
    transform-origin: center center;
  }

  /* メガメニュー */
  header nav ul.gnav li dl {
    display: none;
    width: 100%;
    height: auto;
    visibility: visible;
    opacity: 1;
    position: static;
    padding: 0 6%;
    transition: none;
  }
  header nav ul.gnav li dl dt {
    display: none;
  }
  header nav ul.gnav li dl dd {
    margin: 10px 0;
  }
  header nav ul.gnav li dl dd a {
    width: 100%;
    padding: 10px 0;
    font-size: 0.8rem;
  }
  header nav ul.gnav li dl dd a.dot-bf:first-child::before {
    display: none;
  }
  header nav ul.gnav li dl dd a figure {
    width: 70px;
    margin-right: 12px;
  }
  header nav .h-btns {
    width: 100%;
    position: static;
    display: block;
    padding: 10px 10% 30px;
  }
  header nav .h-btns a {
    display: block;
    margin: 0 0 10px;
  }
}

/**================================================================================
お問い合わせ aside
================================================================================**/
.asd-contact .content-box {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (max-width: 520px) {
  .asd-contact .content-box {
    padding: 26px 7%;
  }
  .asd-contact h3.fs32 {
    font-size: 5vw;
  }
  .asd-contact a[href^="tel:"] {
    margin: -4px auto 0;
    font-size: 7vw;
  }
  .asd-contact a.btn--white {
    width: 100%;
    max-width: 100%;
    font-size: 0.9rem;
  }
}

/**================================================================================
03: フッター
================================================================================**/
footer {
  margin-top: -10vw;
  padding-top: 17vw;
  color: var(--white);
  line-height: 1.3;
  background: var(--gray);
  position: relative;
}
footer .f-contents {
  display: flex;
}
footer .address-wrapper {
  width: 40%;
}
footer .address-wrapper address a {
  display: block;
}
footer .address-wrapper .logo img {
  width: min(180px, 40vw);
}
footer .address-wrapper address a[href^="tel:"] {
  justify-content: start;
}
footer .address-wrapper address a[href^="tel:"] em {
  padding-right: 0.5em;
  font-size: 0.8em;
}
footer .address-wrapper a.btn--orange_s {
  margin-left: 0;
}
/*nav*/
footer nav {
  flex: 1;
}
footer nav ul li {
  margin-bottom: 18px;
}
footer nav ul li > *:first-child::before {
  content: "●";
  padding-right: 4px;
}
footer nav ul li > * {
  display: block;
}
footer nav ul li > *:not(:first-child) {
  margin: 8px 0 8px 3em;
  text-indent: -0.7em;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.4;
}
footer nav ul li > *:not(:first-child)::before {
  content: "-";
  padding-right: 4px;
}
footer nav ul li a:hover {
  color: var(--orange);
}
footer nav ul li ul {
  display: none;
}

/** コピーライト **/
.copyright small {
  display: block;
  padding: 12px;
  font-size: 12px;
  color: var(--main-color);
  text-align: center;
  line-height: 1;
  background: var(--white);
}

@media screen and (max-width: 520px) {
  footer {
    margin-top: -10vw;
    padding-top: 17vw;
  }
  footer .f-contents {
    width: 85%;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }
  footer .address-wrapper {
    width: 100%;
  }
  footer .address-wrapper address {
    display: flex;
  }
  footer .address-wrapper address p {
    flex-shrink: 0;
    margin-left: 20px;
    font-size: 15px;
  }
  footer .address-wrapper address a.logo {
    flex-shrink: 1;
  }
  footer .address-wrapper .logo img {
    width: 100%;
  }
  /* footer .address-wrapper .logo img{
		width: min(180px, 40vw);
	} */
  footer .address-wrapper address a[href^="tel:"] {
    font-size: 6vw;
  }
  footer .address-wrapper a.btn--orange_s {
    margin-left: auto;
  }
  /*nav*/
  footer nav {
    margin: 30px auto 0;
    padding-left: 5%;
  }
  footer nav ul li {
    margin-bottom: 16px;
    font-size: 0.95rem;
  }
  footer nav ul li > *:not(:first-child) {
    margin: 8px 0 8px 3em;
    font-size: 0.9em;
    line-height: 1.6;
  }

  /** コピーライト **/
  .copyright small {
    font-size: 11px;
  }
}

@media screen and (max-width: 520px) {
  footer {
    padding-bottom: 54px;
  }

  /*sp-fix*/
  .sp-fix {
    width: 100vw;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
    z-index: 200;
  }
  .sp-fix a {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    color: var(--white);
    font-size: 0.8em;
    font-weight: var(--fw-b);
    text-align: center;
    line-height: 1.3;
    background: var(--white);
  }
  .sp-fix a.fix-rec {
    background: var(--orange);
  }
  .sp-fix a.fix-toi {
    background: var(--brown);
    border-right: none;
  }
}

/* -------------------------------------
フッターwave
-------------------------------------*/
.f-wave-wrapper {
  position: relative;
  z-index: 1;
}
.f-wave01 {
  width: 100%;
  height: 10vw;
  background: rgb(220, 134, 0);
  background: linear-gradient(350deg, rgba(220, 134, 0, 1) 0%, rgba(236, 214, 80, 1) 55%, rgba(255, 255, 255, 1) 100%);
  -webkit-clip-path: url(#f-wave-path01);
  clip-path: url(#f-wave-path01);
}
.f-wave02 {
  width: 100%;
  height: 10vw;
  background: var(--gray);
  -webkit-clip-path: url(#f-wave-path02);
  clip-path: url(#f-wave-path02);
  position: absolute;
  left: 0;
  top: 2.2vw;
}

@media screen and (max-width: 520px) {
  .f-wave01 {
    width: 110%;
    height: 18vw;
    margin-left: -5%;
  }
  .f-wave02 {
    width: 110%;
    height: 18vw;
    top: 4vw;
    left: -5%;
  }
}

/* -------------------------------------
ページトップへ戻る
-------------------------------------*/
.pagetop-wrapper {
  text-align: center;
  position: relative;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#pagetop img {
  transition: var(--transition);
}
#pagetop:hover img {
  transform: scale(110%, 110%);
}

@media screen and (max-width: 520px) {
  #pagetop img {
    width: 60px;
  }
}

/**================================================================================
04.ページ
================================================================================**/

/** TOPページ
-------------------------------------------------------------**/
/* -------------------------------------
HERO
-------------------------------------*/
.hero {
  --hero-height: 850px;
  --hero-img-width: 1200px;
  --hero-img-height: 720px;
  --clip-path: circle(60% at 50% 0);
  height: var(--hero-height);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  mix-blend-mode: screen;
  position: absolute;
  left: 0;
  top: 0;
}
.hero .swiper-wrapper {
  margin-left: -5vw;
}
.hero li.swiper-slide {
  width: 100%;
  height: var(--hero-height);
}
.hero li.swiper-slide::before {
  content: "";
  display: block;
  width: calc(var(--hero-img-width) + 20px);
  height: calc(var(--hero-img-height) + 10px);
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
  background: rgb(220, 134, 0);
  background: linear-gradient(19deg, rgba(220, 134, 0, 1) 0%, rgba(236, 214, 80, 1) 55%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  left: -10px;
  top: 0;
}
.hero li.swiper-slide figure {
  width: var(--hero-img-width);
  height: var(--hero-img-height);
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
}
.hero li.swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .swiper-container .catch {
  width: 718px;
  position: absolute;
  left: 460px;
  top: 30%;
  z-index: 2;
}

.hero .swiper-container .animation {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
}
.hero .swiper-container .animation img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero .swiper-container .animation .hero-anim01 {
  animation: hero-anim01 2.5s linear 0s 1 normal;
}
.hero .swiper-container .animation .hero-anim02 {
  animation: hero-anim02 3s linear 0s 1 normal;
}
.hero .swiper-container .animation .hero-anim03 {
  animation: hero-anim03 6s linear 0s 1 normal;
}
.hero .swiper-container .animation .hero-anim04 {
  animation: hero-anim04 6s linear 0s 1 normal;
}
.hero .swiper-container .animation .hero-anim05 {
  animation: hero-anim05 6s linear 0s 1 normal;
}

@keyframes hero-anim01 {
  0% {
    width: 0px;
    opacity: 0;
    /* transform: translate(-100%, 30%); */
  }
  50% {
    width: 0px;
    opacity: 0;
    /* transform: translate(-100%, 30%); */
  }
  100% {
    width: 100vw;
    opacity: 1;
    /* transform: translate(0%, 0%); */
  }
}
@keyframes hero-anim02 {
  0% {
    transform: translate(-100%, 30%);
    opacity: 0;
  }
  70% {
    transform: translate(-50%, 30%);
    opacity: 0;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes hero-anim03 {
  0% {
    opacity: 0;
  }
  62% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
}
@keyframes hero-anim04 {
  0% {
    opacity: 0;
  }
  72% {
    opacity: 0;
  }
  77% {
    opacity: 1;
  }
}
@keyframes hero-anim05 {
  0% {
    opacity: 0;
  }
  83% {
    opacity: 0;
  }
  92% {
    opacity: 1;
  }
}

@media screen and (max-width: 980px) {
  .hero .swiper-wrapper {
    margin-left: -38vw;
  }
  .hero .swiper-container .catch {
    left: auto;
    right: 0;
    top: 30%;
  }
}
@media screen and (max-width: 520px) {
  .hero {
    --hero-height: 88vw;
    --hero-img-width: 130vw;
    --hero-img-height: 75vw;
  }
  .hero .swiper-wrapper {
    margin-left: -33vw;
  }
  .hero .swiper-container .catch {
    width: 92%;
    top: 64%;
  }
}

/* TOP-news*/
.sec-top-news {
  padding: 0;
  z-index: 3;
}
.sec-top-news .sec-inner {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 30px;
  background: var(--white);
  border-radius: 10px 0 0 0;
  position: absolute;
  right: 0;
  bottom: -100%;
}
.sec-top-news h3 {
  display: grid;
  place-items: center;
  padding-right: 24px;
  font-size: 1.2em;
  font-weight: var(--fw-b);
}
.top-news-wrapper {
  --top-news-height: 3rem;
  flex: 1;
  height: var(--top-news-height);
  padding: 0 30px;
  border-left: 2px solid var(--main-color);
  overflow: hidden;
}
.sec-top-news ul.top-news {
  height: var(--top-news-height);
}
.sec-top-news ul.top-news li {
  height: var(--top-news-height);
  line-height: 1.2;
}
.sec-top-news ul.top-news li a {
  height: 100%;
  display: flex;
  align-items: center;
  transition: var(--transition);
}
.sec-top-news ul.top-news li a::after {
  content: "play_circle_filled";
  font-family: "Material Icons";
  font-size: 1.6rem;
  line-height: 1;
  margin-left: 0.5em;
}
.sec-top-news ul.top-news li a:hover,
.sec-top-news ul.top-news li a:hover::after {
  color: var(--orange);
}
.sec-top-news ul.top-news li a time {
  width: 7em;
}
.sec-top-news ul.top-news li a p {
  flex: 1;
}
.sec-top-news ul.top-news li a p.tag {
  flex: none;
  margin-right: 20px;
}

@media screen and (max-width: 520px) {
  .sec-top-news .sec-inner {
    width: 100vw;
    padding: 20px 4%;
    border-radius: 0;
    position: static;
  }
  .sec-top-news h3 {
    padding-right: 0.8em;
    font-size: 1.1em;
  }
  .top-news-wrapper {
    --top-news-height: 5em;
    padding: 0 4vw;
  }
  .sec-top-news ul.top-news li a {
    flex-flow: column;
    align-items: flex-start;
  }
  .sec-top-news ul.top-news li a::after {
    font-size: 1.4rem;
    position: absolute;
    right: -3vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec-top-news ul.top-news li a time {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .sec-top-news ul.top-news li a p {
    margin-right: 1.5em;
    font-size: 14px;
  }
}

/* TOP-四恩の地域共生 */
/* comm-list */
@media screen and (max-width: 520px) {
  .comm-list li + li {
    margin-top: 40px;
  }
}

/* top-comm-mission */
.top-comm-mission li {
  width: 300px;
  height: 500px;
  padding: 20px;
  background: var(--white);
  box-shadow: 3px 3px 6px var(--shadow-color);
  transition: var(--transition);
  overflow: hidden;
}
.top-comm-mission li:hover {
  box-shadow: 3px 3px 14px var(--shadow-color);
}
.top-comm-mission li a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.top-comm-mission li strong {
  display: block;
  color: var(--orange);
  text-align: center;
}

@media screen and (max-width: 520px) {
  .top-comm-mission li {
    width: 280px;
    height: 460px;
    padding: 16px;
  }
  .top-comm-mission li p {
    font-size: 0.94rem;
  }
}

/* top-comm-report */
.top-comm-report li {
  width: 300px;
  height: 440px;
  padding: 10px 10px 20px;
  background: var(--white);
  border: 1px solid var(--orange);
  transition: var(--transition);
  overflow: hidden;
}
.top-comm-report li:hover {
  border-color: var(--white);
  box-shadow: 2px 2px 12px rgba(240, 131, 0, 0.5);
}
.top-comm-report li a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.top-comm-report li strong {
  display: block;
  color: var(--orange);
  text-align: center;
}

@media screen and (max-width: 520px) {
  .top-comm-report li {
    width: 280px;
    width: auto;
    height: 440px;
  }
  .top-comm-report li a p {
    font-size: 0.94rem;
  }
}

/* 共通スライドパーツ */
.comm-slide-parts {
  display: flex;
  justify-content: center;
}
.comm-slide-parts .swiper-button-prev::after,
.comm-slide-parts .swiper-button-next::after {
  display: none;
}
.comm-slide-parts .swiper-button-prev,
.comm-slide-parts .swiper-button-next {
  margin: 8px;
  position: static;
  opacity: 0.7;
  transition: var(--transition);
}
.comm-slide-parts .swiper-button-prev {
  transform: rotate(-180deg);
}
.comm-slide-parts .swiper-button-prev:hover,
.comm-slide-parts .swiper-button-next:hover {
  opacity: 0.5;
}
.comm-slide-parts div i {
  font-family: "Material Icons";
  color: var(--brown);
  font-size: 36px;
  line-height: 1;
}
.comm-slide-parts .swiper-button-prev svg.swiper-navigation-icon,
.comm-slide-parts .swiper-button-next svg.swiper-navigation-icon {
  display: none;
}

/* 条件分岐 */
.comm-slide-parts .swiper-button-prev.none,
.comm-slide-parts .swiper-button-next.none {
  display: none;
}

@media screen and (max-width: 520px) {
  /* 条件分岐 */
  .comm-slide-parts .swiper-button-prev.none,
  .comm-slide-parts .swiper-button-next.none {
    display: flex;
  }
}

/* TOP-施設のご案内 */
/* top-facility */
.top-facility li {
  padding: 30px 0;
}
.top-facility li + li {
  border-top: 1px dotted var(--gray);
}
.top-facility li h3 strong {
  display: block;
}
.top-facility li figure {
  border-top: 6px solid transparent;
}
.top-facility-wrapper[data-fac="chd"] li figure {
  border-top-color: var(--chd);
}
.top-facility-wrapper[data-fac="nrs"] li figure {
  border-top-color: var(--nrs);
}
.top-facility-wrapper[data-fac="snr"] li figure {
  border-top-color: var(--snr);
}

.top-facility li .fac-point {
  display: flex;
  flex-flow: row wrap;
}
.top-facility li .fac-point span {
  margin: 0 10px 10px 0;
  padding: 4px 10px;
  font-size: 0.8rem;
  color: var(--white);
  background: var(--gray);
}

@media screen and (max-width: 520px) {
  .top-facility li .text > p {
    font-size: 0.85rem;
  }
  .top-facility li .text .inner {
    display: flex;
    flex-flow: column;
  }
  .top-facility li .fac-point {
    order: -1;
  }
}

/* TOP-四恩学園の歩み */
.top-history {
  display: flex;
  flex-wrap: wrap;
}
.top-history > * {
  width: 50%;
  aspect-ratio: 49 / 30;
}
.top-history figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-history .txt {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 44px;
}

@media screen and (max-width: 520px) {
  .top-history figure:last-of-type {
    width: 100%;
  }
  .top-history .txt {
    width: 100%;
    padding: 20px 5%;
  }
}

/* TOP-採用情報 */
@media screen and (max-width: 520px) {
  .top-rec.h-text-img figure.w40p {
    width: 100vw;
    margin: -35px -6vw 20px;
    border-radius: 0;
  }
}

/* TOP-広報誌 */
.top-magazin figure {
  display: flex;
  justify-content: space-between;
  padding: 6px;
  align-items:baseline;
}
.top-magazin figure a {
  width: 48%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.top-magazin figure a img {
  width: 100%;
  transition: var(--transition);
}
.top-magazin figure a:hover img {
  box-shadow: var(--shadow);
}
.top-magazin figure a span {
  text-decoration: underline;
  transition: var(--transition);
}
.top-magazin figure a:hover span {
  color: var(--orange);
  text-decoration: none;
}

@media screen and (max-width: 520px) {
  .top-magazin.h-text-img.left {
    flex-flow: column;
  }
  .top-magazin .text {
    display: contents;
  }
  .top-magazin a.btn--gray_s {
    order: 1;
  }
  .top-magazin.h-text-img.left figure {
    margin: 20px auto 0;
  }
}

/* TOP アクセス */
.top-access li {
  display: flex;
}
.top-access li .gmap {
  width: 60%;
  margin-right: 30px;
}
.top-access li .text {
  flex: 1;
}
.top-access li .text > * {
  margin-bottom: 4px;
}
@media screen and (max-width: 520px) {
  .top-access li {
    margin-bottom: 30px;
    flex-flow: column;
  }
  .top-access li .gmap {
    width: 100%;
    margin: 0 0 10px;
  }
}

/** 四恩学園のご案内
-------------------------------------------------------------**/
/* 法人の理念体系 */
.sec-rinen .policy-list .richtext {
  padding-bottom: 16px;
  font-weight: var(--fw-b);
  text-align: center;
}

@media screen and (max-width: 520px) {
  .sec-rinen .policy-list {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 基本情報 */
.yakuin-head {
  display: flex;
  line-height: 1.2;
}
.yakuin-head > * {
  padding: 10px;
  color: var(--white);
  font-weight: var(--fw-b);
  text-align: center;
  letter-spacing: 1em;
  padding-left: 1em;
}
.yakuin-head .head-yakusyoku {
  width: 15%;
  background: var(--gray);
}
.yakuin-head .head-name {
  width: 35%;
  background: var(--orange);
}

/* yakuin-list */
.yakuin-list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
}
.yakuin-list > * {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid var(--main-color);
}
.yakuin-list dt {
  width: 15%;
  font-weight: var(--fw-b);
  background: #dfdedc;
}
.yakuin-list dd {
  width: 35%;
}

@media screen and (max-width: 520px) {
  .sec-shion-info .content-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .yakuin-head > * {
    padding: 6px 0;
    font-size: 0.7em;
    letter-spacing: 0;
  }

  /* yakuin-list */
  .yakuin-list > * {
    padding: 10px 0;
    font-size: 0.75em;
  }
  .yakuin-list dt {
    font-size: 0.7em;
  }
}

/* history */
.tableA.history th,
.tableA.history td {
  padding: 14px 12px;
  line-height: 1.5;
}
.tableA.history th {
  width: 5em;
  font-weight: normal;
  background: none;
}

@media screen and (max-width: 520px) {
  .tableA.history th,
  .tableA.history td {
    padding: 12px 0;
  }
  .tableA.history th {
    width: 4em;
    min-width: 4em;
  }
}

/** 四恩学園のあゆみ
-------------------------------------------------------------**/
.sec-history {
}
.sec-history figure {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 30px;
}
.sec-history figure img {
  max-height: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 520px) {
  .sec-history h3.titD {
    width: 100vw;
    margin-left: -6vw;
  }
  .sec-history figure {
    max-width: 90%;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    margin: 0 auto 20px;
  }
  .sec-history figure img {
    max-height: 300px;
  }
}

/** 寄付のお願い
-------------------------------------------------------------**/
.sec-donation-way .bdr {
  padding: 20px;
  border: 4px solid var(--gray);
}

/** 【乳児・児童養護部門】乳児院
-------------------------------------------------------------**/
/* こどもたちの暮らし */
/* child-gallery */
.child-gallery {
  padding: 0;
}
.child-gallery img {
  width: 540px;
}

@media screen and (max-width: 520px) {
  .child-gallery img {
    width: 260px;
  }
}

/* season-event */
.season-event .titB-bdr {
  margin-bottom: -32px;
  padding-left: 1em;
  line-height: 0.6;
}
/* 色分け */
.season-event.spring .titB-bdr,
.season-event.spring .titB-bdr span {
  color: var(--chd);
}
.season-event.season-event.spring .titB-bdr::after {
  background: var(--chd);
}
.season-event.summer .titB-bdr,
.season-event.summer .titB-bdr span {
  color: var(--snr);
}
.season-event.summer .titB-bdr::after {
  background: var(--snr);
}
.season-event.autumn .titB-bdr,
.season-event.autumn .titB-bdr span {
  color: var(--orange);
}
.season-event.autumn .titB-bdr::after {
  background: var(--orange);
}
.season-event.winter .titB-bdr,
.season-event.winter .titB-bdr span {
  color: var(--nrs);
}
.season-event.winter .titB-bdr::after {
  background: var(--nrs);
}

.season-list {
  padding: 50px 50px 0;
  line-height: 1.3;
}
.season-list p {
  margin-left: 0.5em;
  color: var(--gray);
  font-weight: var(--fw-b);
}
/* 色分け */
.spring .season-list {
  background:
    url(/common/images/deco-circle01.png) no-repeat left -30px top -10px / 30% auto,
    rgba(247, 128, 126, 0.1);
}
.summer .season-list {
  background:
    url(/common/images/deco-circle02.png) no-repeat right bottom -20px / 30% auto,
    rgba(147, 167, 0, 0.1);
}
.autumn .season-list {
  background:
    url(/common/images/deco-circle01.png) no-repeat left 4px top 30px / 24% auto,
    rgba(240, 131, 0, 0.1);
}
.winter .season-list {
  background:
    url(/common/images/deco-circle02.png) no-repeat right bottom -20px / 30% auto,
    rgba(64, 179, 177, 0.1);
}

@media screen and (max-width: 520px) {
  .season-event .titB-bdr {
    margin-bottom: -24px;
    padding-left: 1em;
  }
  .season-list {
    padding: 40px 20px 0;
    font-size: 0.8em;
  }

  /* 色分け */
  .spring .season-list {
    background:
      url(/common/images/deco-circle01.png) no-repeat right 10px bottom 10px / 40% auto,
      rgba(247, 128, 126, 0.1);
  }
  .summer .season-list {
    background:
      url(/common/images/deco-circle02.png) no-repeat right 20px bottom 50px / 50% auto,
      rgba(147, 167, 0, 0.1);
  }
  .autumn .season-list {
    background:
      url(/common/images/deco-circle01.png) no-repeat right -8px bottom 30px / 40% auto,
      rgba(240, 131, 0, 0.1);
  }
  .winter .season-list {
    background:
      url(/common/images/deco-circle02.png) no-repeat right 80px bottom 30px / 50% auto,
      rgba(64, 179, 177, 0.1);
  }
}

/** 【乳児・児童養護部門】児童養護施設
-------------------------------------------------------------**/
.sec-yougo-facility .content-box {
  padding: 30px 50px;
}
.yougo-s-class .titA_row span {
  color: var(--white);
  font-size: max(0.65em, 12px);
  line-height: 1;
  margin-left: 1em;
  padding: 5px 1em 6px;
  background: var(--chd);
  font-weight: normal;
  border-radius: 20px;
}

@media screen and (max-width: 520px) {
  .sec-yougo-facility .content-box {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }
  .sec-yougo-facility .content-box .titA_row {
    padding: 8px 4px;
    background: var(--chd_l);
  }
}

/* -------------------------------------
tab切り替え
-------------------------------------*/
.yougo-sch-wrapper {
  --yg1-color: var(--orange);
  --yg1-color_l: #fce6cc;
  --yg2-color: var(--nrs);
  --yg2-color_l: var(--nrs_l);
}
.sch-tab_container {
  --sch-tab-radius: 20px;
  background: var(--white);
  border-radius: var(--sch-tab-radius);
}
.ys1 h4 {
  color: var(--yg1-color);
}
.tab_item {
  width: 50%;
  display: block;
  float: left;
  padding: 14px 0;
  font-size: 1.2em;
  color: var(--gray);
  font-weight: var(--fw-b);
  text-align: center;
  letter-spacing: 0.6em;
  border-bottom: 3px solid var(--yg1-color);
  background: var(--yg1-color_l);
  transition: all 0.2s ease;
}
.tab_item:first-of-type {
  border-radius: var(--sch-tab-radius) 0 0 0;
}
.tab_item:last-of-type {
  border-radius: 0 var(--sch-tab-radius) 0 0;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="yougo-sch-g1"],
input[name="yougo-sch-g2"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 40px;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.sch-tab_container input:checked + .tab_item {
  background: var(--yg1-color);
  color: #fff;
}
/* 色分け */
.ys2 h4 {
  color: var(--yg2-color);
}
.ys2 .tab_item {
  border-bottom-color: var(--yg2-color);
  background: var(--yg2-color_l);
}
.ys2 .sch-tab_container input:checked + .tab_item {
  background: var(--yg2-color);
}

@media screen and (max-width: 520px) {
  .yougo-sch-wrapper h4 {
    font-size: 1.2em;
  }
  .sch-tab_container {
    margin-bottom: 20px;
  }
  .tab_item {
    padding: 10px 0;
    font-size: 1.1em;
  }
  .tab_content {
    padding: 30px 20px;
  }
}

.yougo-sch dl {
  display: flex;
  align-items: flex-start;
  padding-bottom: 36px;
  position: relative;
}
.yougo-sch dl:last-child {
  padding-bottom: 0;
}
.yougo-sch dl:not(:last-child)::before {
  content: "";
  display: block;
  width: 2.5em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 2px dotted var(--gray);
  z-index: 0;
}
.yougo-sch dl dt {
  width: 5em;
  margin-right: 1em;
  padding: 6px 0.5em;
  color: var(--white);
  text-align: center;
  background: var(--yg1-color);
  border-radius: 20px;
  position: relative;
}
.yougo-sch dl dd {
  flex: 1;
}
/* 色分け */
.ys2 .yougo-sch dl dt {
  background: var(--yg2-color);
}

@media screen and (max-width: 520px) {
  .yougo-sch dl {
    font-size: 0.9rem;
  }
}

/** 【保育園・子育て支援部門】
-------------------------------------------------------------**/
/* 活動内容 */
.monju-table.tableB th,
.monju-table.tableB td {
  padding: 26px 24px;
}
.monju-table.tableB th {
  font-size: 1.2rem;
  color: var(--nrs);
  font-weight: var(--fw-b);
  vertical-align: top;
  background: var(--nrs_l);
}
.monju-table.tableB td {
  line-height: 1.7;
}

@media screen and (max-width: 520px) {
  .monju-table.tableB th {
    padding: 14px 20px;
  }
  .monju-table.tableB td {
    padding: 14px 20px 24px;
  }
}

/** 【保育園・子育て支援部門】子育て支援センター
-------------------------------------------------------------**/
/* 各クラブ活動 */
.club-table.tableA th,
.club-table.tableA td {
  padding: 26px 24px;
}
.club-table.tableA th {
  width: 28%;
  font-size: 1.2rem;
  vertical-align: middle;
  background: var(--nrs_l);
}
.club-table.tableA th span {
  display: block;
  margin-top: 8px;
  font-size: 0.8em;
  color: var(--nrs);
}
.club-table.tableA td:last-child {
  width: 25%;
  font-weight: var(--fw-b);
  line-height: 1.6;
  border-left: var(--tableA-border);
}

@media screen and (max-width: 520px) {
  .club-table.tableA {
    border-top: none;
  }
  .club-table.tableA tr {
    border-bottom: none;
  }
  .club-table.tableA th,
  .club-table.tableA td {
    display: block;
    width: 100%;
    padding: 14px 14px;
  }
  .club-table.tableA th {
    font-size: 1.2rem;
  }
  .club-table.tableA td:last-child {
    width: 100%;
    font-weight: var(--fw-b);
    line-height: 1.6;
    border-left: none;
    padding-top: 0;
    padding-bottom: 30px;
  }
}

/* -------------------------------------
高齢者部門
-------------------------------------*/
/* -------------------------------------
snr-facility-list
-------------------------------------*/
.snr-facility-list li h4 {
  padding: 6px;
  background: var(--brown);
}

@media screen and (max-width: 520px) {
  .snr-facility-list li h4 {
    padding: 4px;
    font-size: 0.9rem;
    font-weight: normal;
  }
  .snr-facility-list li .richtext p {
    font-size: 0.9rem;
  }
}

/** 【高齢者部門】相談窓口
-------------------------------------------------------------**/
/* このようなお悩みありませんか？ */
.nayami-list-wrapper {
  margin-bottom: 100px;
}
.nayami-list-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url(/common/images/ico-af-arrow.svg) no-repeat center top / auto 100%;
  transform: translateY(100%);
}

@media screen and (max-width: 520px) {
  .nayami-list-wrapper {
    margin-bottom: 80px;
  }
  .nayami-list-wrapper::after {
    height: 50px;
  }
  .nayami-head.t_C {
    margin-top: -25px;
    margin-bottom: 0;
    padding: 80px 5%;
    text-align: left;
    background: url(/senior1/bg-img1_sp.jpg) no-repeat right bottom / auto 100%;
  }
}

/* -------------------------------------
nayami-list
-------------------------------------*/
.nayami-list {
  margin-left: 50%;
  padding: 50px 0;
}
.nayami-list li {
  min-height: 30px;
  margin: 0 0 0.8em;
  padding-left: 34px;
  color: var(--white);
  font-weight: var(--fw-b);
  line-height: 1.5;
  background: url(/common/images/ico-check.png) no-repeat left top / 28px auto;
}

@media screen and (max-width: 768px) {
  .nayami-list {
    margin-left: 0;
    padding: 50px 0 0;
  }
  .nayami-list li {
    margin: 0 4% 0.6em;
    padding-left: 34px;
  }
}

.tuyomi-list li {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.tuyomi-list li figure {
  width: 40%;
  margin-right: 20px;
}
.tuyomi-list li dl {
  flex: 1;
  padding: 15px 2px 20px;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}

@media screen and (max-width: 520px) {
  .tuyomi-list li {
    margin-bottom: 20px;
  }
  .tuyomi-list li dl {
    padding: 15px 2px 20px;
  }
}

/** 【高齢者部門】在宅
-------------------------------------------------------------**/
/* いつまでも住み慣れた場所でいきいきと暮らせるように */
#snr3 .sec-fac-about .h-text-img figure.w50p {
  width: 42%;
}

@media screen and (max-width: 520px) {
  #snr3 .sec-fac-about .h-text-img figure.w50p {
    width: 80%;
  }
}

/* ホームヘルプサービスについて */
.hhelp-list li figure {
  padding: 0 12%;
}

@media screen and (max-width: 520px) {
  .hhelp-list li {
    display: flex;
    align-items: center;
  }
  .hhelp-list li + li {
    margin-top: 20px;
  }
  .hhelp-list li figure {
    width: 26%;
    margin: 0 20px 0;
    padding: 0;
  }
  .hhelp-list li p.t_C {
    text-align-last: left;
  }
}

/* hhelp-gallery */
.hhelp-gallery {
  padding: 0;
}
.hhelp-gallery figure.slick-slide {
  display: flex;
  align-items: center;
}
.hhelp-gallery figure::after {
  content: "\e037";
  font-family: "Material Icons";
  display: block;
  width: 1em;
  color: var(--snr);
  font-size: 2em;
}
.hhelp-gallery img {
  height: 300px;
}

@media screen and (max-width: 520px) {
  .hhelp-gallery img {
    height: 200px;
  }
}

/** 四恩学園ニュース「ともだち」
-------------------------------------------------------------**/
.sec-magazine .h-text-img .text {
  padding: 20px 30px;
  color: var(--white);
  background: var(--orange);
  outline: solid 1px var(--white);
  outline-offset: -8px;
}
.sec-magazine .h-text-img figure {
  margin-right: 20px;
}

@media screen and (max-width: 520px) {
  .sec-magazine .h-text-img .text {
    padding: 24px 30px;
    font-size: 15px;
    line-height: 1.5;
  }

  .sec-magazine .h-text-img figure {
    margin-right: auto;
  }
}

/** 里親支援機関　結い
-------------------------------------------------------------**/
/* 「里親支援機関結い」ってなあに？ */
.sec-yui-about .h-text-img .yui-logo {
  padding: 14px 30px;
  background: var(--white);
  box-shadow: 10px 10px 0 var(--orange);
}
.sec-yui-about .box-dblLine {
  background: var(--ruri2-odo);
}
.sec-yui-about .box-dblLine::after {
  --box-dblLine-point-color: var(--ruri2-odo);
}
.sec-yui-about .snr-mission-list .list h4::before {
  width: 62px;
  height: 52px;
}
.sec-yui-about .fac-staff-list .text {
  border: 2px solid #f3d199;
}

@media screen and (max-width: 520px) {
  .sec-yui-about .h-text-img .yui-logo {
    width: 60%;
  }
  .sec-yui-about .snr-mission-list .list h4::before {
    width: 48px;
    height: 50px;
  }
  .sec-yui-about .fac-staff-list .text {
    border-top: none;
    border-radius: 0 0 14px 14px;
  }
}

/* さとおやの種類 */
.sec-satooya .policy-list li {
  box-shadow: 1px 1px 6px #ddd;
}
.sec-satooya .policy-list i {
  --satooya-policy-i-width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--satooya-policy-i-width);
  height: var(--satooya-policy-i-width);
  margin: 20px auto -20px;
  border-radius: 50%;
}
.sec-satooya .policy-list i img {
  width: calc(var(--satooya-policy-i-width) * 0.7);
}

/* 色分け */
.sec-satooya .policy-list i.org,
.sec-satooya .policy-list i.org + .titD {
  background: var(--orange);
}
.sec-satooya .policy-list i.chd,
.sec-satooya .policy-list i.chd + .titD {
  background: var(--chd);
}
.sec-satooya .policy-list i.nrs,
.sec-satooya .policy-list i.nrs + .titD {
  background: var(--nrs);
}
.sec-satooya .policy-list i.snr,
.sec-satooya .policy-list i.snr + .titD {
  background: var(--snr);
}

/* さとおや登録まで */
/* satooya-flow */
.satooya-flow li {
  display: flex;
  align-items: center;
  padding: 30px 0.5em 20px;
  border-bottom: 1px dotted var(--orange);
  position: relative;
  counter-increment: list;
}
.satooya-flow li:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: var(--orange) transparent transparent transparent;
  opacity: 0.5;
  position: absolute;
  top: 100%;
  left: 67px;
}
.satooya-flow li h4 {
  width: 8em;
  margin-right: 1em;
  padding: 16px 0;
  text-align: center;
  line-height: 1;
  background: var(--orange);
  border-radius: 6px;
}
.satooya-flow li h4::before {
  content: counter(list) ". ";
}
.satooya-flow li .richtext {
  flex: 1;
}

@media screen and (max-width: 520px) {
  .satooya-flow li {
    align-items: flex-start;
    padding: 24px 0 10px;
  }
  .satooya-flow li:not(:last-child):after {
    left: 38px;
  }
  .satooya-flow li h4 {
    width: 7.5em;
    margin-top: 4px;
    padding: 16px 0;
    font-size: 0.95em;
  }
}

/** 四恩の地域共生一覧
-------------------------------------------------------------**/
@media screen and (max-width: 520px) {
  #community .directry-list a,
  #report .directry-list a {
    width: 46%;
  }
}

/** 四恩の地域共生詳細
-------------------------------------------------------------**/
#community .post-detail .content-box {
  padding-top: 0;
}
#community .post-detail .content-box .titD {
  margin-left: -50px;
  margin-right: -50px;
}
#community #ent1:empty {
  display: none;
}

@media screen and (max-width: 520px) {
  #community .post-detail .content-box .titD {
    margin-left: -26px;
    margin-right: -26px;
  }
}

/** お問い合わせ
-------------------------------------------------------------**/
.sec-toi-tel .lead {
  width: 100%;
}
/* .sec-toi-tel + hr{
	margin-bottom: -50px;
} */
/* toi-tel-list */
.toi-tel-list li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 10px;
  padding: 20px;
  font-weight: var(--fw-b);
  text-align: center;
  line-height: 1.5;
  border: 2px dotted var(--orange);
  background: var(--white);
}
.toi-tel-list li p {
  margin-bottom: 10px;
}
.toi-tel-list li a {
  color: var(--orange);
}
.toi-tel-list li a + div {
  margin-top: -6px;
}
.toi-tel-list li a ~ div {
  font-size: 0.9em;
  font-weight: normal;
}
.toi-tel-list li a + p,
.toi-tel-list li div + p {
  margin-top: 18px;
}

/* 色分け */
.toi-tel-list[data-tel="乳児・児童養護部門"] li {
  border-color: var(--chd);
}
.toi-tel-list[data-tel="乳児・児童養護部門"] a {
  color: var(--chd);
}
.toi-tel-list[data-tel="保育園・子育て支援部門"] li {
  border-color: var(--nrs);
}
.toi-tel-list[data-tel="保育園・子育て支援部門"] a {
  color: var(--nrs);
}
.toi-tel-list[data-tel="高齢者部門"] li {
  border-color: var(--snr);
}
.toi-tel-list[data-tel="高齢者部門"] a {
  color: var(--snr);
}

@media screen and (max-width: 520px) {
  .sec-toi-tel .lead {
    width: 90%;
  }
  /* .sec-toi-tel + hr{
		margin-bottom: -25px;
	} */
  .toi-tel-list li {
    padding: 10px;
    font-size: 0.9em;
  }
  .toi-tel-list li a.fs26 {
    font-size: 1rem;
  }
  .toi-tel-list li a + p {
    margin-top: 0;
  }
}

/** thanksページ
-------------------------------------------------------------**/
@media screen and (max-width: 520px) {
  #contact .thanks-txt {
    width: 80%;
  }
}

/* -------------------------------------
保育園 個別3種
-------------------------------------*/

/** 四恩乳児保育園
-------------------------------------------------------------**/
/* メイン画像 */
.nj-titz-wrapper {
  --nj-titz-height: 170px;
  position: relative;
}
.nj-titz-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 234px;
  background: url(/nj/hero-bg2.png) no-repeat center top / 1500px auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.nj-titz-wrapper .nj-titz {
  height: var(--nj-titz-height);
  padding: 20px;
  color: var(--white);
  font-weight: var(--fw-b);
  text-align: center;
  background: url(/nj/hero-bg1.png) repeat-x center top / auto;
  position: relative;
}
.nj-titz-wrapper .nj-titz::before {
  content: "";
  display: block;
  width: 380px;
  height: var(--nj-titz-height);
  background: var(--chd);
  border-radius: 0 0 var(--nj-titz-height) var(--nj-titz-height);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.nj-titz-wrapper .nj-titz > * {
  position: relative;
}
.nj-titz-wrapper .main-img {
  margin-top: calc(var(--nj-titz-height) * -1);
}
.nj-titz-wrapper .main-img img {
  width: 100%;
  height: 750px;
  object-fit: cover;
}
.nj-titz-wrapper .catch {
  position: absolute;
  right: 10%;
  top: calc(var(--nj-titz-height) - 30px);
}

@media screen and (min-width: 1500px) {
  .nj-titz-wrapper::after {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 520px) {
  .nj-titz-wrapper {
    --nj-titz-height: 110px;
  }
  .nj-titz-wrapper::after {
    height: 130px;
    background-size: auto 100%;
    background-position: left bottom;
  }
  .nj-titz-wrapper .nj-titz {
    padding: 5px 10px 10px;
    background-size: auto 60px;
  }
  .nj-titz-wrapper .nj-titz::before {
    width: 240px;
  }
  .nj-titz-wrapper .main-img img {
    height: 70vh;
  }
  .nj-titz-wrapper .catch {
    height: 32vh;
    right: 5%;
    top: calc(var(--nj-titz-height) + 20px);
  }
  .nj-titz-wrapper .catch img {
    height: 100%;
  }
}

/* nj-anc-list */
.nj-anc-list {
  display: flex;
  justify-content: center;
  margin: 3vw auto 50px;
}
.nj-anc-list a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  font-size: 15px;
  color: var(--chd);
  font-weight: var(--fw-b);
  line-height: 1.3;
  border-left: 1px dotted var(--gray);
}
.nj-anc-list a:last-child {
  border-right: 1px dotted var(--gray);
}
.nj-anc-list a i img {
  width: 62px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 10px;
  position: relative;
}
.nj-anc-list a i {
  position: relative;
}
.nj-anc-list a i::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: var(--nj-bg-pk);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.4s all;
}
.nj-anc-list a:hover i::before {
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 520px) {
  /* nj-anc-list */
  .nj-anc-list {
    flex-flow: row wrap;
    margin: 8vw auto 0;
  }
  .nj-anc-list a {
    width: 42%;
    margin: 4px 1%;
    padding: 10px 6px;
    font-size: 14px;
    text-align: center;
    border-left: none;
    background: var(--nj-bg-pk_l);
    border-radius: 10px;
  }
  .nj-anc-list a:last-child {
    border-right: none;
  }
  .nj-anc-list a i img {
    width: 50px;
    height: 32px;
    margin-bottom: 2px;
  }
  .nj-anc-list a:hover i::before {
    width: 0;
    height: 0;
  }
}

/* お知らせ */
/* nj-news-list */
.nj-news-list li {
  display: flex;
  align-items: flex-start;
  padding: 14px 30px;
  background: var(--chd_l);
}
.nj-news-list li:nth-child(even) {
  background: var(--nj-bg-pk);
}
.nj-news-list li .boxLR {
  align-items: center;
  margin: 0 10px 0 0;
}
.nj-news-list li .boxLR em {
  margin: 0 20px;
  padding: 10px 1.5em;
  font-weight: var(--fw-b);
  background: var(--sky);
  border-radius: 20px;
}
.nj-news-list li a {
  flex: 1;
  padding-top: 2px;
}

@media screen and (max-width: 520px) {
  .nj-news-list li {
    align-items: flex-start;
    flex-flow: column;
    padding: 14px 1em;
  }
  .nj-news-list li .boxLR {
    align-items: center;
    margin: 0;
  }
  .nj-news-list li .boxLR em {
    margin: 0 20px;
    padding: 6px 1.5em;
    border-radius: 20px;
  }
}

/* 教育・保育理念と目標 */
.rinen-content .content-box {
  padding: 40px 80px;
  border: 10px solid #fbbfbe;
  border-radius: 140px;
}
.rinen-content .content-box.maru-bf > * {
  line-height: 1.7;
}
.rinen-content .content-box.maru-bf > .deco {
  margin: 0;
}
.rinen-content .content-box.maru-bf > .deco::before {
  display: none;
}
.rinen-content .content-box .deco1 {
  left: 40px;
  top: -122%;
}
.rinen-content .content-box .deco2 {
  right: 40px;
  top: -110%;
}

@media screen and (max-width: 520px) {
  .rinen-content .content-box {
    padding: 30px 20px;
    border-width: 6px;
    border-radius: 20px;
  }
  .rinen-content .content-box.maru-bf > * {
    margin-right: 0;
  }
  .rinen-content .content-box .deco1 {
    width: 22%;
    left: 5px;
    top: -41%;
  }
  .rinen-content .content-box .deco2 {
    width: 20%;
    right: 15px;
    top: -30%;
  }
}

/* 保育目標 */
/* nj-goal-list */
.nj-goal-list.box3C::after {
  display: none;
}
.nj-goal-list li {
  width: calc(32% - 40px);
  margin: 0 20px 50px;
  text-align: center;
  position: relative;
}
.nj-goal-list li::after {
  --after-size: 68px;
  width: var(--after-size);
  height: var(--after-size);
  line-height: calc(var(--after-size) - 4px);
  font-size: 40px;
  color: var(--white);
  font-weight: var(--fw-b);
  background: url(/nj/ico-bg_sky.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 0;
}
.nj-goal-list li figure {
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 40% 50% 50% 40%/45% 50% 55% 50%;
}
.nj-goal-list li:nth-child(2n) figure {
  border-radius: 50% 50% 50% 60%/50% 50% 50% 60%;
}
.nj-goal-list li:nth-child(3n) figure {
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}
.sec-nj-rinen .goal-content .deco3 {
  left: 0;
  bottom: 70px;
}
.sec-nj-rinen .goal-content .deco4 {
  right: 0;
  bottom: 60px;
}

@media screen and (max-width: 520px) {
  .nj-goal-list li {
    width: calc(50% - 40px) !important;
    margin: 0 20px 30px;
  }
  .nj-goal-list li::after {
    --after-size: 56px;
    line-height: calc(var(--after-size) - 4px);
    font-size: 30px;
    left: -10px;
    top: -10px;
  }
  .nj-goal-list li h4 {
    margin-top: 10px;
  }
  .sec-nj-rinen .goal-content .deco3 {
    width: 23%;
    left: 0;
    bottom: 70px;
  }
  .sec-nj-rinen .goal-content .deco4 {
    width: 16%;
    right: 20px;
    bottom: 30px;
  }
}

/* 保育ビジョン */
.vision-tit-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vision-tit-wrapper .vision-tit h4 {
  order: 2;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  margin: 0 -20px 0 -12px;
  background: var(--sky);
  border-radius: 40% 50% 50% 40%/45% 50% 55% 50%;
  z-index: -1;
}
.sec-nj-rinen .vision-tit-wrapper .vision-tit {
  display: flex;
  align-items: flex-end;
}
.sec-nj-rinen .vision-tit-wrapper .deco5 {
  order: 1;
}
.sec-nj-rinen .vision-tit-wrapper .deco6 {
  order: 3;
}
.vision-tit-wrapper .vision {
  flex: 1;
  margin-left: 10px;
  padding: 1em 10px;
  border-top: 2px dotted var(--brown);
  border-bottom: 2px dotted var(--brown);
}

@media screen and (max-width: 520px) {
  .vision-tit-wrapper {
    flex-flow: column;
  }
  .vision-tit-wrapper .vision-tit {
    justify-content: center;
  }
  .vision-tit-wrapper .vision-tit h4 {
    width: 180px;
    height: 80px;
    margin: 0 -17px 0 -9px;
  }
  .sec-nj-rinen .vision-content {
    margin-bottom: 0;
  }
  .sec-nj-rinen .vision-tit-wrapper .deco5 {
    width: 20%;
    transform: translateY(20px);
  }
  .sec-nj-rinen .vision-tit-wrapper .deco6 {
    width: 24%;
    transform: translateY(20px);
  }
  .sec-nj-rinen .vision-tit-wrapper .vision {
    margin: 16px 0 10px;
    padding: 1em 30px;
    border: none;
    background: var(--white);
    border-radius: 14px;
  }
  .sec-nj-rinen .vision-tit-wrapper .vision strong {
    margin-bottom: 10px;
    line-height: 1.4;
  }
}

/* 年度目標 */
.sec-nj-rinen .goal2-content .goal2-tit {
  display: flex;
  align-items: center;
}
.sec-nj-rinen .goal2-content .goal2-tit h4 {
  order: 2;
  display: flex;
  align-items: center;
}
.sec-nj-rinen .goal2-content .goal2-tit h4 span {
  padding: 10px 2rem;
  border: 2px solid var(--chd);
  background: var(--white);
  border-radius: 50px;
}
.sec-nj-rinen .goal2-content .goal2-tit h4::before {
  content: "";
  display: block;
  width: 30px;
  height: 26px;
  margin-right: -8px;
  background: url(/nj/balloon-p_w_L.png) no-repeat right center / contain;
  z-index: 1;
}
.sec-nj-rinen .goal2-content .goal2-tit img {
  order: 1;
  margin-right: 10px;
}

/* nj-goal2-list */
.nj-goal2-list li {
  counter-increment: li;
  display: flex;
  align-items: center;
  margin: 10px 0 10px 60px;
  font-weight: var(--fw-b);
}
.nj-goal2-list li::before {
  --size: 40px;
  content: counter(li);
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: var(--size);
  height: var(--size);
  margin-left: -60px;
  margin: 0 16px 0 -60px;
  font-size: 1.2em;
  color: var(--white);
  font-weight: var(--fw-b);
  line-height: 1;
  background: url(/nj/ico-bg_pink.svg) no-repeat center / contain;
}
.sec-nj-rinen .goal2-content figure {
  margin-top: 30px;
}

@media screen and (max-width: 520px) {
  /* 年度目標 */
  .sec-nj-rinen .goal2-content .goal2-tit {
    justify-content: center;
  }
  .sec-nj-rinen .goal2-content .goal2-tit h4::before {
    width: 23px;
    margin-right: -6px;
  }
  .sec-nj-rinen .goal2-content .goal2-tit img {
    margin-right: 2px;
  }

  /* nj-goal2-list */
  .nj-goal2-list li {
    margin: 15px 0 15px 60px;
  }
  .nj-goal2-list li::before {
    --size: 50px;
  }
}

/* gallery-list */
.sec-nj-fac .gallery-list li {
  width: 31%;
  margin-bottom: 30px;
  padding: 2px;
  border-radius: 10px;
}
.sec-nj-fac .gallery-list li img {
  border-radius: 10px;
}
.sec-nj-fac .deco8 {
  left: -30px;
  top: 180px;
}
.sec-nj-fac .deco9 {
  right: -30px;
  top: 180px;
}

@media screen and (max-width: 520px) {
  /* gallery-list */
  .sec-nj-fac .deco8 {
    display: none;
    width: 50%;
    left: -50px;
    top: 20px;
  }
  .sec-nj-fac .deco9 {
    display: none;
    width: 50%;
    right: -50px;
    top: 20px;
  }
}

/* 季節の行事 */
.sec-nj-season > div:first-child {
  padding-bottom: 380px;
}
.nj-season-list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 70px;
}
.nj-season-list .nj-season-img {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 40px 0 0;
}
.nj-season-list .nj-season-img figure.season-head {
  display: grid;
  place-items: center;
}
.nj-season-list ul {
  flex: 1;
  border-bottom: 1px solid var(--gray_m);
}
.nj-season-list ul li {
  margin: 0;
  padding: 1em 4px;
  border-top: 1px solid var(--gray_m);
}
.nj-season-list ul li::before {
  margin-left: 0;
  color: var(--chd);
}

/* てれこ */
.nj-season-list:nth-child(even) {
  flex-flow: row-reverse;
}
.nj-season-list:nth-child(even) .nj-season-img {
  margin: 0 0 0 40px;
}
.nj-season-list:nth-child(even) ul li::before {
  color: var(--sky);
}

@media screen and (max-width: 520px) {
  .sec-nj-season > div:first-child {
    padding-bottom: 350px;
  }
  .nj-season-list {
    flex-flow: column;
    margin-bottom: 40px;
  }
  .nj-season-list:last-child {
    margin-bottom: 0;
  }
  .nj-season-list .nj-season-img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .nj-season-list ul {
    border-bottom: none;
  }
  .nj-season-list ul li {
    display: inline;
    padding: 6px;
    line-height: 2;
    border-top: none;
  }

  /* てれこ */
  .nj-season-list:nth-child(even) {
    flex-flow: column;
  }
  .nj-season-list:nth-child(even) .nj-season-img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/* 園の1日 */
.sec-nj-sche > div {
  margin-top: -170px;
}
/* nj-sche-list */
.nj-sche-list {
  --af-start: 60px;
  --time-mgn: 50px;
}
.nj-sche-list li {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  position: relative;
}
.nj-sche-list li > * {
  width: 40%;
  position: relative;
}
.nj-sche-list li::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  border-right: 2px dotted var(--chd);
  position: absolute;
  left: 0;
  top: var(--af-start);
}
.nj-sche-list li:last-child::before {
  display: none;
}
.nj-sche-list li::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: var(--chd);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: var(--af-start);
  transform: translateX(-50%);
}
.nj-sche-list li .text {
  width: 50%;
  padding: 0 50px;
}
.nj-sche-list li time,
.nj-sche-list li h4 {
  color: var(--chd);
  font-weight: var(--fw-b);
}
.nj-sche-list li time {
  display: block;
  margin: 0 calc(var(--time-mgn) * -1) 10px 0;
  border-bottom: 1px solid var(--chd);
}
.nj-sche-list li figure {
  margin: 0 5%;
}

/* てれこ */
.nj-sche-list li:nth-child(even) {
  flex-flow: row-reverse;
}
.nj-sche-list li:nth-child(even):after {
  background: var(--sky);
}
.nj-sche-list li:nth-child(even) time,
.nj-sche-list li:nth-child(even) h4 {
  color: var(--sky);
}
.nj-sche-list li:nth-child(even) time {
  margin: 0 0 10px calc(var(--time-mgn) * -1);
  padding-left: var(--time-mgn);
  border-color: var(--sky);
}

/* デコ */
.sec-nj-sche .deco10 {
  left: 60px;
  top: -80px;
  z-index: 2;
}
.sec-nj-sche .deco11 {
  right: -90px;
  top: -100px;
  z-index: 2;
}
.deco-kumo {
  display: block;
  width: 100%;
  height: 171px;
  background:
    url(/nj/bg-kumo_L.png) no-repeat left bottom / auto,
    url(/nj/bg-kumo_R.png) no-repeat right bottom / auto;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: -1;
}
.deco-niji {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/nj/deco-niji.png) no-repeat center top / auto;
  position: absolute;
  left: 0;
  top: -130px;
  pointer-events: none;
}

@media screen and (min-width: 1500px) {
  .deco-niji {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 520px) {
  .sec-nj-sche > div {
    margin-top: -150px;
  }
  /* nj-sche-list */
  .nj-sche-list {
    --af-start: 60px;
    --time-mgn: 7%;
  }
  .nj-sche-list li {
    padding: 16px 0;
  }
  .nj-sche-list li > * {
    width: 45%;
  }
  .nj-sche-list li::after {
    width: 20px;
    height: 20px;
  }
  .nj-sche-list li .text {
    padding: 0 5% 0 0;
  }
  .nj-sche-list li time,
  .nj-sche-list li h4 {
    font-size: 1.2rem;
  }
  .nj-sche-list li h4 {
    margin-bottom: 0;
  }
  .nj-sche-list li time {
    margin: 22px calc(var(--time-mgn) * -1) 10px 0;
  }
  .nj-sche-list li p {
    font-size: 0.85rem;
  }
  .nj-sche-list li figure {
    margin: 0 0 0 5%;
  }

  /* てれこ */
  .nj-sche-list li:nth-child(even) .text {
    padding: 0 0 0 5%;
  }
  .nj-sche-list li:nth-child(even) time {
    margin: 22px 0 10px calc(var(--time-mgn) * -1);
  }
  .nj-sche-list li:nth-child(even) figure {
    margin: 0 5% 0 0;
  }

  /* デコ */
  .sec-nj-sche .deco10 {
    width: 32%;
    left: 30px;
    top: -146px;
  }
  .sec-nj-sche .deco11 {
    width: 44%;
    right: -40px;
    top: -110px;
  }
  .deco-kumo {
    height: 70px;
    background-size:
      auto 100%,
      auto 100%;
    background-position:
      left -5% bottom,
      right -5% bottom;
  }
  .deco-niji {
    background-size: 150% auto;
    top: -100px;
  }
}

/* ギャラリー */
.sec-nj-gallery-top .btn--wh_s {
  color: var(--chd);
  border: none;
}
.sec-nj-gallery-top .btn--wh_s:hover {
  color: var(--white);
  background: var(--chd);
}
.gallery-top figure {
  width: 30%;
  border: 10px solid var(--sky);
}

@media screen and (max-width: 520px) {
  .sec-nj-gallery-top .gallery-top {
    max-width: 80%;
    margin: 0 auto;
  }
  .gallery-top figure {
    margin-bottom: 15px;
  }
}

/* スタッフ紹介 */
/* nj-staff-list */
.nj-staff-list {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.nj-staff-list + .nj-staff-list {
  margin-top: 80px;
}
.nj-staff-list .name2 {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.nj-staff-list .name2 > * {
  padding: 10px 0.5em 6px;
}
.nj-staff-list .name2 em {
  display: inline;
  border-bottom: 2px dotted var(--gray);
}
.nj-staff-list .text {
  width: 50%;
  margin: 30px 0 0;
}
.nj-staff-list .text .name2 {
  margin-bottom: 30px;
}
.staff-head {
  color: var(--sky);
}
.nj-staff-list .fig {
  width: 40%;
}
.nj-staff-list .fig figure {
  position: relative;
  overflow: visible;
}
.nj-staff-list .fig figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/nj/bg-dot_d.png) repeat center / auto;
  border-radius: 20px;
  position: absolute;
  right: -30px;
  top: 30px;
  z-index: -1;
}
.nj-staff-list .fig figure img {
  outline: 5px dashed var(--white);
  outline-offset: -5px;
}
.nj-staff-list .fig .name2 {
  margin-top: 50px;
}

@media screen and (max-width: 520px) {
  /* nj-staff-list */
  .nj-staff-list {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .nj-staff-list + .nj-staff-list {
    margin-top: 60px;
  }
  .nj-staff-list .name2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
  }
  .nj-staff-list .name2 em {
    border: none;
  }
  .nj-staff-list .text {
    width: 100%;
    margin: 20px 0 0;
  }
  .nj-staff-list .text .name2 {
    margin-bottom: 10px;
  }
  .nj-staff-list .fig {
    width: 70%;
  }
  .nj-staff-list .fig figure {
  }
  .nj-staff-list .fig figure::before {
    background-size: 18px auto;
    border-radius: 14px;
    right: -20px;
    top: 20px;
  }
  .nj-staff-list .fig figure img {
    outline: 4px dashed var(--white);
    outline-offset: -4px;
  }
  .nj-staff-list .fig .name2 {
    width: 90vw;
    margin: 24px -15vw -10px;
  }
}

/* 施設の概要 */
.n-fac .tableA table {
  --tableA-border: 1px dotted var(--main-color);
}
#nj .n-fac .tableA th {
  color: var(--chd);
  background: none;
}

/** るり２保育園
-------------------------------------------------------------**/
@media screen and (max-width: 520px) {
  #ruri2 section {
    padding-top: 10px;
  }
}
/* メイン画像 */
body#ruri2 main {
  color: var(--ruri2-main);
}
.ruri2-titz-wrapper {
  --ruri2-titz-height: 190px;
  position: relative;
}
.ruri2-titz-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 130%;
  background:
    url(/ruri2/hero-deco_L.png) no-repeat left -24% bottom 3vw / 35% auto,
    url(/ruri2/deco3_R.png) no-repeat right -26% bottom 4vw / 32% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.ruri2-titz-wrapper .ruri2-titz {
  height: var(--ruri2-titz-height);
  padding: 20px;
  font-weight: var(--fw-b);
  text-align: center;
  background: url(/ruri2/hero-head.png) no-repeat center top / auto;
  position: relative;
}
.ruri2-titz-wrapper .main-img {
  margin-top: calc(var(--ruri2-titz-height) * -1);
}
.ruri2-titz-wrapper .main-img img {
  width: 100%;
  height: 750px;
  object-fit: cover;
  object-position: center top;
}
.ruri2-titz-wrapper .catch {
  position: absolute;
  left: 15%;
  bottom: 80px;
}
.ruri2-titz-wrapper .catch img {
  width: min(100%, 70vw);
}
.ruri2-titz-wrapper .hero-deco_R {
  right: 3%;
  bottom: 0;
  z-index: 3;
}

@media screen and (min-width: 1500px) {
  .ruri2-titz-wrapper::after {
    background-size: auto, auto;
    background-position:
      left -14% bottom 3vw,
      right -16% bottom 1vw;
  }
  .ruri2-titz-wrapper .ruri2-titz {
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 520px) {
  .ruri2-titz-wrapper {
    --ruri2-titz-height: 110px;
  }
  .ruri2-titz-wrapper::after {
    height: 110%;
    background-position:
      left -24% bottom 3vw,
      right -26% bottom 1vw;
    background-size:
      44% auto,
      38% auto;
  }
  .ruri2-titz-wrapper .ruri2-titz {
    padding: 5px 10px 10px;
    background-size: 200% 100%;
  }
  .ruri2-titz-wrapper .main-img img {
    height: 70vh;
  }
  .ruri2-titz-wrapper .catch {
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
  }
  .ruri2-titz-wrapper .catch img {
    width: 80vw;
    max-width: 80vw;
  }
  .ruri2-titz-wrapper .hero-deco_R {
    width: 150px;
    right: -1%;
  }
}

/* nj-anc-list */
#ruri2 .nj-anc-list a {
  padding: 10px 32px;
  color: var(--ruri2-main);
}
#ruri2 .nj-anc-list a i img {
  width: 62px;
  height: 60px;
}
#ruri2 .nj-anc-list a i::before {
  background: var(--ruri2-odo);
}

@media screen and (max-width: 520px) {
  /* nj-anc-list */
  #ruri2 .nj-anc-list {
    max-width: 95%;
    margin-bottom: 25px;
  }
  #ruri2 .nj-anc-list a {
    width: 30%;
    padding: 10px 6px;
    background: var(--ruri2-odo_l);
  }
  #ruri2 .nj-anc-list a i img {
    width: 40px;
    height: 40px;
  }
  .nj-anc-list a:hover i::before {
    width: 0;
    height: 0;
  }
}

/* お知らせ */
/* nj-news-list */
#ruri2 .nj-news-list li {
  background: var(--ruri2-odo_ll);
}
#ruri2 .nj-news-list li:nth-child(even) {
  background: var(--ruri2-odo_l);
}
#ruri2 .nj-news-list li .boxLR em {
  background: var(--ruri2-sky);
}

/* 教育・保育理念と目標 */
#ruri2 .rinen-content .content-box {
  font-weight: var(--fw-b);
  text-align: center;
  border-color: var(--ruri2-sky_l);
}

/* 保育目標 */
/* nj-goal-list */
#ruri2 .nj-goal-list li::after {
  background-image: url(/ruri2/ico-bg_blue.svg);
  display: none;
}
#ruri2 .nj-goal-list li p span {
  display: block;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 8px 20px;
  font-size: 0.8em;
  color: #fff;
  background: var(--ruri2-sky);
  border-radius: 30px;
}
/* 保育方針 */
#ruri2 .vision-tit-wrapper .vision-tit h4 {
  margin: 0;
  background: var(--ruri2-sky);
}
#ruri2 .vision-tit-wrapper .vision {
  line-height: 2;
  border-color: var(--ruri2-main);
}
#ruri2 .vision-tit-wrapper .vision .maru-bf > *::before {
  color: var(--ruri2-sky);
}
/* デコ */
#ruri2 .deco-tit1_L {
  left: 100px;
  top: 100px;
}
#ruri2 .deco-tit1_R {
  right: 90px;
  top: 94px;
}

@media screen and (max-width: 520px) {
  #ruri2 .sec-ruri2-rinen > div {
    padding-top: 90px;
  }
  /* 教育・保育理念と目標 */
  #ruri2 .sec-ruri2-rinen .titD {
    margin: 20px auto 0;
  }
  /* 保育方針 */
  #ruri2 .vision-tit-wrapper .vision-tit h4 {
    width: 140px;
    height: 80px;
    margin-bottom: -27px;
    z-index: 2;
    position: relative;
  }

  #ruri2 .vision-tit-wrapper .vision {
    padding: 30px;
    background: var(--white);
    border: 2px dotted var(--ruri2-main);
    border-radius: 20px;
  }

  /* 保育目標 */
  /* nj-goal-list */
  #ruri2 .nj-goal-list li {
    --inline: 8px;
    width: calc(50% - var(--inline) * 2) !important;
    margin: 0 var(--inline) 30px;
  }
  #ruri2 .nj-goal-list li p span {
    padding: 8px 15px;
    font-size: 0.7em;
  }

  /* デコ */
  #ruri2 .deco-tit1_L {
    width: 50%;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
  }
  #ruri2 .deco-tit1_R {
    display: none;
  }
}

/* 大切にしていること */
#ruri2 .sec-ruri2-special .titD {
  text-align: left;
}
#ruri2 .sec-ruri2-special .maru-bf > *::before {
  color: var(--ruri2-odo);
}

#ruri2 .sec-ruri2-special .fig-wrapper {
  display: flex;
  justify-content: flex-start;
  margin: 40px auto 0;
}
#ruri2 .sec-ruri2-special .fig-wrapper .fig_l {
  width: 40%;
  margin: 40px 50px 0 0;
}
#ruri2 .sec-ruri2-special .fig-wrapper .fig_l figure:first-child {
  width: 240px;
}
#ruri2 .sec-ruri2-special .fig-wrapper .fig_l figure:last-child {
  width: 240px;
  margin: 20px 0 0 130px;
}
#ruri2 .sec-ruri2-special .fig-wrapper .fig_r {
  width: 50%;
}
/* デコ */
#ruri2 .deco1 {
  right: -30px;
  top: 50px;
}
#ruri2 .deco2 {
  left: 300px;
  bottom: 250px;
}

@media screen and (max-width: 520px) {
  /* 大切にしていること */
  #ruri2 .sec-ruri2-special .titD {
    text-align: center;
    font-size: min(5vw, 26px);
  }
  #ruri2 .sec-ruri2-special .maru-bf li {
    margin-right: 0;
  }
  #ruri2 .sec-ruri2-special .fig-wrapper {
    flex-flow: column-reverse;
    align-items: center;
    margin: 40px auto 0;
  }
  #ruri2 .sec-ruri2-special .fig-wrapper .fig_l {
    width: 95%;
    margin: -30px 0 0 0;
    z-index: 2;
  }
  #ruri2 .sec-ruri2-special .fig-wrapper .fig_l figure:first-child {
    width: 50%;
    margin-left: -3%;
  }
  #ruri2 .sec-ruri2-special .fig-wrapper .fig_l figure:last-child {
    width: 200px;
    margin-left: 50px;
  }
  #ruri2 .sec-ruri2-special .fig-wrapper .fig_r {
    width: 80%;
    margin-left: 10%;
  }
  /* デコ */
  #ruri2 .deco1 {
    width: 40%;
    right: -10px;
    top: auto;
    bottom: 180px;
    z-index: 2;
  }
  #ruri2 .deco2 {
    width: 18%;
    left: 84%;
    bottom: 10px;
    z-index: 2;
  }
}

/* 施設のご案内 */
#ruri2 .madori {
  border: 38px solid var(--ruri2-sky);
}
/* デコ */
#ruri2 .deco-tit2_L {
  left: 100px;
  top: 50px;
}
#ruri2 .deco-tit2_R {
  right: 90px;
  top: 44px;
}

@media screen and (max-width: 520px) {
  #ruri2 .sec-ruri2-fac .titA {
    margin-top: 70px;
  }
  #ruri2 .madori {
    border-width: 16px;
  }
  /* デコ */
  #ruri2 .deco-tit2_L {
    display: none;
  }
  #ruri2 .deco-tit2_R {
    width: 50%;
    right: 50%;
    top: 18px;
    transform: translateX(50%);
  }
}

/* 季節の行事 */
/* デコ */
#ruri2 .deco-tit3_L {
  left: 100px;
  top: 80px;
}
#ruri2 .deco-tit3_R {
  right: 90px;
  top: 74px;
}

@media screen and (max-width: 520px) {
  /* 季節の行事 */
  #ruri2 .sec-ruri2-season .titA {
    margin-top: 70px;
  }
  /* デコ */
  #ruri2 .deco-tit3_L {
    width: 50%;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
  }
  #ruri2 .deco-tit3_R {
    display: none;
  }
}

/* 園の1日 */
/* nj-sche-list */
#ruri2 .nj-sche-list li::before {
  border-color: var(--ruri2-odo);
}
#ruri2 .nj-sche-list li::after {
  background: var(--ruri2-odo);
}
#ruri2 .nj-sche-list li time,
#ruri2 .nj-sche-list li h4 {
  color: var(--ruri2-odo);
}
#ruri2 .nj-sche-list li time {
  border-color: var(--ruri2-odo);
}

/* てれこ */
#ruri2 .nj-sche-list li:nth-child(even):after {
  background: var(--ruri2-sky);
}
#ruri2 .nj-sche-list li:nth-child(even) time,
#ruri2 .nj-sche-list li:nth-child(even) h4 {
  color: var(--ruri2-sky);
}
#ruri2 .nj-sche-list li:nth-child(even) time {
  border-color: var(--ruri2-sky);
}
/* デコ */
#ruri2 .deco-tit4_L {
  left: 100px;
  top: 74px;
}
#ruri2 .deco-tit4_R {
  right: 50px;
  top: 74px;
}
#ruri2 .deco3_L {
  left: -230px;
  top: 14px;
  z-index: -1;
}
#ruri2 .deco3_R {
  right: -230px;
  top: 34px;
  z-index: -1;
}

@media screen and (max-width: 520px) {
  /* 園の1日 */
  #ruri2 .sec-ruri2-sche .titA {
    margin-top: 90px;
  }
  /* デコ */
  #ruri2 .deco-tit4_L {
    display: none;
  }
  #ruri2 .deco-tit4_R {
    width: 47%;
    right: 50%;
    top: 12px;
    transform: translateX(50%);
  }
  #ruri2 .deco3_L {
    width: 43%;
    left: -15%;
    top: 14px;
  }
  #ruri2 .deco3_R {
    width: 42%;
    right: -18%;
    top: 34px;
  }
}

/* ブログ */
/* ruri2-blog */
.ruri2-blog li {
  width: 30%;
  padding: 20px;
  font-size: 15px;
  background: var(--white);
}
.ruri2-blog li figure {
  border-radius: 14px;
}
.ruri2-blog li time {
  display: block;
  margin: 10px 0;
  font-size: 0.9em;
  color: var(--ruri2-sky);
}
/* デコ */
#ruri2 .deco-tit5_L {
  left: 180px;
  top: 70px;
}
#ruri2 .deco-tit5_R {
  right: 170px;
  top: 70px;
}

@media screen and (max-width: 520px) {
  /* ブログ */
  #ruri2 .sec-ruri2-blog .titA {
    margin-top: 30px;
  }
  /* ruri2-blog */
  .ruri2-blog li {
    max-width: 80%;
    margin-bottom: 14px;
    padding: 20px;
  }
  /* デコ */
  #ruri2 .deco-tit5_L {
    width: 40%;
    left: 50%;
    top: -5px;
  }
  #ruri2 .deco-tit5_R {
    width: 40%;
    right: 50%;
    top: -5px;
  }
}

/* 施設長ごあいさつ */
#ruri2 .staff-head {
  color: var(--ruri2-sky);
}
#ruri2 .nj-staff-list .fig figure::before {
  background-image: url(/ruri2/bg-dot_blue.png);
}
#ruri2 .nj-staff-list .fig figure img {
  outline: none;
}
/* デコ */
#ruri2 .deco-tit6_L {
  left: 100px;
  top: 54px;
}
#ruri2 .deco-tit6_R {
  right: 100px;
  top: 52px;
}

@media screen and (max-width: 520px) {
  /* 施設長ごあいさつ */
  #ruri2 .sec-ruri2-staff-mgr .titA {
    margin-top: 80px;
  }
  /* デコ */
  #ruri2 .deco-tit6_L {
    left: 100px;
    top: 54px;
    display: none;
  }
  #ruri2 .deco-tit6_R {
    width: 46%;
    right: 52%;
    top: 30px;
    transform: translateX(50%);
  }
}

/* STAFF紹介 */
/* デコ */
#ruri2 .deco-tit7_L {
  left: 100px;
  top: 60px;
}
#ruri2 .deco-tit7_R {
  right: 100px;
  top: 60px;
}

@media screen and (max-width: 520px) {
  /* STAFF紹介 */
  #ruri2 .sec-ruri2-staff .titA {
    margin-top: 70px;
  }
  /* デコ */
  #ruri2 .deco-tit7_L {
    width: 54%;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
  }
  #ruri2 .deco-tit7_R {
    display: none;
  }
}

/* 施設の概要 */
#ruri2 .n-fac .tableA th {
  color: var(--ruri2-odo);
  background: none;
}

/** 四恩るり保育園
-------------------------------------------------------------**/
/* メイン画像 */
.ruri-titz-wrapper {
  --ruri-titz-height: 180px;
  position: relative;
}
.ruri-titz-wrapper .ruri-titz {
  height: var(--ruri-titz-height);
  padding: 20px;
  color: var(--white);
  font-weight: var(--fw-b);
  text-align: center;
  background: url(/ruri/hero-line.png) repeat-x center top / auto;
  position: relative;
}
.ruri-titz-wrapper .ruri-titz::before {
  content: "";
  display: block;
  width: 380px;
  height: var(--ruri-titz-height);
  background: var(--ruri-nvy);
  border-radius: 0 0 var(--ruri-titz-height) var(--ruri-titz-height);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.ruri-titz-wrapper .ruri-titz > * {
  position: relative;
}
.ruri-titz-wrapper .main-img {
  margin-top: calc(var(--ruri-titz-height) * -1);
}
.ruri-titz-wrapper .main-img img {
  width: 100%;
  height: 750px;
  object-fit: cover;
}
.ruri-titz-wrapper .catch {
  max-width: 500px;
  position: absolute;
  left: 50%;
  top: calc(var(--ruri-titz-height) + 50px);
  transform: translateX(-50%);
}
.ruri-titz-wrapper .hero-line2 {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}

@media screen and (max-width: 520px) {
  .ruri-titz-wrapper {
    --ruri-titz-height: 96px;
  }
  .ruri-titz-wrapper .ruri-titz {
    padding: 5px 10px 10px;
    background-size: auto 38px;
  }
  .ruri-titz-wrapper .ruri-titz::before {
    width: 200px;
  }
  .ruri-titz-wrapper .ruri-titz .fs26 {
    font-size: 3.4vw;
  }
  .ruri-titz-wrapper .ruri-titz .fs32 {
    font-size: 4.8vw;
  }
  .ruri-titz-wrapper .main-img img {
    height: 72vw;
  }
  .ruri-titz-wrapper .catch {
    width: 48%;
    top: calc(var(--ruri-titz-height) + 14px);
  }

  .ruri-titz-wrapper .hero-line2 {
    width: 90px;
  }
}

/* nj-anc-list */
#ruri .nj-anc-list {
  margin-top: 70px;
}
#ruri .nj-anc-list a {
  color: var(--main-color);
}
#ruri .nj-anc-list a:hover {
  color: var(--ruri-org);
}

@media screen and (max-width: 520px) {
  /* nj-anc-list */
  #ruri .nj-anc-list {
    margin: 60px auto 30px;
  }
  #ruri .nj-anc-list a {
    background: #e6dfcb;
  }
}

/* お知らせ */
/* nj-news-list */
#ruri .nj-news-list li {
  background: #fff2e9;
}
#ruri .nj-news-list li:nth-child(even) {
  background: #ffbd90;
}
#ruri .nj-news-list li .boxLR em {
  background: var(--ruri-nvy);
}

/* 教育・保育理念と目標 */
#ruri .rinen-content {
  position: relative;
}
#ruri .rinen-content .content-box {
  font-weight: var(--fw-b);
  text-align: center;
  border-color: var(--ruri-nvy);
}
#ruri .deco1_L {
  left: 0;
  bottom: 0;
}
#ruri .deco1_R {
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 520px) {
  #ruri .deco1_L,
  #ruri .deco1_R {
    display: none;
  }
}

/* 背景 */
#ruri .sec-ruri-rinen::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 62%;
  background: url(/ruri/bg-ptn1.png) no-repeat center bottom / auto;
  pointer-events: none;
}

/*!! test *********************************************/
/* 保育ビジョン */
#ruri .vision-content {
  position: relative;
}
#ruri .ruri-vision {
  gap: 15px 0;
  padding: 0 30px;
}
#ruri .ruri-vision li {
  padding: 20px 20px 25px;
  font-size: 18px;
  font-weight: var(--fw-b);
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  border: 2px dotted var(--brown);
  border-radius: 10px;
}
#ruri .ruri-vision li span {
  display: block;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 8px 20px;
  font-size: 14px;
  color: #fff;
  background: var(--ruri-org);
  border-radius: 30px;
}

#ruri .deco2_L {
  left: -90px;
  top: 8px;
}
#ruri .deco2_R {
  right: -90px;
  top: 8px;
}

@media screen and (max-width: 520px) {
  #ruri .ruri-vision li {
    padding: 15px 14px 20px;
    font-size: 16px;
  }
  #ruri .ruri-vision li span {
    padding: 6px 30px;
  }
  /*!! test *********************************************/
  #ruri .deco2_L,
  #ruri .deco2_R {
    display: none;
  }
}

/* 保育目標 */
#ruri .goal-content {
  position: relative;
}
/* nj-goal-list */
#ruri .nj-goal-list li::after {
  background-image: url(/ruri/ico-bg_orange.svg);
}

#ruri .deco3_L {
  right: -50px;
  bottom: 60px;
}
#ruri .deco3_R2 {
  left: -30px;
  bottom: -60px;
}

@media screen and (max-width: 520px) {
  #ruri .goal-content {
    padding-bottom: 100px;
  }
  #ruri .deco3_L {
    width: 100px;
    right: 0;
    bottom: 0;
    display: none;
  }
  #ruri .deco3_R2 {
    width: 120px;
    bottom: -30px;
    left: 50px;
  }
}

/* ポピー */
#ruri .popy-content {
  padding: 70px 0;
  position: relative;
}
#ruri .popy-content::before,
#ruri .popy-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  background: url(/ruri/line-tit2.png) round top left / auto 100%;
  position: absolute;
  left: 0;
}
#ruri .popy-content::before {
  top: 0;
}
#ruri .popy-content::after {
  bottom: 0;
}

/* カリキュラム */
#ruri .curriculum-content {
  /* padding: 60px 0 120px; */
  padding: 0 0 120px;
  position: relative;
}
#ruri .ruri-curriculum-list .strong {
  display: block;
  color: var(--ruri-nvy);
  font-weight: var(--fw-b);
}

#ruri .deco3_R1 {
  right: -70px;
  bottom: 20px;
}
#ruri .deco4 {
  right: 230px;
  bottom: -30px;
}

@media screen and (max-width: 520px) {
  #ruri .curriculum-content {
    padding-bottom: 80px;
  }
  #ruri .deco3_R1 {
    width: 110px;
    right: 0;
    bottom: -20px;
  }
  #ruri .deco4 {
    width: 200px;
    bottom: -30px;
    right: auto;
    left: -10px;
  }
}

/* 季節の行事 */
#ruri .nj-season-list:nth-child(even) ul li::before {
  color: var(--ruri-nvy);
}

/* 園の1日 */
/* nj-sche-list */
#ruri .nj-sche-list {
  --af-start: 52px;
}

#ruri .nj-sche-list li {
  margin-bottom: -30px;
  padding-bottom: 0;
}
#ruri .nj-sche-list li::before {
  border-color: var(--ruri-org);
  border-width: 4px;
}
#ruri .nj-sche-list li::after {
  background: var(--ruri-org);
}
#ruri .nj-sche-list li time,
#ruri .nj-sche-list li h4 {
  color: var(--ruri-org);
}
#ruri .nj-sche-list li time {
  border-color: var(--ruri-org);
}

/* てれこ */
#ruri .nj-sche-list li:nth-child(even):after {
  background: var(--ruri-nvy);
}
#ruri .nj-sche-list li:nth-child(even) time,
#ruri .nj-sche-list li:nth-child(even) h4 {
  color: var(--ruri-nvy);
}
#ruri .nj-sche-list li:nth-child(even) time {
  border-color: var(--ruri-nvy);
}
#ruri .deco5_L {
  left: 22%;
  top: 120px;
}
#ruri .deco5_R {
  right: 20%;
  top: 110px;
}
#ruri .deco6 {
  right: -10%;
  bottom: 0;
}

@media screen and (max-width: 520px) {
  #ruri .nj-sche-list {
    --af-start: 60px;
    margin: -30px auto 50px;
  }
  #ruri .nj-sche-list li::before {
    width: 10%;
  }
  #ruri .nj-sche-list li::after {
    left: 10%;
  }
  #ruri .nj-sche-list li,
  #ruri .nj-sche-list li:nth-child(even) {
    flex-flow: row;
    margin-bottom: 0px;
  }
  #ruri .nj-sche-list li .text,
  #ruri .nj-sche-list li:nth-child(even) .text {
    width: 90%;
    padding: 0 0 0 17%;
  }
  #ruri .nj-sche-list li time,
  #ruri .nj-sche-list li:nth-child(even) time {
    margin: 22px 0 10px calc(var(--time-mgn) * -1);
    padding-left: var(--time-mgn);
    font-size: 1.1rem;
  }
  #ruri .nj-sche-list li h4 {
    margin-bottom: 5px;
    font-size: 1rem;
  }

  #ruri .deco5_L {
    display: none;
  }
  #ruri .deco5_R {
    display: none;
  }
  #ruri .deco6 {
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
    width: 140px;
  }
}

/* ギャラリー */
#ruri .gallery-top figure {
  border-color: var(--ruri-nvy);
}

/* スタッフ紹介 */
/* nj-staff-list */
#ruri .nj-staff-list .text {
  margin-top: 0;
}
#ruri .staff-head {
  color: var(--ruri-nvy);
}
#ruri .nj-staff-list .fig {
  width: 43%;
}
#ruri .nj-staff-list .fig figure::before {
  display: none;
}
#ruri .nj-staff-list .fig figure img {
  outline: none;
}
#ruri .nj-staff-list .fig .name2 {
  width: 70%;
  margin: -70px auto 0;
  padding: 10px 14px;
  background: #fff;
  position: relative;
}
#ruri .nj-staff-list .name2 em {
  width: 100%;
}
#ruri .nj-staff-list .name2 span {
  font-size: 1.1em;
  color: var(--ruri-nvy);
  font-weight: var(--fw-b);
}

@media screen and (max-width: 520px) {
  #ruri .nj-staff-list .text {
    margin-top: 0;
  }
  #ruri .nj-staff-list .fig {
    width: 74%;
  }
  #ruri .nj-staff-list .fig .name2 {
    flex-flow: column;
    width: 76%;
    margin: -40px auto 20px;
    padding: 10px 14px;
    font-size: 0.8em;
  }
  #ruri .nj-staff-list .name2 em {
    border-bottom: 2px dotted var(--gray);
  }
}

/* 施設の概要 */
#ruri .n-fac .tableA th {
  color: var(--ruri-nvy);
  background: none;
}

/* 保育園ギャラリー */
.nursery_g {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.nursery_g::after {
  display: block;
  content: "";
}
.nursery_g li,
.nursery_g::after {
  width: 20%;
  padding: 10px;
}
.nursery_g li img {
  border: 5px solid var(--sky);
  border-radius: 10px;
}
#ruri .nursery_g li img {
  border-color: var(--ruri-nvy);
}

@media screen and (max-width: 520px) {
  .nursery_g {
    justify-content: space-between;
  }
  .nursery_g li,
  .nursery_g::after {
    width: calc(33.3% - 10px);
    padding: 10px 0;
  }
  .nursery_g li img {
    border-width: 5px;
  }
}

/** 里親支援センター　結い eye 20250519追加
-------------------------------------------------------------**/
#fosterparent .fosterparent_logo {
  width: 150px;
  margin: 0 auto 30px;
}
#fosterparent .titz-wrapper .titA {
  top: 42%;
  translate: 0 -50%;
  font-size: 38px;
}
#fosterparent .asd-contact .content-box {
  max-width: 100%;
}
#fosterparent .asd-contact .content-box p {
  padding: 5px;
  color: #fff;
  background: var(--orange);
}
#fosterparent .asd-contact .content-box .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 520px) {
  #fosterparent .fosterparent_logo {
    width: 100px;
    margin: -5px auto 20px;
  }
  #fosterparent .titz-wrapper .titA {
    font-size: min(4.5vw, 20px);
  }
  #fosterparent .titz-wrapper .titA span {
    font-size: 0.75rem;
  }
  #fosterparent .asd-contact .content-box .inner {
    flex-direction: column;
    gap: 0;
  }
}
[data-instance="1180"] .titz-img{background-image:url(/_img/ja/cms/1180/bg_img/_/?1788875250);}